]> git.pld-linux.org Git - packages/gated.git/commitdiff
- more specific Requires, more changes where needed
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 29 Jul 2003 15:44:59 +0000 (15:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gated.spec -> 1.23

gated.spec

index b986b46ef0253699efccacbcc4858a6ca0b6be5d..c31018cdfe7361a8f3f1c869bd02d5ce8369b05e 100644 (file)
@@ -1,3 +1,4 @@
+# TODO: FHS (/var/gated)
 Summary:       The GateD routing daemon
 Summary(pl):   GateD - demon routingu
 Name:          gated
@@ -20,10 +21,9 @@ Patch5:              %{name}-3.5.x-linuxmc.patch
 Patch6:                %{name}-3.5.10-ospfmonauth.patch
 Patch7:                %{name}-3.5.10-kern22.patch
 URL:           http://www.gated.org/
+PreReq:                rc-scripts
+Requires(post,preun):  /sbin/chkconfig
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-Prereq:                rc-scripts
-Prereq:                /sbin/chkconfig
-Prereq:                /sbin/ldconfig
 
 %description
 GateD is a modular software program consisting of core services, a
@@ -83,7 +83,6 @@ install %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/gated.conf.sample
 rm -rf $RPM_BUILD_ROOT
 
 %post
-/sbin/ldconfig
 /sbin/chkconfig --add gated
 
 %preun
This page took 0.069839 seconds and 4 git commands to generate.