rpms/bochs-bios/devel bochs-bios.spec,1.1,1.2

Glauber Costa glommer at fedoraproject.org
Tue Mar 3 02:55:49 UTC 2009


Author: glommer

Update of /cvs/pkgs/rpms/bochs-bios/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15534

Modified Files:
	bochs-bios.spec 
Log Message:
try to avoid the clashes by getting rid of the debuginfo package.




Index: bochs-bios.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bochs-bios/devel/bochs-bios.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bochs-bios.spec	3 Mar 2009 02:05:32 -0000	1.1
+++ bochs-bios.spec	3 Mar 2009 02:55:19 -0000	1.2
@@ -1,8 +1,13 @@
 %define githead 36989b0d2
 
+# debugging firmwares does not goes the same way as a normal program.
+# moreover, all architectures providing debuginfo for a single noarch
+# package is currently clashing in koji, so don't bother.
+%global debug_package %{nil}
+
 Name:           bochs-bios
 Version:        2.3.8
-Release:        0.4.git%{githead}%{?dist}
+Release:        0.5.git%{githead}%{?dist}
 Summary:        Bios implementation from the Bochs project
 Group:          Applications/Emulators
 License:        LGPLv2+
@@ -76,6 +81,9 @@
 
 
 %changelog
+* Tue Mar 03 2009 Glauber Costa <glommer at redhat.com> 2.3.8-0.5.git36989b0d2
+- Don't create debug packages, as they'll clash.
+
 * Mon Mar 02 2009 Glauber Costa <glommer at redhat.com> 2.3.8-0.4.git36989b0d2
 - Don't use prebuilt binaries anymore.
 




More information about the fedora-extras-commits mailing list