- update to rpm-4.8.0
* updated python bindings * new transaction ordering code OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=40
This commit is contained in:
@@ -1,14 +1,25 @@
|
||||
SUSE specific kernel provides/requires scripts
|
||||
|
||||
---
|
||||
scripts/find-provides.ksyms | 41 +++++++++++++++++++++++++++++++
|
||||
scripts/find-requires.ksyms | 57 ++++++++++++++++++++++++++++++++++++++++++++
|
||||
2 files changed, 98 insertions(+)
|
||||
|
||||
Index: scripts/find-provides.ksyms
|
||||
===================================================================
|
||||
--- /dev/null
|
||||
+++ scripts/find-provides.ksyms
|
||||
--- ./scripts/Makefile.am.orig 2010-03-25 16:39:30.000000000 +0000
|
||||
+++ ./scripts/Makefile.am 2010-03-25 16:39:56.000000000 +0000
|
||||
@@ -18,6 +18,7 @@ EXTRA_DIST = \
|
||||
rpm.daily rpm.log rpm.xinetd rpm2cpio.sh \
|
||||
tcl.req tgpg vpkg-provides.sh \
|
||||
find-requires.php find-provides.php \
|
||||
+ find-requires.ksyms find-provides.ksyms \
|
||||
find-php-provides find-php-requires \
|
||||
mono-find-requires mono-find-provides \
|
||||
ocaml-find-requires.sh ocaml-find-provides.sh \
|
||||
@@ -34,6 +35,7 @@ rpmconfig_SCRIPTS = \
|
||||
check-buildroot check-rpaths check-rpaths-worker \
|
||||
find-lang.sh \
|
||||
perl.prov perl.req perldeps.pl pythondeps.sh osgideps.pl \
|
||||
+ find-requires.ksyms find-provides.ksyms \
|
||||
mono-find-requires mono-find-provides \
|
||||
pkgconfigdeps.sh libtooldeps.sh \
|
||||
ocaml-find-requires.sh ocaml-find-provides.sh \
|
||||
--- ./scripts/find-provides.ksyms.orig 2010-03-25 16:39:56.000000000 +0000
|
||||
+++ ./scripts/find-provides.ksyms 2010-03-25 16:39:56.000000000 +0000
|
||||
@@ -0,0 +1,41 @@
|
||||
+#! /bin/sh
|
||||
+
|
||||
@@ -51,10 +62,8 @@ Index: scripts/find-provides.ksyms
|
||||
+ | sed -r -ne "s/^0*([0-9a-f]+) A __crc_(.+)/ksym($flavor:\\2) = \\1/p"
|
||||
+done \
|
||||
+| sort -u
|
||||
Index: scripts/find-requires.ksyms
|
||||
===================================================================
|
||||
--- /dev/null
|
||||
+++ scripts/find-requires.ksyms
|
||||
--- ./scripts/find-requires.ksyms.orig 2010-03-25 16:39:56.000000000 +0000
|
||||
+++ ./scripts/find-requires.ksyms 2010-03-25 16:39:56.000000000 +0000
|
||||
@@ -0,0 +1,57 @@
|
||||
+#! /bin/bash
|
||||
+
|
||||
@@ -113,23 +122,3 @@ Index: scripts/find-requires.ksyms
|
||||
+ { print "ksym(" flavor ":" arr[3] ") = " arr[2] }
|
||||
+ '
|
||||
+fi
|
||||
Index: scripts/Makefile.am
|
||||
===================================================================
|
||||
--- scripts/Makefile.am.orig
|
||||
+++ scripts/Makefile.am
|
||||
@@ -19,6 +19,7 @@ EXTRA_DIST = \
|
||||
tcl.req tgpg u_pkg.sh \
|
||||
vpkg-provides.sh vpkg-provides2.sh \
|
||||
find-requires.php find-provides.php \
|
||||
+ find-requires.ksyms find-provides.ksyms \
|
||||
find-php-provides find-php-requires \
|
||||
mono-find-requires mono-find-provides \
|
||||
pkgconfigdeps.sh libtooldeps.sh
|
||||
@@ -33,6 +34,7 @@ rpmconfig_SCRIPTS = \
|
||||
check-buildroot check-rpaths check-rpaths-worker \
|
||||
find-lang.sh \
|
||||
perl.prov perl.req perldeps.pl pythondeps.sh osgideps.pl \
|
||||
+ find-requires.ksyms find-provides.ksyms \
|
||||
mono-find-requires mono-find-provides \
|
||||
pkgconfigdeps.sh libtooldeps.sh \
|
||||
rpmdb_loadcvt rpmdiff rpm2cpio.sh tcl.req tgpg
|
||||
|
Reference in New Issue
Block a user