update to rpm-4.9.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=93
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
From: Jan Blunck <jblunck@suse.de>
|
||||
Subject: Let debuginfo packages provide the build-id
|
||||
|
||||
This patch let debuginfo packages provide build-id like follows:
|
||||
This patch lets debuginfo packages provide build-id like follows:
|
||||
|
||||
debuginfo(build-id) = c63cb23876c5fa85f36beaff58f8557e1bf22517
|
||||
|
||||
@@ -9,17 +9,8 @@ Users can therefore ask zypper to install the correct debuginfo package with:
|
||||
|
||||
zypper install -C "debuginfo(build-id) = c63cb23876c5fa85f36beaff58f8557e1bf22517"
|
||||
|
||||
Signed-off-by: Jan Blunck <jblunck@suse.de>
|
||||
---
|
||||
autodeps/linux.prov | 8 ++++++++
|
||||
macros.in | 3 ++-
|
||||
scripts/debuginfo.prov | 12 ++++++++++++
|
||||
3 files changed, 22 insertions(+), 1 deletion(-)
|
||||
|
||||
Index: autodeps/linux.prov
|
||||
===================================================================
|
||||
--- autodeps/linux.prov.orig
|
||||
+++ autodeps/linux.prov
|
||||
--- ./autodeps/linux.prov.orig 2011-05-11 15:58:28.000000000 +0000
|
||||
+++ ./autodeps/linux.prov 2011-05-11 15:59:31.000000000 +0000
|
||||
@@ -5,6 +5,9 @@
|
||||
IFS=$'\n'
|
||||
filelist=($(cat))
|
||||
@@ -42,11 +33,9 @@ Index: autodeps/linux.prov
|
||||
# --- Mono exes/dlls
|
||||
: ${MONO_PREFIX=/usr}
|
||||
if [ -x $MONO_PREFIX/bin/mono -a -n "$monolist" ] ; then
|
||||
Index: macros.in
|
||||
===================================================================
|
||||
--- macros.in.orig
|
||||
+++ macros.in
|
||||
@@ -179,7 +179,8 @@
|
||||
--- ./macros.in.orig 2011-05-11 15:59:08.000000000 +0000
|
||||
+++ ./macros.in 2011-05-11 15:59:31.000000000 +0000
|
||||
@@ -182,7 +182,8 @@
|
||||
%package debuginfo\
|
||||
Summary: Debug information for package %{name}\
|
||||
Group: Development/Debug\
|
||||
@@ -56,10 +45,8 @@ Index: macros.in
|
||||
#Requires: %{?!debug_package_requires:%{name} = %{version}-%{release}}%{?debug_package_requires}\
|
||||
%description debuginfo\
|
||||
This package provides debug information for package %{name}.\
|
||||
Index: scripts/debuginfo.prov
|
||||
===================================================================
|
||||
--- /dev/null
|
||||
+++ scripts/debuginfo.prov
|
||||
--- ./scripts/debuginfo.prov.orig 2011-05-11 15:59:31.000000000 +0000
|
||||
+++ ./scripts/debuginfo.prov 2011-05-11 15:59:31.000000000 +0000
|
||||
@@ -0,0 +1,12 @@
|
||||
+#!/bin/sh
|
||||
+
|
||||
|
Reference in New Issue
Block a user