require fuse-common >= 3.4.2-4, update to release 7
This commit is contained in:
parent
134774bef9
commit
ba4757ec41
10
fuse.spec
10
fuse.spec
@ -1,6 +1,6 @@
|
||||
Name: fuse
|
||||
Version: 2.9.9
|
||||
Release: 6%{?dist}
|
||||
Release: 7%{?dist}
|
||||
Summary: File System in Userspace (FUSE) v2 utilities
|
||||
License: GPL+
|
||||
URL: http://fuse.sf.net
|
||||
@ -23,7 +23,7 @@ BuildRequires: libselinux-devel
|
||||
BuildRequires: autoconf, automake, libtool, gettext-devel, make
|
||||
BuildRequires: systemd-udev
|
||||
# fuse-common 3.4.2-3 and earlier included man pages
|
||||
Requires: fuse-common > 3.4.2-3
|
||||
Requires: fuse-common >= 3.4.2-4
|
||||
|
||||
%description
|
||||
With FUSE it is possible to implement a fully functional filesystem in a
|
||||
@ -123,11 +123,15 @@ rm -f %{buildroot}/%{_libdir}/*.a
|
||||
%{_includedir}/fuse
|
||||
|
||||
%changelog
|
||||
* Wed May 01 2019 Dave Dykstra <dwd@fedoraproject.org> - 2.9.9-7
|
||||
- Update the Requires: fuse-common >= version to 3.4.2-4 because
|
||||
fuse-common > 3.4.2-3 is insufficient to force the new version
|
||||
|
||||
* Wed May 01 2019 Dave Dykstra <dwd@fedoraproject.org> - 2.9.9-6
|
||||
- Fix name of libfuse.so.2
|
||||
|
||||
* Wed May 01 2019 Dave Dykstra <dwd@fedoraproject.org> - 2.9.9-5
|
||||
- Update the Conflicts: fuse-common <= version to 3.4.2-3
|
||||
- Update the Requires: fuse-common > version to 3.4.2-3
|
||||
|
||||
* Wed May 01 2019 Dave Dykstra <dwd@fedoraproject.org> - 2.9.9-4
|
||||
- Separate fuse3 out into its own package
|
||||
|
Loading…
Reference in New Issue
Block a user