Michael Schröder
dc6592c036
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=507
27 lines
1.1 KiB
Diff
27 lines
1.1 KiB
Diff
--- ./scripts/Makefile.am.orig 2019-06-26 14:17:31.452985634 +0000
|
|
+++ ./scripts/Makefile.am 2019-10-02 12:27:55.885450155 +0000
|
|
@@ -16,7 +16,7 @@ EXTRA_DIST = \
|
|
perl.prov perl.req pythondeps.sh pythondistdeps.py \
|
|
rpmdb_loadcvt 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 \
|
|
ocaml-find-requires.sh ocaml-find-provides.sh \
|
|
pkgconfigdeps.sh libtooldeps.sh metainfo.prov \
|
|
@@ -29,7 +29,7 @@ rpmconfig_SCRIPTS = \
|
|
check-files check-prereqs \
|
|
check-buildroot check-rpaths check-rpaths-worker \
|
|
debuginfo.prov \
|
|
- find-lang.sh find-requires find-provides \
|
|
+ find-lang.sh find-requires find-provides find-supplements \
|
|
perl.prov perl.req pythondeps.sh pythondistdeps.py \
|
|
metainfo.prov \
|
|
pkgconfigdeps.sh libtooldeps.sh \
|
|
--- ./scripts/find-supplements.orig 2019-10-02 12:27:55.885450155 +0000
|
|
+++ ./scripts/find-supplements 2019-10-02 12:27:55.885450155 +0000
|
|
@@ -0,0 +1,3 @@
|
|
+#!/bin/sh
|
|
+
|
|
+/usr/lib/rpm/rpmdeps --define="_use_internal_dependency_generator 1" --supplements
|