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,5 +1,5 @@
|
||||
--- ./autodeps/linux.prov.orig 2010-04-08 14:52:42.000000000 +0000
|
||||
+++ ./autodeps/linux.prov 2010-04-08 15:04:37.000000000 +0000
|
||||
--- ./autodeps/linux.prov.orig 2011-05-11 16:39:09.000000000 +0000
|
||||
+++ ./autodeps/linux.prov 2011-05-11 16:40:49.000000000 +0000
|
||||
@@ -16,6 +16,8 @@ tcllist=
|
||||
monolist=($(printf "%s\n" "${filelist[@]}" | egrep "\\.(exe|dll)\$"))
|
||||
mimetypelist=($(printf "%s\n" "${filelist[@]}" | egrep "\\.(desktop)\$"))
|
||||
@@ -26,9 +26,9 @@
|
||||
# --- Kernel module exported symbols
|
||||
[ -x /usr/lib/rpm/find-provides.ksyms ] &&
|
||||
printf "%s\n" "${filelist[@]}" | /usr/lib/rpm/find-provides.ksyms "$@"
|
||||
--- ./autodeps/linux.req.orig 2010-04-08 15:01:18.000000000 +0000
|
||||
+++ ./autodeps/linux.req 2010-04-08 15:04:20.000000000 +0000
|
||||
@@ -35,6 +35,7 @@ perllist=()
|
||||
--- ./autodeps/linux.req.orig 2011-05-11 16:39:09.000000000 +0000
|
||||
+++ ./autodeps/linux.req 2011-05-11 16:40:49.000000000 +0000
|
||||
@@ -34,6 +34,7 @@ perllist=()
|
||||
pythonlist=($(printf "%s\n" "${filelist[@]}" | egrep '/usr/lib[^/]*/python.\..'))
|
||||
tcllist=()
|
||||
monolist=($(printf "%s\n" "${filelist[@]}" | egrep "\\.(exe|dll)(\\.config)?\$"))
|
||||
@@ -36,7 +36,7 @@
|
||||
|
||||
#
|
||||
# --- Alpha does not mark 64bit dependencies
|
||||
@@ -144,6 +145,11 @@ if [ -x $MONO_PREFIX/bin/mono -a -n "$mo
|
||||
@@ -143,6 +144,11 @@ if [ -x $MONO_PREFIX/bin/mono -a -n "$mo
|
||||
fi
|
||||
|
||||
#
|
||||
@@ -48,17 +48,3 @@
|
||||
# --- Kernel module imported symbols
|
||||
[ -x ${0%/*}/find-requires.ksyms ] &&
|
||||
printf "%s\n" "${filelist[@]}" | ${0%/*}/find-requires.ksyms "$@"
|
||||
--- ./scripts/fontconfig.prov.orig 2010-04-08 14:57:21.000000000 +0000
|
||||
+++ ./scripts/fontconfig.prov 2010-04-08 14:57:42.000000000 +0000
|
||||
@@ -12,7 +12,10 @@
|
||||
|
||||
fcquery=/usr/bin/fc-query
|
||||
|
||||
-[ -x $fcquery ] || exit 0
|
||||
+[ -x $fcquery ] || {
|
||||
+ cat > /dev/null
|
||||
+ exit 0
|
||||
+}
|
||||
|
||||
# filter out anything outside main fontconfig path
|
||||
grep /usr/share/fonts/ |
|
||||
|
Reference in New Issue
Block a user