Michael Schröder
093b7580da
- Bump debugedit version (bsc#1233156) OBS-URL: https://build.opensuse.org/request/show/1223366 OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=674
17 lines
608 B
Diff
17 lines
608 B
Diff
--- scripts/CMakeLists.txt.orig 2023-10-09 13:14:50.011193421 +0000
|
|
+++ scripts/CMakeLists.txt 2023-10-09 13:15:00.395174379 +0000
|
|
@@ -5,6 +5,7 @@ install(PROGRAMS
|
|
check-files check-prereqs
|
|
check-buildroot check-rpaths check-rpaths-worker
|
|
find-lang.sh find-requires find-provides
|
|
+ find-supplements
|
|
perl.prov perl.req
|
|
pkgconfigdeps.sh
|
|
ocamldeps.sh
|
|
--- scripts/find-supplements.orig 2023-10-09 13:14:37.371216603 +0000
|
|
+++ scripts/find-supplements 2023-10-09 13:14:37.371216603 +0000
|
|
@@ -0,0 +1,3 @@
|
|
+#!/bin/sh
|
|
+
|
|
+/usr/lib/rpm/rpmdeps --define="_use_internal_dependency_generator 1" --supplements
|