automatic version update by autodist [release 5.1.6-1mamba;Tue Oct 29 2019]
This commit is contained in:
parent
184df06a63
commit
ef6388fd5f
10
autofs.spec
10
autofs.spec
@ -1,5 +1,5 @@
|
|||||||
Name: autofs
|
Name: autofs
|
||||||
Version: 5.1.4
|
Version: 5.1.6
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Userspace tools that work with the kernel to mount and un-mount removable file systems
|
Summary: Userspace tools that work with the kernel to mount and un-mount removable file systems
|
||||||
Group: System/Kernel and Hardware
|
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.
|
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.
|
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
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -41,6 +39,7 @@ It may also be useful for allowing users to mount floppies, cdroms and other rem
|
|||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
%makeinstall -C samples
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -69,9 +68,9 @@ fi
|
|||||||
%config(noreplace) %{_sysconfdir}/auto.smb
|
%config(noreplace) %{_sysconfdir}/auto.smb
|
||||||
%config(noreplace) %{_sysconfdir}/autofs_ldap_auth.conf
|
%config(noreplace) %{_sysconfdir}/autofs_ldap_auth.conf
|
||||||
%config(noreplace) %{_sysconfdir}/autofs.conf
|
%config(noreplace) %{_sysconfdir}/autofs.conf
|
||||||
%{_unitdir}/autofs.service
|
|
||||||
%{_sysconfdir}/sysconfig/autofs
|
%{_sysconfdir}/sysconfig/autofs
|
||||||
%{_sbindir}/automount
|
%{_sbindir}/automount
|
||||||
|
%{_unitdir}/autofs.service
|
||||||
%dir %{_libdir}/autofs
|
%dir %{_libdir}/autofs
|
||||||
%{_libdir}/autofs/lookup_*.so
|
%{_libdir}/autofs/lookup_*.so
|
||||||
%{_libdir}/autofs/mount_*.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
|
#%doc README README.active-restart README.changer README.ncpfs README.replicated-server README.smbfs README.v5.release
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Sep 06 2018 Automatic Build System <autodist@mambasoft.it> 5.1.4-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user