[portreserve] Requires chkconfig (bug #718173).

Tim Waugh twaugh at fedoraproject.org
Fri Jul 1 10:34:10 UTC 2011


commit 094b29c05c161568ef9cd7060014d249a574c722
Author: Tim Waugh <twaugh at redhat.com>
Date:   Fri Jul 1 10:58:58 2011 +0100

    Requires chkconfig (bug #718173).

 portreserve.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/portreserve.spec b/portreserve.spec
index 2cd4dd9..a077ce3 100644
--- a/portreserve.spec
+++ b/portreserve.spec
@@ -1,12 +1,14 @@
 Summary: TCP port reservation utility
 Name: portreserve
 Version: 0.0.5
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+
 Group: System Environment/Daemons
 URL: http://cyberelk.net/tim/portreserve/
 Source0: http://cyberelk.net/tim/data/portreserve/stable/%{name}-%{version}.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Requires(post): chkconfig
+Requires(preun): chkconfig
 
 BuildRequires: xmlto
 Obsoletes: portreserve-selinux < 0.0.3-3
@@ -66,6 +68,9 @@ fi
 %{_mandir}/*/*
 
 %changelog
+* Fri Jul  1 2011 Tim Waugh <twaugh at redhat.com> 0.0.5-2
+- Requires chkconfig (bug #718173).
+
 * Fri Jun 24 2011 Tim Waugh <twaugh at redhat.com> 0.0.5-1
 - 0.0.5 (bug #619089, bug #704567).
 


More information about the scm-commits mailing list