OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=678
18 lines
717 B
Diff
18 lines
717 B
Diff
--- scripts/CMakeLists.txt.orig 2024-10-07 09:35:46.000000000 +0000
|
|
+++ scripts/CMakeLists.txt 2024-12-16 09:27:43.274925606 +0000
|
|
@@ -4,7 +4,7 @@ install(PROGRAMS
|
|
brp-strip-static-archive brp-elfperms 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
|
|
pkgconfigdeps.sh
|
|
ocamldeps.sh
|
|
fontconfig.prov script.req
|
|
--- scripts/find-supplements.orig 2024-12-16 09:27:13.626986691 +0000
|
|
+++ scripts/find-supplements 2024-12-16 09:27:13.626986691 +0000
|
|
@@ -0,0 +1,3 @@
|
|
+#!/bin/sh
|
|
+
|
|
+/usr/lib/rpm/rpmdeps --define="_use_internal_dependency_generator 1" --supplements
|