From 360c47d6afc3ae6c83b13b471970b9d4130837fb Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Mon, 27 Apr 2009 16:32:08 +0000 Subject: [PATCH] - Fix BuildRequires for new Koji. --- gdb.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gdb.spec b/gdb.spec index d20fe92..0c1d78e 100644 --- a/gdb.spec +++ b/gdb.spec @@ -13,7 +13,7 @@ Version: 6.8.50.20090302 # 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: 22%{?_with_upstream:.upstream}%{?dist} +Release: 23%{?_with_upstream:.upstream}%{?dist} License: GPLv3+ Group: Development/Debuggers @@ -390,7 +390,7 @@ BuildRequires: readline-devel 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-devel +BuildRequires: python python-devel # Temporarily before it gets moved to libstdc++.rpm BuildRequires: libstdc++ @@ -861,6 +861,9 @@ fi %endif %changelog +* Mon Apr 27 2009 Jan Kratochvil - 6.8.50.20090302-23 +- Fix BuildRequires for new Koji. + * Mon Apr 27 2009 Jan Kratochvil - 6.8.50.20090302-22 - Fix pstack/gstack cutting very long lines (BZ 497849).