Michael Schröder
765802d7a0
- dropped support for berkeley db - archive unpacking failures no longer leave garbage - unified built-in and user-define macro syntax and calling conventions - python generators and debuginfo extraction has been split into a separate upstream project - support for ed25519 signatures - easier rpm macro access in lua - new patches: * python-rpm-packaging.diff - modified patches: * usr-lib-sysimage-rpm.patch * localetag.diff * brp.diff * findlang.diff * macrosin.diff * rpmqpack.diff * build.diff * whatrequires-doc.diff * remove-brp-strips.diff * fileattrs.diff * langnoc.diff * find-lang-qt-qm.patch * findsupplements.diff * finddebuginfo.diff * finddebuginfo-absolute-links.diff * debugsubpkg.diff * debuglink.diff * debuginfo-mono.patch - dropped patches: OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=584
27 lines
972 B
Diff
27 lines
972 B
Diff
--- ./scripts/Makefile.am.orig 2021-09-23 20:01:42.554113780 +0000
|
|
+++ ./scripts/Makefile.am 2021-09-23 20:02:13.466049945 +0000
|
|
@@ -17,7 +17,7 @@ EXTRA_DIST = \
|
|
rpmdb_dump rpmdb_load \
|
|
rpm.daily rpm.log rpm.supp rpm2cpio.sh \
|
|
tgpg vpkg-provides.sh \
|
|
- find-requires find-provides \
|
|
+ find-requires find-provides find-supplements \
|
|
ocamldeps.sh \
|
|
pkgconfigdeps.sh \
|
|
fontconfig.prov script.req
|
|
@@ -29,7 +29,7 @@ rpmconfig_SCRIPTS = \
|
|
brp-remove-la-files \
|
|
check-files check-prereqs \
|
|
check-buildroot check-rpaths check-rpaths-worker \
|
|
- find-lang.sh find-requires find-provides \
|
|
+ find-lang.sh find-requires find-provides find-supplements \
|
|
perl.prov perl.req \
|
|
pkgconfigdeps.sh \
|
|
ocamldeps.sh \
|
|
--- ./scripts/find-supplements.orig 2021-09-23 20:01:42.554113780 +0000
|
|
+++ ./scripts/find-supplements 2021-09-23 20:01:42.554113780 +0000
|
|
@@ -0,0 +1,3 @@
|
|
+#!/bin/sh
|
|
+
|
|
+/usr/lib/rpm/rpmdeps --define="_use_internal_dependency_generator 1" --supplements
|