]> git.pld-linux.org Git - packages/autofs.git/commitdiff
- Prereq: /sbin/chkconfig
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 24 Sep 2001 09:53:52 +0000 (09:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    autofs.spec -> 1.41

autofs.spec

index 31f790fc235a3f137c7e62c193fa0d5981695d98..deb1ff6e37ae47b37b3e807aa155a749ec008569 100644 (file)
@@ -35,6 +35,7 @@ BuildRequires:        autoconf
 BuildRequires: openldap-devel
 Requires:      mktemp
 Prereq:                rc-scripts
+Prereq:                /sbin/chkconfig
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _sysconfdir     /etc/autofs
@@ -91,6 +92,10 @@ Requires:    %{name} = %{version}
 This package contains the autofs module necessary to use automount
 maps stored on an LDAP server.
 
+%description ldap -l pl
+Ten pakiet zawiera modu³ autofs potrzebny do u¿ywania map automounta
+trzymanych na serwerze LDAP.
+
 %prep
 %setup -q
 %patch0 -p1
@@ -131,6 +136,9 @@ touch $RPM_BUILD_ROOT%{_sysconfdir}/auto.{home,misc,var,tmp}
 
 gzip -9nf NEWS README 
 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
 %post
 /sbin/chkconfig --add autofs
 # triggerpostun would get called after %post
@@ -151,9 +159,6 @@ if [ "$1" = "0" ]; then
        fi
 fi
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(644,root,root,755)
 %doc {NEWS,README}.gz 
This page took 0.05999 seconds and 4 git commands to generate.