fix name of libfuse.so.2, update to 2.9.9-6
This commit is contained in:
parent
06894fb3e1
commit
134774bef9
@ -1,6 +1,6 @@
|
||||
Name: fuse
|
||||
Version: 2.9.9
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
Summary: File System in Userspace (FUSE) v2 utilities
|
||||
License: GPL+
|
||||
URL: http://fuse.sf.net
|
||||
@ -89,7 +89,7 @@ cp -a doc/fusermount.1 doc/ulockmgr_server.1 %{buildroot}/%{_mandir}/man1/
|
||||
mkdir -p %{buildroot}/%{_mandir}/man8/
|
||||
cp -a doc/mount.fuse.8 %{buildroot}/%{_mandir}/man8/
|
||||
pushd %{buildroot}/%{_libdir}
|
||||
ln -s libfuse.so.%{version} libfuse.so.%{fuse2sver}
|
||||
ln -s libfuse.so.%{version} libfuse.so.2
|
||||
ln -s libfuse.so.%{version} libfuse.so
|
||||
ln -s libulockmgr.so.1.0.1 libulockmgr.so.1
|
||||
ln -s libulockmgr.so.1.0.1 libulockmgr.so
|
||||
@ -123,6 +123,9 @@ rm -f %{buildroot}/%{_libdir}/*.a
|
||||
%{_includedir}/fuse
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user