[rpld] Minor fixes for specfile and initscript

Paul Komkoff stingray at fedoraproject.org
Mon Oct 31 10:45:40 UTC 2011


commit 2c33c83d8e80d590ce599cc33a29aab0f09472f4
Author: Paul P. Komkoff Jr <i at stingr.net>
Date:   Mon Oct 31 14:44:37 2011 +0400

    Minor fixes for specfile and initscript

 rpld.init |    2 +-
 rpld.spec |    6 +++++-
 2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/rpld.init b/rpld.init
index 772854c..fba2aa0 100644
--- a/rpld.init
+++ b/rpld.init
@@ -2,7 +2,7 @@
 #
 # rpld:		Start and stop the RPL/RIPL remote boot server
 #
-# chkconfig:	345 80 20
+# chkconfig:	- 80 20
 #
 # description:	rpld allows netboot of IBM style RPL boot ROMs.
 # pidfile: /var/run/rpld.pid
diff --git a/rpld.spec b/rpld.spec
index 266e51a..d7b77ce 100644
--- a/rpld.spec
+++ b/rpld.spec
@@ -1,6 +1,6 @@
 Name:           rpld
 Version:        1.8
-Release:        0.10.beta1%{?dist}
+Release:        0.11.beta1%{?dist}
 Summary:        RPL/RIPL remote boot daemon
 Group:          System Environment/Daemons
 # No version specified.
@@ -29,6 +29,7 @@ name).
 %preun
 if [ $1 = 0 ]; then
         /sbin/service %{name} stop >/dev/null 2>&1
+	/sbin/chkconfig --del %{name}
 fi
 
 %postun
@@ -80,6 +81,9 @@ rm -rf $RPM_BUILD_ROOT
 /lib/systemd/system/%{name}.service
 
 %changelog
+* Mon Oct 31 2011 Paul P. Komkoff Jr <i at stingr.net> - 1.8-0.11.beta1
+- fixes for specfile and init script
+
 * Tue Jul 5 2011 Paul P. Komkoff Jr <i at stingr.net> - 1.8-0.10.beta1
 - add pre/postinstall stuff
 


More information about the scm-commits mailing list