- update to rpm-4.12.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=338
This commit is contained in:
@@ -9,30 +9,6 @@ Users can therefore ask zypper to install the correct debuginfo package with:
|
||||
|
||||
zypper install -C "debuginfo(build-id) = c63cb23876c5fa85f36beaff58f8557e1bf22517"
|
||||
|
||||
--- ./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))
|
||||
|
||||
+debuginfolist=($(printf "%s\n" "${filelist[@]}" | grep "/usr/lib/debug/"))
|
||||
+filelist=($(printf "%s\n" "${filelist[@]}" | grep -v "/usr/lib/debug/"))
|
||||
+
|
||||
solist=($(printf "%s\n" "${filelist[@]}" | grep "\\.so" | grep -v "^/lib/ld.so" | \
|
||||
tr '\n' '\0' | xargs -0 -r file -L | grep "ELF.*shared object" | \
|
||||
cut -d: -f1))
|
||||
@@ -71,6 +74,11 @@ done | sort -u
|
||||
printf "%s\n" "${firmwarelist[@]}" | /usr/lib/rpm/firmware.prov | sort -u
|
||||
|
||||
#
|
||||
+# --- debuginfo files
|
||||
+[ -x /usr/lib/rpm/debuginfo.prov -a -n "$debuginfolist" ] &&
|
||||
+ printf "%s\n" "${debuginfolist[@]}" | /usr/lib/rpm/debuginfo.prov | sort -u
|
||||
+
|
||||
+#
|
||||
# --- Mono exes/dlls
|
||||
: ${MONO_PREFIX=/usr}
|
||||
if [ -x $MONO_PREFIX/bin/mono -a -n "$monolist" ] ; then
|
||||
--- ./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 @@
|
||||
|
Reference in New Issue
Block a user