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