rpms/preupgrade/F-10 preupgrade.spec,1.8,1.9

Will Woods wwoods at fedoraproject.org
Thu Nov 27 23:31:16 UTC 2008


Author: wwoods

Update of /cvs/pkgs/rpms/preupgrade/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26477/F-10

Modified Files:
	preupgrade.spec 
Log Message:
Proper conflicts for yaboot


Index: preupgrade.spec
===================================================================
RCS file: /cvs/pkgs/rpms/preupgrade/F-10/preupgrade.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- preupgrade.spec	21 Nov 2008 23:34:36 -0000	1.8
+++ preupgrade.spec	27 Nov 2008 23:30:46 -0000	1.9
@@ -26,7 +26,15 @@
 BuildRequires: desktop-file-utils, python
 # preupgrade's use of long append="..." strings will break older yaboot
 # and thus render ppc systems unbootable - see bug #471321
+%if 0%{?fedora} == 8
+Conflicts: yaboot < 1.3.13-9
+%endif
+%if 0%{?fedora} == 9
+Conflicts: yaboot < 1.3.13-13
+%endif
+%if 0%{?fedora} >= 10
 Conflicts: yaboot < 1.3.14-8
+%endif
 
 %description
 Preresolves all dependencies, downloads the packages and makes your system 




More information about the fedora-extras-commits mailing list