2022-06-27 12:53:49 +02:00
|
|
|
--- scripts/Makefile.am.orig 2021-09-23 20:01:42.554113780 +0000
|
|
|
|
+++ scripts/Makefile.am 2021-09-23 20:02:13.466049945 +0000
|
2021-09-24 10:49:04 +02:00
|
|
|
@@ -17,7 +17,7 @@ EXTRA_DIST = \
|
2020-10-27 11:36:01 +01:00
|
|
|
rpmdb_dump rpmdb_load \
|
|
|
|
rpm.daily rpm.log rpm.supp rpm2cpio.sh \
|
2018-07-04 14:04:51 +02:00
|
|
|
tgpg vpkg-provides.sh \
|
|
|
|
- find-requires find-provides \
|
|
|
|
+ find-requires find-provides find-supplements \
|
2020-10-27 11:36:01 +01:00
|
|
|
ocamldeps.sh \
|
2021-09-24 10:49:04 +02:00
|
|
|
pkgconfigdeps.sh \
|
|
|
|
fontconfig.prov script.req
|
|
|
|
@@ -29,7 +29,7 @@ rpmconfig_SCRIPTS = \
|
|
|
|
brp-remove-la-files \
|
2018-07-04 14:04:51 +02:00
|
|
|
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 \
|
2021-09-24 10:49:04 +02:00
|
|
|
perl.prov perl.req \
|
|
|
|
pkgconfigdeps.sh \
|
2020-10-27 11:36:01 +01:00
|
|
|
ocamldeps.sh \
|
2022-06-27 12:53:49 +02:00
|
|
|
--- scripts/find-supplements.orig 2021-09-23 20:01:42.554113780 +0000
|
|
|
|
+++ scripts/find-supplements 2021-09-23 20:01:42.554113780 +0000
|
2018-07-04 14:04:51 +02:00
|
|
|
@@ -0,0 +1,3 @@
|
|
|
|
+#!/bin/sh
|
|
|
|
+
|
|
|
|
+/usr/lib/rpm/rpmdeps --define="_use_internal_dependency_generator 1" --supplements
|