diff --git a/autofs.spec b/autofs.spec index 9d46a38..8bb3291 100644 --- a/autofs.spec +++ b/autofs.spec @@ -1,5 +1,5 @@ Name: autofs -Version: 5.0.9 +Version: 5.1.0 Release: 1mamba Summary: Userspace tools that work with the kernel to mount and un-mount removable file systems Group: System/Kernel and Hardware @@ -48,22 +48,28 @@ It may also be useful for allowing users to mount floppies, cdroms and other rem %config(noreplace) %{_sysconfdir}/auto.net %config(noreplace) %{_sysconfdir}/auto.smb %config(noreplace) %{_sysconfdir}/autofs_ldap_auth.conf +%config(noreplace) %{_sysconfdir}/autofs.conf %{_sysconfdir}/init.d/autofs %{_sysconfdir}/sysconfig/autofs %{_sbindir}/automount %dir %{_libdir}/autofs %{_libdir}/autofs/lookup_*.so %{_libdir}/autofs/mount_*.so +%{_libdir}/autofs/parse_amd.so %{_libdir}/autofs/parse_sun.so -%{_mandir}/man5/auto.master.5.gz -%{_mandir}/man5/autofs.5.gz -%{_mandir}/man5/autofs_ldap_auth.conf.5.gz -%{_mandir}/man8/autofs.8.gz -%{_mandir}/man8/automount.8.gz +%{_mandir}/man5/auto.master.5* +%{_mandir}/man5/autofs.5* +%{_mandir}/man5/autofs.conf.5* +%{_mandir}/man5/autofs_ldap_auth.conf.5* +%{_mandir}/man8/autofs.8* +%{_mandir}/man8/automount.8* %doc COPYING CREDITS #%doc README README.active-restart README.changer README.ncpfs README.replicated-server README.smbfs README.v5.release %changelog +* Wed Jun 11 2014 Automatic Build System 5.1.0-1mamba +- automatic version update by autodist + * Sat Mar 29 2014 Automatic Build System 5.0.9-1mamba - automatic version update by autodist