rpms/schroot/F-12 schroot.spec,1.3,1.4

Zach Carter zachcarter at fedoraproject.org
Wed Jun 9 19:39:09 UTC 2010


Author: zachcarter

Update of /cvs/pkgs/rpms/schroot/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv6483

Modified Files:
	schroot.spec 
Log Message:
Add libuuid-devel to BuildRequires. BZ 600639



Index: schroot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/schroot/F-12/schroot.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- schroot.spec	21 May 2010 22:56:38 -0000	1.3
+++ schroot.spec	9 Jun 2010 19:39:08 -0000	1.4
@@ -1,6 +1,6 @@
 Name: schroot
 Version: 1.2.3
-Release: 4%{?dist}
+Release: 5%{?dist}
 Summary: Execute commands in a chroot environment
 Group: Development/Tools
 License: GPLv3+
@@ -13,6 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version
 BuildRequires: pam-devel
 BuildRequires: boost-devel
 BuildRequires: lockdev-devel
+BuildRequires: libuuid-devel
 BuildRequires: gettext
 
 %description
@@ -125,6 +126,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/dchroot.1.gz
 
 %changelog
+* Wed Jun 9 2010 Zach Carter <z.carter at f5.com> - 1.2.3-5
+- Add libuuid-devel to BuildRequires: - BZ 600639
+
 * Fri May 21 2010 Zach Carter <z.carter at f5.com> - 1.2.3-4
 - update PATH in /etc/schroot/script-defaults - BZ 588200
 



More information about the scm-commits mailing list