]> git.pld-linux.org Git - packages/SysVinit.git/commitdiff
- PreReq -> Requires: /bin/awk.
authorTomasz Pala <gotar@pld-linux.org>
Thu, 3 Jan 2002 23:01:55 +0000 (23:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    SysVinit.spec -> 1.92

SysVinit.spec

index 016fffb96e5486aa96f6773e868adf8211444299..4e43a6054ca0305c70a47e5b3b3a12eece37edf6 100644 (file)
@@ -23,15 +23,15 @@ Patch4:             sysvinit-man.patch
 Patch5:                sysvinit-halt.patch
 Patch6:                sysvinit-blowfish.patch
 BuildRequires: glibc-devel
-Prereq:                /bin/awk
-Prereq:                shadow
+PreReq:                shadow
+Requires:      /bin/awk
 Requires:      login
 Requires:      logrotate
 Requires:      mingetty
 Requires(post):        fileutils
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _sbindir                /sbin
+%define                _sbindir        /sbin
 
 %description
 The SysVinit package contains a group of processes that control the
@@ -103,6 +103,9 @@ bzip2 -dc %{SOURCE2} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
 
 gzip -9nf doc/{Propaganda,Changelog,*.lsm}
 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
 %pre
 groupadd -f -r -g 22 utmp
 
@@ -122,9 +125,6 @@ if [ "$1" = "0" ]; then
        groupdel utmp
 fi
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(644,root,root,755)
 %doc doc/*.gz
This page took 0.096586 seconds and 4 git commands to generate.