rpms/libcgroup/F-13 libcgroup.spec,1.20,1.21

Jan Šafránek jsafrane at fedoraproject.org
Thu Jun 24 10:39:14 UTC 2010


Author: jsafrane

Update of /cvs/pkgs/rpms/libcgroup/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv19769

Modified Files:
	libcgroup.spec 
Log Message:
Relax the dependency on redhat-lsb
Resolves: #607189


Index: libcgroup.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libcgroup/F-13/libcgroup.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -p -r1.20 -r1.21
--- libcgroup.spec	10 Mar 2010 09:05:18 -0000	1.20
+++ libcgroup.spec	24 Jun 2010 10:39:14 -0000	1.21
@@ -10,6 +10,7 @@ URL: http://libcg.sourceforge.net/
 Source0: http://downloads.sourceforge.net/libcg/%{name}-%{version}.tar.bz2
 Source1: README.Fedora
 Patch1: fedora-config.patch
+Patch2: fedora-fix-initscripts.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: pam-devel
 BuildRequires: byacc
@@ -17,7 +18,6 @@ BuildRequires: flex
 BuildRequires: coreutils
 Requires(post): chkconfig, /sbin/service
 Requires(preun): /sbin/chkconfig
-Requires: redhat-lsb
 
 %description
 Control groups infrastructure. The tools and library help manipulate, control,
@@ -45,6 +45,7 @@ provide scripts to manage that configura
 %prep
 %setup -q
 %patch1 -p1 -b .config
+%patch2 -p1 -b .lsb
 
 %build
 %configure --bindir=/bin --sbindir=/sbin --libdir=/%{_lib}
@@ -137,6 +138,9 @@ fi
 
 
 %changelog
+* Thu Jun 24 2010 Jan Safranek <jsafrane at redhat.com> 0.35-2
+- Relax the dependency on redhat-lsb (#607189)
+
 * Tue Mar  9 2010 Jan Safranek <jsafrane at redhat.com> 0.35-1
 - Update to 0.35.1
 - Separate pam module to its own subpackage



More information about the scm-commits mailing list