rpms/schroot/F-13 schroot.spec,1.7,1.8

Zach Carter zachcarter at fedoraproject.org
Tue Jun 8 18:44:47 UTC 2010


Author: zachcarter

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

Modified Files:
	schroot.spec 
Log Message:
Require libuuid-devel. BZ #600639



Index: schroot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/schroot/F-13/schroot.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- schroot.spec	25 May 2010 18:46:30 -0000	1.7
+++ schroot.spec	8 Jun 2010 18:44:47 -0000	1.8
@@ -1,6 +1,6 @@
 Name: schroot
 Version: 1.2.3
-Release: 8%{?dist}
+Release: 9%{?dist}
 Summary: Execute commands in a chroot environment
 Group: Development/Tools
 License: GPLv3+
@@ -14,6 +14,7 @@ BuildRequires: pam-devel
 BuildRequires: boost-devel
 BuildRequires: lockdev-devel
 BuildRequires: gettext
+BuildRequires: libuuid-devel
 
 %description
 schroot allows users to execute commands or interactive shells in
@@ -125,6 +126,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/dchroot.1.gz
 
 %changelog
+* Mon Jun 07 2010 Zach Carter <z.carter at f5.com> - 1.2.3-9
+- Require libuuid-devel at build time.  BZ #600639
+
 * Tue May 24 2010 Zach Carter <z.carter at f5.com> - 1.2.3-8
 - update PATH in /etc/schroot/script-defaults - BZ 588200
 



More information about the scm-commits mailing list