2 Commits

View File

@ -1,8 +1,8 @@
%define libname lib%{name}
%define gitver %(echo %version | tr . _)
Name: fuse3
Version: 3.11.0
Release: 1mamba
Version: 3.12.0
Release: 2mamba
Summary: File System in Userspace (FUSE) utilities
Group: System/Tools
Vendor: openmamba
@ -32,6 +32,7 @@ Features include:
%package -n %{libname}
Summary: File System in Userspace (FUSE) libraries
Group: System/Libraries
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description -n %{libname}
Libraries for FUSE.
@ -95,6 +96,12 @@ rm -f %{buildroot}%{_sysconfdir}/fuse.conf
#%doc ChangeLog NEWS README.NFS
%changelog
* Wed Sep 28 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 3.12.0-2mamba
- libfuse3: require fuse3 (fusermount3)
* Thu Sep 08 2022 Automatic Build System <autodist@mambasoft.it> 3.12.0-1mamba
- automatic version update by autodist
* Tue May 03 2022 Automatic Build System <autodist@mambasoft.it> 3.11.0-1mamba
- automatic version update by autodist