From 00764860c96a9459bccf17b3f9d2701299218c024e665724030eeb3b23d391a1 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 27 Jul 2007 13:46:41 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpm?expand=0&rev=19 --- rpm-python.spec | 2 +- rpm.changes | 5 +++++ rpm.spec | 10 ++++++---- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/rpm-python.spec b/rpm-python.spec index aedbae6..f87ed92 100644 --- a/rpm-python.spec +++ b/rpm-python.spec @@ -16,7 +16,7 @@ License: GPL v2 or later Group: System/Packages Summary: Python Bindings for Manipulating RPM Packages Version: 4.4.2 -Release: 140 +Release: 141 Requires: rpm = %{version} %py_requires diff --git a/rpm.changes b/rpm.changes index f017944..3bd80bd 100644 --- a/rpm.changes +++ b/rpm.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jul 24 13:29:10 CEST 2007 - dmueller@suse.de + +- hardcode rpm in patch name + ------------------------------------------------------------------- Fri Jun 15 08:30:07 CEST 2007 - dmueller@suse.de diff --git a/rpm.spec b/rpm.spec index 2b242f8..71da3b7 100644 --- a/rpm.spec +++ b/rpm.spec @@ -20,7 +20,7 @@ PreReq: %insserv_prereq %fillup_prereq permissions Autoreqprov: on Summary: The RPM Package Manager Version: 4.4.2 -Release: 121 +Release: 123 Source: rpm-%{version}.tar.bz2 Source1: RPM-HOWTO.tar.bz2 Source2: RPM-Tips.html.tar.bz2 @@ -124,7 +124,7 @@ Patch95: pythonunicode.diff Patch96: tarwildcards.diff Patch97: perlprov.diff Patch98: showtransscripts.diff -Patch99: %{name}-debugedit-shared.diff +Patch99: rpm-debugedit-shared.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build # @@ -340,7 +340,7 @@ Summary: A C library for parsing command line parameters License: LGPL v2 or later Group: System/Libraries Version: 1.7 -Release: 349 +Release: 351 # %description -n popt @@ -363,7 +363,7 @@ Summary: C Library for Parsing Command Line Parameters License: LGPL v2 or later Group: System/Libraries Version: 1.7 -Release: 349 +Release: 351 Requires: popt = 1.7 Requires: glibc-devel @@ -399,6 +399,8 @@ Authors: %doc %{_mandir}/man3/popt.3* %changelog +* Tue Jul 24 2007 - dmueller@suse.de +- hardcode rpm in patch name * Fri Jun 15 2007 - dmueller@suse.de - package size reduction (28%%) * Sun May 27 2007 - schwab@suse.de