rpms/libcgroup/devel .cvsignore, 1.6, 1.7 libcgroup.spec, 1.6, 1.7 sources, 1.6, 1.7

Dhaval Giani dhavalgiani at fedoraproject.org
Mon Dec 29 13:52:16 UTC 2008


Author: dhavalgiani

Update of /cvs/pkgs/rpms/libcgroup/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4511

Modified Files:
	.cvsignore libcgroup.spec sources 
Log Message:
Fix build dependencies



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libcgroup/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	29 Dec 2008 13:32:26 -0000	1.6
+++ .cvsignore	29 Dec 2008 13:51:46 -0000	1.7
@@ -1 +1,2 @@
 libcgroup-0.32.2.tar.bz2
+fix_makefile_dep.patch


Index: libcgroup.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libcgroup/devel/libcgroup.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libcgroup.spec	29 Dec 2008 13:32:26 -0000	1.6
+++ libcgroup.spec	29 Dec 2008 13:51:46 -0000	1.7
@@ -2,14 +2,16 @@
 Summary: Tools and libraries to control and monitor control groups
 Group: Development/Libraries
 Version: 0.32.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 License: LGPLv2+
 URL: http://libcg.sourceforge.net/
 Source0: http://downloads.sourceforge.net/libcg/%{name}-%{version}.tar.bz2
+Patch0: http://downloads.sourceforge.net/libcg/fix_makefile_dep.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: byacc
 BuildRequires: flex
 BuildRequires: coreutils
+BuildRequires: pam-devel
 Requires(post): chkconfig
 Requires(post): initscripts
 Requires(preun): initscripts
@@ -31,6 +33,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure
@@ -85,6 +88,8 @@
 
 
 %changelog
+* Mon Dec 29 2008 Dhaval Giani <dhaval at linux.vnet.ibm.com> 0.32.2-2
+- Fix build dependencies
 * Mon Dec 29 2008 Dhaval Giani <dhaval at linux.vnet.ibm.com> 0.32.2-1
 - Update to latest upstream
 * Thu Oct 23 2008 Dhaval Giani <dhaval at linux.vnet.ibm.com> 0.32.1-1


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libcgroup/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	29 Dec 2008 13:32:26 -0000	1.6
+++ sources	29 Dec 2008 13:51:46 -0000	1.7
@@ -1 +1,2 @@
 ee971527040433ce7e5bcbd8f9b58134  libcgroup-0.32.2.tar.bz2
+c9f1eef2c91d91da508dbfb2cc2eed2f  fix_makefile_dep.patch




More information about the fedora-extras-commits mailing list