]> git.pld-linux.org Git - packages/autofs.git/blobdiff - autofs.spec
- cleanups
[packages/autofs.git] / autofs.spec
index 48968004a37bf15e743185778f32542eb0d836c3..376862404b4c91a9f47ec0d9c39ce34275730cae 100644 (file)
@@ -7,7 +7,7 @@ Summary(pt_BR): Servidor autofs
 Summary(tr):   autofs sunucu süreci
 Name:          autofs
 Version:       4.1.3
-Release:       1
+Release:       2
 Epoch:         1
 License:       GPL
 Group:         Daemons
@@ -21,12 +21,12 @@ Source5:    %{name}-auto.net
 Source6:       %{name}.sysconfig
 Patch0:                %{name}-open_max.patch
 Patch1:                %{name}-hesiod-includes.patch
-Patch2:                http://www.kernel.org/pub/linux/daemons/autofs/v4/autofs-4.1.3-bad_chdir.patch
-Patch3:                http://www.kernel.org/pub/linux/daemons/autofs/v4/autofs-4.1.3-mtab_lock.patch
-Patch4:                http://www.kernel.org/pub/linux/daemons/autofs/v4/autofs-4.1.3-non_block_ping.patch
-Patch5:                http://www.kernel.org/pub/linux/daemons/autofs/v4/autofs-4.1.3-signal-race-fix.patch
-Patch6:                http://www.kernel.org/pub/linux/daemons/autofs/v4/autofs-4.1.3-sock-leak-fix.patch
-Patch7:                http://www.kernel.org/pub/linux/daemons/autofs/v4/autofs-4.1.3-strict.patch
+Patch2:                http://www.kernel.org/pub/linux/daemons/autofs/v4/%{name}-4.1.3-bad_chdir.patch
+Patch3:                http://www.kernel.org/pub/linux/daemons/autofs/v4/%{name}-4.1.3-mtab_lock.patch
+Patch4:                http://www.kernel.org/pub/linux/daemons/autofs/v4/%{name}-4.1.3-non_block_ping.patch
+Patch5:                http://www.kernel.org/pub/linux/daemons/autofs/v4/%{name}-4.1.3-signal-race-fix.patch
+Patch6:                http://www.kernel.org/pub/linux/daemons/autofs/v4/%{name}-4.1.3-sock-leak-fix.patch
+Patch7:                http://www.kernel.org/pub/linux/daemons/autofs/v4/%{name}-4.1.3-strict.patch
 BuildRequires: automake
 BuildRequires: autoconf
 BuildRequires: bind-devel
@@ -50,7 +50,7 @@ Dies kann Netz-Dateisysteme, CD-ROMs, Disketten und 
 einschließen.
 
 %description -l es
-autofs es un servidor que monta automáticamente sistemas de archivos
+Autofs es un servidor que monta automáticamente sistemas de archivos
 cuando los usa, y los desmonta, más tarde, al terminar de usarlos.
 Incluyendo sistemas de archivo en red, CD-ROMS, disquetes, etc.
 
@@ -78,7 +78,6 @@ a
 
 %package ldap
 Summary:       LDAP lookup module for autofs
-Summary(es):   LDAP map support for the autofs package
 Summary(pl):   Modu³ LDAP dla autofs
 Summary(pt_BR):        Suporte a mapas LDAP para o pacote autofs
 Group:         Daemons
@@ -158,14 +157,14 @@ fi
 
 %attr(754,root,root) %config /etc/rc.d/init.d/autofs
 %dir %{_sysconfdir}
-%attr(640,root,root) %config(noreplace) %verify(not size mtime md5) /etc/sysconfig/autofs
-%attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/auto.home
-%attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/auto.master
-%attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/auto.misc
-%attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/auto.mnt
-%attr(750,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/auto.net
-%attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/auto.tmp
-%attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/auto.var
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/autofs
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/auto.home
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/auto.master
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/auto.misc
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/auto.mnt
+%attr(750,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/auto.net
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/auto.tmp
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/auto.var
 %attr(755,root,root) %{_sbindir}/automount
 
 %dir /misc
This page took 0.118967 seconds and 4 git commands to generate.