Michael Schröder
a23c9f6537
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=559
27 lines
1.0 KiB
Diff
27 lines
1.0 KiB
Diff
--- ./scripts/Makefile.am.orig 2020-05-28 10:04:25.075136894 +0000
|
|
+++ ./scripts/Makefile.am 2020-09-30 13:11:48.626135765 +0000
|
|
@@ -16,7 +16,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 \
|
|
find-requires.php find-provides.php \
|
|
ocamldeps.sh \
|
|
pkgconfigdeps.sh libtooldeps.sh \
|
|
@@ -28,7 +28,7 @@ rpmconfig_SCRIPTS = \
|
|
brp-strip-shared brp-strip-static-archive \
|
|
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 pythondistdeps.py \
|
|
pkgconfigdeps.sh libtooldeps.sh \
|
|
ocamldeps.sh \
|
|
--- ./scripts/find-supplements.orig 2020-09-30 13:10:46.546268477 +0000
|
|
+++ ./scripts/find-supplements 2020-09-30 13:10:46.546268477 +0000
|
|
@@ -0,0 +1,3 @@
|
|
+#!/bin/sh
|
|
+
|
|
+/usr/lib/rpm/rpmdeps --define="_use_internal_dependency_generator 1" --supplements
|