Skip to content

Commit

Permalink
Update to s3fs-fuse 1.86
Browse files Browse the repository at this point in the history
  • Loading branch information
juliogonzalez committed Feb 5, 2020
1 parent 29fe30c commit 9a3db88
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 164 deletions.
26 changes: 0 additions & 26 deletions SOURCES/985-fix-cross-building.patch

This file was deleted.

134 changes: 0 additions & 134 deletions SOURCES/987-support-curl-lt-7-25.patch

This file was deleted.

17 changes: 14 additions & 3 deletions SPECS/s3fs-fuse.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%{!?make_build: %global make_build %{__make} %{?_smp_mflags}}

Name: s3fs-fuse
Version: 1.85
Version: 1.86

Release: 1%{?dist}
Summary: FUSE-based file system backed by Amazon S3
Expand All @@ -11,8 +11,6 @@ License: GPLv2+
URL: https://github.com/s3fs-fuse/s3fs-fuse
Source0: https://github.com/s3fs-fuse/s3fs-fuse/archive/v%{version}/%{name}-%{version}.tar.gz
Source1: passwd-s3fs
Patch0: 985-fix-cross-building.patch
Patch1: 987-support-curl-lt-7-25.patch

# s3fs-fuse requires at least fuse 2.8.4, which is not available for
# CentOS/RHEL6
Expand Down Expand Up @@ -60,6 +58,19 @@ cp -p %{SOURCE1} passwd-s3fs
%license COPYING

%changelog
* Wed Feb 05 2020 Julio Gonzalez Gil <git@juliogonzalez.es> - 1.86-1
- Update to 1.86 from https://github.com/s3fs-fuse/s3fs-fuse (#1798716)
Full changelog: https://github.com/s3fs-fuse/s3fs-fuse/releases/tag/v1.86
- Removed:
* 985-fix-cross-building.patch
* 987-support-curl-lt-7-25.patch

* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.85-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.85-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

* Tue Mar 12 2019 Julio Gonzalez Gil <git@juliogonzalez.es> - 1.85-1
- Fix cross building (https://github.com/s3fs-fuse/s3fs-fuse/pull/985)
* 985-fix-cross-building.patch
Expand Down
2 changes: 1 addition & 1 deletion s3fs-build-rpm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if [ ! -f "${TARBALL}" ]; then
fi
fi
echo "### Building RPMs..."
rpmbuild --quiet --define "_topdir `pwd`" -ba "${SPEC}"
rpmbuild --define "_topdir `pwd`" -ba "${SPEC}"
if [ $? -eq 0 ]; then
echo "### Binary RPMs available at ${PWD}/RPMS"
echo "### Source RPMs available at ${PWD}/SRPMS"
Expand Down

0 comments on commit 9a3db88

Please sign in to comment.