automatic version update by autodist [release 5.1.6-1mamba;Tue Oct 29 2019]

This commit is contained in:
Automatic Build System 2024-01-05 20:41:39 +01:00
parent 184df06a63
commit ef6388fd5f

View File

@ -1,5 +1,5 @@
Name: autofs
Version: 5.1.4
Version: 5.1.6
Release: 1mamba
Summary: Userspace tools that work with the kernel to mount and un-mount removable file systems
Group: System/Kernel and Hardware
@ -25,8 +25,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
The Autofs package contains userspace tools that work with the kernel to mount and un-mount removable file systems. The primary use is to mount external network file systems like NFS (see NFS Utilities-1.2.7) or Samba (see Samba-3.6.12) on demand.
It may also be useful for allowing users to mount floppies, cdroms and other removable storage devices without requiring the system administrator to mount the devices.
%debug_package
%prep
%setup -q
@ -41,6 +39,7 @@ It may also be useful for allowing users to mount floppies, cdroms and other rem
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%makeinstall -C samples
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -69,9 +68,9 @@ fi
%config(noreplace) %{_sysconfdir}/auto.smb
%config(noreplace) %{_sysconfdir}/autofs_ldap_auth.conf
%config(noreplace) %{_sysconfdir}/autofs.conf
%{_unitdir}/autofs.service
%{_sysconfdir}/sysconfig/autofs
%{_sbindir}/automount
%{_unitdir}/autofs.service
%dir %{_libdir}/autofs
%{_libdir}/autofs/lookup_*.so
%{_libdir}/autofs/mount_*.so
@ -87,6 +86,9 @@ fi
#%doc README README.active-restart README.changer README.ncpfs README.replicated-server README.smbfs README.v5.release
%changelog
* Tue Oct 29 2019 Automatic Build System <autodist@mambasoft.it> 5.1.6-1mamba
- automatic version update by autodist
* Thu Sep 06 2018 Automatic Build System <autodist@mambasoft.it> 5.1.4-1mamba
- automatic version update by autodist