Upgrade blobfuse to 1.4.2 (#1688)
This commit is contained in:
parent
fe2d58e1b1
commit
57aa115252
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"Signatures": {
|
||||
"blobfuse-1.3.6.tar.gz": "c2682385039d129201e0d63c0861adf8dd34663ffa7a939d72529548a4451677"
|
||||
"blobfuse-1.4.2.tar.gz": "252d0562c0403bc85cfd9f98fb66211180cf961b09f6f180752ea07c6694b10f"
|
||||
}
|
||||
}
|
|
@ -1,24 +1,24 @@
|
|||
Summary: FUSE adapter - Azure Storage Blobs
|
||||
Name: blobfuse
|
||||
Version: 1.3.6
|
||||
Release: 5%{?dist}
|
||||
Version: 1.4.2
|
||||
Release: 1%{?dist}
|
||||
License: MIT
|
||||
Vendor: Microsoft Corporation
|
||||
Distribution: Mariner
|
||||
Group: Applications/Tools
|
||||
URL: https://github.com/Azure/azure-storage-fuse/
|
||||
Source0: https://github.com/Azure/azure-storage-fuse/archive/%{name}-%{version}.tar.gz
|
||||
BuildRequires: boost
|
||||
BuildRequires: boost-devel
|
||||
BuildRequires: boost-static
|
||||
BuildRequires: cmake
|
||||
BuildRequires: curl-devel
|
||||
BuildRequires: curl-libs
|
||||
BuildRequires: fuse-devel
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gnutls
|
||||
BuildRequires: gnutls-devel
|
||||
BuildRequires: golang
|
||||
BuildRequires: libgcrypt-devel
|
||||
BuildRequires: make
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: util-linux-devel
|
||||
Requires: fuse
|
||||
|
@ -30,38 +30,35 @@ FUSE adapter - Azure Storage Blobs
|
|||
%autosetup -n azure-storage-fuse-blobfuse-%{version}
|
||||
|
||||
%build
|
||||
CFLAGS="`echo " %{build_cflags} -Wno-error=type-limits "`"
|
||||
CXXFLAGS="`echo " %{build_cflags} -Wno-error=type-limits "`"
|
||||
export CFLAGS
|
||||
export CXXFLAGS
|
||||
./build.sh
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}%{_bindir}
|
||||
install -p -m 755 build/blobfuse %{buildroot}%{_bindir}/
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%license LICENSE
|
||||
%{_bindir}/blobfuse
|
||||
|
||||
%changelog
|
||||
* Fri Nov 13 2021 Andrew Phelps <anphel@microsoft.com> 1.3.6-5
|
||||
* Mon Nov 29 2021 Thomas Crain <thcrain@microsoft.com> - 1.4.2-1
|
||||
- Upgrade to latest upstream version
|
||||
- Remove %%clean section
|
||||
|
||||
* Fri Nov 13 2021 Andrew Phelps <anphel@microsoft.com> - 1.3.6-5
|
||||
- Fix gcc11 compilation errors
|
||||
|
||||
* Tue Sep 21 2021 Henry Li <lihl@microsoft.com> 1.3.6-4
|
||||
* Tue Sep 21 2021 Henry Li <lihl@microsoft.com> - 1.3.6-4
|
||||
- Remove util-linux-libs from BR
|
||||
|
||||
* Tue Jun 08 2021 Henry Beberman <henry.beberman@microsoft.com> 1.3.6-3
|
||||
* Tue Jun 08 2021 Henry Beberman <henry.beberman@microsoft.com> - 1.3.6-3
|
||||
- Increment release to force republishing using golang 1.15.13.
|
||||
|
||||
* Mon Apr 26 2021 Nicolas Guibourge <nicolasg@microsoft.com> 1.3.6-2
|
||||
* Mon Apr 26 2021 Nicolas Guibourge <nicolasg@microsoft.com> - 1.3.6-2
|
||||
- Increment release to force republishing using golang 1.15.11.
|
||||
|
||||
* Tue Feb 02 2021 Henry Beberman <henry.beberman@microsoft.com> 1.3.6-1
|
||||
* Tue Feb 02 2021 Henry Beberman <henry.beberman@microsoft.com> - 1.3.6-1
|
||||
- Add blobfuse spec
|
||||
- License verified
|
||||
- Original version for CBL-Mariner
|
||||
|
|
|
@ -436,8 +436,8 @@
|
|||
"type": "other",
|
||||
"other": {
|
||||
"name": "blobfuse",
|
||||
"version": "1.3.6",
|
||||
"downloadUrl": "https://github.com/Azure/azure-storage-fuse/archive/blobfuse-1.3.6.tar.gz"
|
||||
"version": "1.4.2",
|
||||
"downloadUrl": "https://github.com/Azure/azure-storage-fuse/archive/blobfuse-1.4.2.tar.gz"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue