SHA256
6
0
forked from pool/rpm

refresh patches

OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=125
This commit is contained in:
Stephan Kulow
2011-06-08 11:40:45 +00:00
committed by Git OBS Bridge
parent 8a32b9f326
commit 3009b580d0
3 changed files with 29 additions and 21 deletions

View File

@@ -1,15 +1,17 @@
--- ./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=
Index: autodeps/linux.prov
===================================================================
--- autodeps/linux.prov.orig 2011-06-08 13:37:46.951974468 +0200
+++ autodeps/linux.prov 2011-06-08 13:37:46.967972960 +0200
@@ -15,6 +15,8 @@ pythonlist=($(printf "%s\n" "${filelist[
tcllist=
monolist=($(printf "%s\n" "${filelist[@]}" | egrep "\\.(exe|dll)\$"))
mimetypelist=($(printf "%s\n" "${filelist[@]}" | egrep "\\.(desktop)\$"))
firmwarelist=($(printf "%s\n" "${filelist[@]}" | grep "/lib/firmware/"))
+pkgconfiglist=($(printf "%s\n" "${filelist[@]}" | egrep '\.pc$'))
+fontlist=($(printf "%s\n" "${filelist[@]}" | egrep -i "/usr/share/fonts/.*\.(ttf|otf|pfa)$"))
#
# --- Alpha does not mark 64bit dependencies
@@ -86,6 +88,16 @@ if [ -x $MONO_PREFIX/bin/mono -a -n "$mo
@@ -80,6 +82,16 @@ if [ -x $MONO_PREFIX/bin/mono -a -n "$mo
fi
#
@@ -26,8 +28,10 @@
# --- 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 2011-05-11 16:39:09.000000000 +0000
+++ ./autodeps/linux.req 2011-05-11 16:40:49.000000000 +0000
Index: autodeps/linux.req
===================================================================
--- autodeps/linux.req.orig 2011-06-08 13:37:46.951974468 +0200
+++ autodeps/linux.req 2011-06-08 13:37:46.968972865 +0200
@@ -34,6 +34,7 @@ perllist=()
pythonlist=($(printf "%s\n" "${filelist[@]}" | egrep '/usr/lib[^/]*/python.\..'))
tcllist=()