rpms/gdb/devel gdb.spec,1.347,1.348

Jan Kratochvil jkratoch at fedoraproject.org
Mon Apr 27 17:38:55 UTC 2009


Author: jkratoch

Update of /cvs/pkgs/rpms/gdb/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24239

Modified Files:
	gdb.spec 
Log Message:
* Mon Apr 27 2009 Jan Kratochvil <jan.kratochvil at redhat.com> - 6.8.50.20090302-24
- Another new Koji build fix attempt now by: BuildPreReq: python



Index: gdb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gdb/devel/gdb.spec,v
retrieving revision 1.347
retrieving revision 1.348
diff -u -r1.347 -r1.348
--- gdb.spec	27 Apr 2009 16:32:08 -0000	1.347
+++ gdb.spec	27 Apr 2009 17:38:25 -0000	1.348
@@ -13,7 +13,7 @@
 
 # The release always contains a leading reserved number, start it at 1.
 # `upstream' is not a part of `name' to stay fully rpm dependencies compatible for the testing.
-Release: 23%{?_with_upstream:.upstream}%{?dist}
+Release: 24%{?_with_upstream:.upstream}%{?dist}
 
 License: GPLv3+
 Group: Development/Debuggers
@@ -390,7 +390,8 @@
 BuildRequires: rpm-devel
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 Requires: python-libs
-BuildRequires: python python-devel
+BuildPreReq: python
+BuildRequires: python-devel
 # Temporarily before it gets moved to libstdc++.rpm
 BuildRequires: libstdc++
 
@@ -861,6 +862,9 @@
 %endif
 
 %changelog
+* Mon Apr 27 2009 Jan Kratochvil <jan.kratochvil at redhat.com> - 6.8.50.20090302-24
+- Another new Koji build fix attempt now by: BuildPreReq: python
+
 * Mon Apr 27 2009 Jan Kratochvil <jan.kratochvil at redhat.com> - 6.8.50.20090302-23
 - Fix BuildRequires for new Koji.
 




More information about the fedora-extras-commits mailing list