diff --git a/rpm-python.spec b/rpm-python.spec index c553d6b..1e47b9e 100644 --- a/rpm-python.spec +++ b/rpm-python.spec @@ -16,7 +16,7 @@ License: GNU General Public License (GPL) Group: System/Packages Summary: Python Bindings for Manipulating RPM Packages Version: 4.4.2 -Release: 94 +Release: 95 Requires: rpm = %{version} %py_requires diff --git a/rpm.changes b/rpm.changes index e0e0233..f26ae35 100644 --- a/rpm.changes +++ b/rpm.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Mar 19 16:48:22 CET 2007 - rguenther@suse.de + +- do not require build-key + ------------------------------------------------------------------- Tue Mar 6 20:19:40 CET 2007 - rguenther@suse.de diff --git a/rpm.spec b/rpm.spec index 3c1c50c..15c7763 100644 --- a/rpm.spec +++ b/rpm.spec @@ -14,13 +14,12 @@ Name: rpm License: GNU General Public License (GPL) Group: System/Packages Provides: rpminst -Requires: build-key %define popt_version 1.7 PreReq: %insserv_prereq %fillup_prereq popt = %{popt_version} permissions Autoreqprov: on Summary: The RPM Package Manager Version: 4.4.2 -Release: 87 +Release: 88 Source: rpm-%{version}.tar.bz2 Source1: RPM-HOWTO.tar.bz2 Source2: RPM-Tips.html.tar.bz2 @@ -314,7 +313,7 @@ Summary: A C library for parsing command line parameters License: GNU Library General Public License v. 2.0 and 2.1 (LGPL) Group: System/Libraries Version: 1.7 -Release: 315 +Release: 316 # %description -n popt @@ -337,7 +336,7 @@ Summary: C Library for Parsing Command Line Parameters License: GNU Library General Public License v. 2.0 and 2.1 (LGPL) Group: System/Libraries Version: 1.7 -Release: 315 +Release: 316 Requires: popt = 1.7 Requires: glibc-devel @@ -375,6 +374,8 @@ Authors: %doc %{_mandir}/man3/popt.3* %changelog +* Mon Mar 19 2007 - rguenther@suse.de +- do not require build-key * Tue Mar 06 2007 - rguenther@suse.de - adjust cflags_profile_generate and cflags_profile_feedback to enable tree profiling