refresh patches
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=125
This commit is contained in:
parent
8a32b9f326
commit
3009b580d0
@ -1,17 +1,17 @@
|
|||||||
Index: autodeps/linux.prov
|
Index: autodeps/linux.prov
|
||||||
===================================================================
|
===================================================================
|
||||||
--- autodeps/linux.prov.orig
|
--- autodeps/linux.prov.orig 2011-06-08 13:28:10.000000000 +0200
|
||||||
+++ autodeps/linux.prov
|
+++ autodeps/linux.prov 2011-06-08 13:28:51.755445342 +0200
|
||||||
@@ -12,6 +12,7 @@ pythonlist=
|
@@ -11,6 +11,7 @@ solist=($(printf "%s\n" "${filelist[@]}"
|
||||||
|
pythonlist=
|
||||||
tcllist=
|
tcllist=
|
||||||
monolist=($(printf "%s\n" "${filelist[@]}" | egrep "\\.(exe|dll)\$"))
|
monolist=($(printf "%s\n" "${filelist[@]}" | egrep "\\.(exe|dll)\$"))
|
||||||
mimetypelist=($(printf "%s\n" "${filelist[@]}" | egrep "\\.(desktop)\$"))
|
|
||||||
+firmwarelist=($(printf "%s\n" "${filelist[@]}" | grep "/lib/firmware/"))
|
+firmwarelist=($(printf "%s\n" "${filelist[@]}" | grep "/lib/firmware/"))
|
||||||
|
|
||||||
#
|
#
|
||||||
# --- Alpha does not mark 64bit dependencies
|
# --- Alpha does not mark 64bit dependencies
|
||||||
@@ -65,6 +66,11 @@ done | sort -u
|
@@ -59,6 +60,11 @@ done | sort -u
|
||||||
printf "%s\n" "${mimetypelist[@]}" | /usr/lib/rpm/mimetypes.prov | sort -u
|
printf "%s\n" "${tcllist[@]}" | /usr/lib/rpm/tcl.prov | sort -u
|
||||||
|
|
||||||
#
|
#
|
||||||
+# --- firmware files
|
+# --- firmware files
|
||||||
@ -24,8 +24,8 @@ Index: autodeps/linux.prov
|
|||||||
if [ -x $MONO_PREFIX/bin/mono -a -n "$monolist" ] ; then
|
if [ -x $MONO_PREFIX/bin/mono -a -n "$monolist" ] ; then
|
||||||
Index: scripts/firmware.prov
|
Index: scripts/firmware.prov
|
||||||
===================================================================
|
===================================================================
|
||||||
--- /dev/null
|
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
|
||||||
+++ scripts/firmware.prov
|
+++ scripts/firmware.prov 2011-06-08 13:28:33.117204009 +0200
|
||||||
@@ -0,0 +1,8 @@
|
@@ -0,0 +1,8 @@
|
||||||
+#!/bin/sh
|
+#!/bin/sh
|
||||||
+# Add firmware files in /lib/firmware into RPM provides
|
+# Add firmware files in /lib/firmware into RPM provides
|
||||||
|
@ -1,15 +1,17 @@
|
|||||||
--- ./autodeps/linux.prov.orig 2011-05-11 16:39:09.000000000 +0000
|
Index: autodeps/linux.prov
|
||||||
+++ ./autodeps/linux.prov 2011-05-11 16:40:49.000000000 +0000
|
===================================================================
|
||||||
@@ -16,6 +16,8 @@ tcllist=
|
--- 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)\$"))
|
monolist=($(printf "%s\n" "${filelist[@]}" | egrep "\\.(exe|dll)\$"))
|
||||||
mimetypelist=($(printf "%s\n" "${filelist[@]}" | egrep "\\.(desktop)\$"))
|
|
||||||
firmwarelist=($(printf "%s\n" "${filelist[@]}" | grep "/lib/firmware/"))
|
firmwarelist=($(printf "%s\n" "${filelist[@]}" | grep "/lib/firmware/"))
|
||||||
+pkgconfiglist=($(printf "%s\n" "${filelist[@]}" | egrep '\.pc$'))
|
+pkgconfiglist=($(printf "%s\n" "${filelist[@]}" | egrep '\.pc$'))
|
||||||
+fontlist=($(printf "%s\n" "${filelist[@]}" | egrep -i "/usr/share/fonts/.*\.(ttf|otf|pfa)$"))
|
+fontlist=($(printf "%s\n" "${filelist[@]}" | egrep -i "/usr/share/fonts/.*\.(ttf|otf|pfa)$"))
|
||||||
|
|
||||||
#
|
#
|
||||||
# --- Alpha does not mark 64bit dependencies
|
# --- 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
|
fi
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -26,8 +28,10 @@
|
|||||||
# --- Kernel module exported symbols
|
# --- Kernel module exported symbols
|
||||||
[ -x /usr/lib/rpm/find-provides.ksyms ] &&
|
[ -x /usr/lib/rpm/find-provides.ksyms ] &&
|
||||||
printf "%s\n" "${filelist[@]}" | /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
|
Index: autodeps/linux.req
|
||||||
+++ ./autodeps/linux.req 2011-05-11 16:40:49.000000000 +0000
|
===================================================================
|
||||||
|
--- 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=()
|
@@ -34,6 +34,7 @@ perllist=()
|
||||||
pythonlist=($(printf "%s\n" "${filelist[@]}" | egrep '/usr/lib[^/]*/python.\..'))
|
pythonlist=($(printf "%s\n" "${filelist[@]}" | egrep '/usr/lib[^/]*/python.\..'))
|
||||||
tcllist=()
|
tcllist=()
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
--- ./autodeps/linux.prov.orig 2011-05-11 15:59:31.000000000 +0000
|
Index: autodeps/linux.prov
|
||||||
+++ ./autodeps/linux.prov 2011-05-11 16:39:09.000000000 +0000
|
===================================================================
|
||||||
|
--- autodeps/linux.prov.orig 2011-06-08 13:31:39.000000000 +0200
|
||||||
|
+++ autodeps/linux.prov 2011-06-08 13:31:39.191646314 +0200
|
||||||
@@ -11,7 +11,7 @@ filelist=($(printf "%s\n" "${filelist[@]
|
@@ -11,7 +11,7 @@ filelist=($(printf "%s\n" "${filelist[@]
|
||||||
solist=($(printf "%s\n" "${filelist[@]}" | grep "\\.so" | grep -v "^/lib/ld.so" | \
|
solist=($(printf "%s\n" "${filelist[@]}" | grep "\\.so" | grep -v "^/lib/ld.so" | \
|
||||||
tr '\n' '\0' | xargs -0 -r file -L | grep "ELF.*shared object" | \
|
tr '\n' '\0' | xargs -0 -r file -L | grep "ELF.*shared object" | \
|
||||||
@ -8,8 +10,8 @@
|
|||||||
+pythonlist=($(printf "%s\n" "${filelist[@]}" | egrep '/usr/bin/python.\..$'))
|
+pythonlist=($(printf "%s\n" "${filelist[@]}" | egrep '/usr/bin/python.\..$'))
|
||||||
tcllist=
|
tcllist=
|
||||||
monolist=($(printf "%s\n" "${filelist[@]}" | egrep "\\.(exe|dll)\$"))
|
monolist=($(printf "%s\n" "${filelist[@]}" | egrep "\\.(exe|dll)\$"))
|
||||||
mimetypelist=($(printf "%s\n" "${filelist[@]}" | egrep "\\.(desktop)\$"))
|
firmwarelist=($(printf "%s\n" "${filelist[@]}" | grep "/lib/firmware/"))
|
||||||
@@ -55,8 +55,8 @@ done | sort -u
|
@@ -54,8 +54,8 @@ done | sort -u
|
||||||
|
|
||||||
#
|
#
|
||||||
# --- Python modules.
|
# --- Python modules.
|
||||||
@ -20,8 +22,10 @@
|
|||||||
|
|
||||||
#
|
#
|
||||||
# --- Tcl modules.
|
# --- Tcl modules.
|
||||||
--- ./autodeps/linux.req.orig 2011-05-11 14:28:45.000000000 +0000
|
Index: autodeps/linux.req
|
||||||
+++ ./autodeps/linux.req 2011-05-11 16:39:09.000000000 +0000
|
===================================================================
|
||||||
|
--- autodeps/linux.req.orig 2011-06-08 13:31:38.000000000 +0200
|
||||||
|
+++ autodeps/linux.req 2011-06-08 13:31:39.191646314 +0200
|
||||||
@@ -31,7 +31,7 @@ liblist=($(printf "%s\0" "${filelist[@]}
|
@@ -31,7 +31,7 @@ liblist=($(printf "%s\0" "${filelist[@]}
|
||||||
|
|
||||||
interplist=()
|
interplist=()
|
||||||
|
Loading…
Reference in New Issue
Block a user