[libcgroup] Fix initscripts to report stopped cgconfig service as not running Resolves: #619091

Jan Šafránek jsafrane at fedoraproject.org
Mon Aug 2 14:36:13 UTC 2010


commit 24de2ebc5734a4b1d7c5d7c74c4dd6e9ca7a5491
Author: Jan Safranek <jsafrane at redhat.com>
Date:   Mon Aug 2 16:36:06 2010 +0200

    Fix initscripts to report stopped cgconfig service as not running
    Resolves: #619091

 libcgroup.spec |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/libcgroup.spec b/libcgroup.spec
index 068b47e..964224b 100644
--- a/libcgroup.spec
+++ b/libcgroup.spec
@@ -12,6 +12,7 @@ Source0: http://downloads.sourceforge.net/libcg/%{name}-%{version}.tar.bz2
 Source1: README.Fedora
 Patch1: fedora-config.patch
 Patch2: fedora-fix-initscripts.patch
+Patch3: libcgroup-0.36.2-initscripts.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: pam-devel
 BuildRequires: byacc
@@ -47,6 +48,7 @@ provide scripts to manage that configuration.
 %setup -q
 %patch1 -p1 -b .config
 %patch2 -p1 -b .lsb
+%patch3 -p1 -b .running
 
 %build
 %configure --bindir=/bin --sbindir=/sbin --libdir=%{_libdir} --enable-initscript-install --enable-pam-module-dir=/%{_lib}/security
@@ -141,6 +143,10 @@ fi
 %doc COPYING INSTALL 
 
 %changelog
+* Mon Aug  2 2010 Jan Safranek <jsafrane at redhat.com> 0.36.2-2
+- Fix initscripts to report stopped cgconfig service as not running
+  (#619091)
+
 * Tue Jun 22 2010 Jan Safranek <jsafrane at redhat.com> 0.36.2-1
 - Update to 0.36.2, fixing packaging the libraries (#605434)
 - Remove the dependency on redhat-lsb (#603578)


More information about the scm-commits mailing list