]> git.pld-linux.org Git - packages/rpm.git/blob - rpm-debuginfo.patch
make -lib depend on elfutils-libs instead of elfutils; rel 7
[packages/rpm.git] / rpm-debuginfo.patch
1 --- rpm-4.16.1.3/macros.in.orig 2021-03-24 09:50:21.000000000 +0100
2 +++ rpm-4.16.1.3/macros.in      2021-03-24 10:05:10.129698408 +0100
3 @@ -194,6 +194,7 @@
4  Group: Development/Debug\
5  AutoReq: 0\
6  AutoProv: 1\
7 +Requires: FHS-debug\
8  %description debuginfo\
9  This package provides debug information for package %{name}.\
10  Debug information is useful when developing applications that use this\
11 @@ -534,7 +534,7 @@
12  #   Same as for "separate" but if the __debug_package global is set then
13  #   the -debuginfo package will have a compatibility link for the main
14  #   ELF /usr/lib/debug/.build-id/xx/yyy -> /usr/lib/.build-id/xx/yyy
15 -%_build_id_links compat
16 +%_build_id_links alldebug
17  
18  # Whether build-ids should be made unique between package version/releases
19  # when generating debuginfo packages. If set to 1 this will pass
20 @@ -563,10 +563,10 @@
21  %_unique_debug_srcs    1
22  
23  # Whether rpm should put debug source files into its own subpackage
24 -#%_debugsource_packages        1
25 +%_debugsource_packages 1
26  
27  # Whether rpm should create extra debuginfo packages for each subpackage
28 -#%_debuginfo_subpackages 1
29 +%_debuginfo_subpackages 1
30  
31  #
32  # Use internal dependency generator rather than external helpers?
This page took 0.064735 seconds and 4 git commands to generate.