Compare commits
9 Commits
3.12.0-2ma
...
main
Author | SHA1 | Date | |
---|---|---|---|
f0a3483589 | |||
ec9051d44b | |||
63fdd3e105 | |||
1eb44ba2d6 | |||
6c9d24a1f9 | |||
154c791005 | |||
f2bfe6db93 | |||
4208e35f4d | |||
c007e01242 |
37
fuse3.spec
37
fuse3.spec
@ -1,8 +1,8 @@
|
||||
%define libname lib%{name}
|
||||
%define gitver %(echo %version | tr . _)
|
||||
Name: fuse3
|
||||
Version: 3.12.0
|
||||
Release: 2mamba
|
||||
Version: 3.16.2
|
||||
Release: 1mamba
|
||||
Summary: File System in Userspace (FUSE) utilities
|
||||
Group: System/Tools
|
||||
Vendor: openmamba
|
||||
@ -65,7 +65,7 @@ sed -i "s|mknod|#mknod|" util/install_helper.sh
|
||||
%meson_install
|
||||
|
||||
rm -rf %{buildroot}/etc/init.d
|
||||
rm -f %{buildroot}%{_sysconfdir}/fuse.conf
|
||||
#rm -f %{buildroot}%{_sysconfdir}/fuse.conf
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||
@ -75,9 +75,9 @@ rm -f %{buildroot}%{_sysconfdir}/fuse.conf
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
#%config(noreplace) %{_sysconfdir}/fuse.conf
|
||||
%config(noreplace) %{_sysconfdir}/fuse.conf
|
||||
%{_udevrulesdir}/99-fuse3.rules
|
||||
%{_bindir}/fusermount3
|
||||
%attr(4754,root,users) %{_bindir}/fusermount3
|
||||
%{_sbindir}/mount.fuse3
|
||||
%{_mandir}/man1/fusermount3.1*
|
||||
%{_mandir}/man8/mount.fuse3.8*
|
||||
@ -96,6 +96,33 @@ rm -f %{buildroot}%{_sysconfdir}/fuse.conf
|
||||
#%doc ChangeLog NEWS README.NFS
|
||||
|
||||
%changelog
|
||||
* Tue Oct 10 2023 Automatic Build System <autodist@mambasoft.it> 3.16.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Aug 08 2023 Automatic Build System <autodist@mambasoft.it> 3.16.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jul 06 2023 Automatic Build System <autodist@mambasoft.it> 3.15.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jun 10 2023 Automatic Build System <autodist@mambasoft.it> 3.15.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Mar 28 2023 Automatic Build System <autodist@mambasoft.it> 3.14.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 17 2023 Automatic Build System <autodist@mambasoft.it> 3.14.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Feb 06 2023 Automatic Build System <autodist@mambasoft.it> 3.13.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jan 14 2023 Automatic Build System <autodist@mambasoft.it> 3.13.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* 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
|
||||
- libfuse3: require fuse3 (fusermount3)
|
||||
|
||||
|
Reference in New Issue
Block a user