install fusermount3 with suid permissions [release 3.12.0-3mamba;Mon Oct 03 2022]

This commit is contained in:
Silvan Calarco 2024-01-05 22:35:15 +01:00
parent 6e0daa1b69
commit c007e01242

View File

@ -2,7 +2,7 @@
%define gitver %(echo %version | tr . _) %define gitver %(echo %version | tr . _)
Name: fuse3 Name: fuse3
Version: 3.12.0 Version: 3.12.0
Release: 2mamba Release: 3mamba
Summary: File System in Userspace (FUSE) utilities Summary: File System in Userspace (FUSE) utilities
Group: System/Tools Group: System/Tools
Vendor: openmamba Vendor: openmamba
@ -65,7 +65,7 @@ sed -i "s|mknod|#mknod|" util/install_helper.sh
%meson_install %meson_install
rm -rf %{buildroot}/etc/init.d rm -rf %{buildroot}/etc/init.d
rm -f %{buildroot}%{_sysconfdir}/fuse.conf #rm -f %{buildroot}%{_sysconfdir}/fuse.conf
%clean %clean
[ "%{buildroot}" != / ] && rm -rf %{buildroot} [ "%{buildroot}" != / ] && rm -rf %{buildroot}
@ -75,9 +75,9 @@ rm -f %{buildroot}%{_sysconfdir}/fuse.conf
%files %files
%defattr(-,root,root) %defattr(-,root,root)
#%config(noreplace) %{_sysconfdir}/fuse.conf %config(noreplace) %{_sysconfdir}/fuse.conf
%{_udevrulesdir}/99-fuse3.rules %{_udevrulesdir}/99-fuse3.rules
%{_bindir}/fusermount3 %attr(4754,root,users) %{_bindir}/fusermount3
%{_sbindir}/mount.fuse3 %{_sbindir}/mount.fuse3
%{_mandir}/man1/fusermount3.1* %{_mandir}/man1/fusermount3.1*
%{_mandir}/man8/mount.fuse3.8* %{_mandir}/man8/mount.fuse3.8*
@ -96,6 +96,9 @@ rm -f %{buildroot}%{_sysconfdir}/fuse.conf
#%doc ChangeLog NEWS README.NFS #%doc ChangeLog NEWS README.NFS
%changelog %changelog
* Mon Oct 03 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 3.12.0-3mamba
- install fusermount3 with suid permissions
* Wed Sep 28 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 3.12.0-2mamba * Wed Sep 28 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 3.12.0-2mamba
- libfuse3: require fuse3 (fusermount3) - libfuse3: require fuse3 (fusermount3)