86d6fafbbe
- make patches git quiltimport friendlier OBS-URL: https://build.opensuse.org/request/show/985294 OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=609
27 lines
964 B
Diff
27 lines
964 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
|