rpms/petitboot/devel petitboot.spec,1.16,1.17

Tony Breeds tbreeds at fedoraproject.org
Wed May 26 04:44:30 UTC 2010


Author: tbreeds

Update of /cvs/pkgs/rpms/petitboot/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv8069

Modified Files:
	petitboot.spec 
Log Message:
Now that there is a libtwin-static package use it as a buildrequires



Index: petitboot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/petitboot/devel/petitboot.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- petitboot.spec	26 Jul 2009 17:51:38 -0000	1.16
+++ petitboot.spec	26 May 2010 04:44:30 -0000	1.17
@@ -2,7 +2,7 @@
 
 Name:		petitboot
 Version:	0.2
-Release:	4%{?dist}
+Release:	5%{?dist}
 Summary:	Graphical kexec-based bootloader, originally for PlayStation 3
 
 Group:		System Environment/Base
@@ -22,7 +22,7 @@ BuildRoot:	%{_tmppath}/%{name}-%{version
 
 BuildRequires:  libpng-devel zlib-devel libX11-devel libjpeg-devel
 BuildRequires:	freetype-devel autoconf
-BuildRequires:	libtwin-devel >= 0.0.3
+BuildRequires:	libtwin-static >= 0.0.3
 
 %description
 Petitboot is a graphical bootloader for the PlayStation 3. It's based
@@ -67,6 +67,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed May 26 2010 Tony Breeds <tony at bakeyournoodle.com> - 0.2-5
+- libtiwn now has a libtwin-static package so BuildRequires that rather than
+   the -devel.  Closes #572665
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 



More information about the scm-commits mailing list