diff --git a/fuse3.changes b/fuse3.changes index dda90fb..af5fe7b 100644 --- a/fuse3.changes +++ b/fuse3.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 20 10:10:06 UTC 2020 - Jan Engelhardt + +- Drop /sbin links; they do not seem to be used from anywhere. + ------------------------------------------------------------------- Fri Oct 9 10:00:32 UTC 2020 - Jan Engelhardt diff --git a/fuse3.spec b/fuse3.spec index 5c27786..c70e17f 100644 --- a/fuse3.spec +++ b/fuse3.spec @@ -94,15 +94,6 @@ https://github.com/libfuse/libfuse/wiki/ find %{buildroot} -type f -name "*.la" -delete -print -mkdir %{buildroot}/sbin -mkdir %{buildroot}/%{_lib} -ln -s -v %{_sbindir}/mount.fuse3 %{buildroot}/sbin -pushd %{buildroot}/%{_libdir} -for libname in $(ls *.so.*);do -ln -s -v /%{_libdir}/$libname %{buildroot}/%{_lib} -done -popd - # Remove unneeded stuff rm -r %{buildroot}%{_prefix}/lib/udev rm -r %{buildroot}%{_initddir} @@ -122,14 +113,12 @@ rm -r %{buildroot}%{_initddir} %license LICENSE GPL2.txt LGPL2.txt %doc AUTHORS ChangeLog.rst %verify(not mode) %attr(4750,root,trusted) %{_bindir}/fusermount3 -/sbin/mount.fuse3 %{_sbindir}/mount.fuse3 %config %{_sysconfdir}/fuse3.conf %{_mandir}/man1/fusermount3.1%{?ext_man} %{_mandir}/man8/mount.fuse3.8%{?ext_man} %files -n libfuse3-3 -/%{_lib}/libfuse3.so.3* %{_libdir}/libfuse3.so.3* %files doc