Correct advise for disabling debuginfo packages (#2264161)

This commit is contained in:
Florian Weimer 2024-02-14 14:09:45 +01:00
parent 7e8252c3e9
commit 3b9bfae367
2 changed files with 7 additions and 2 deletions

View File

@ -395,7 +395,9 @@ compiler defaults.
By default, DWARF debugging information is separated from installed
ELF objects and put into `-debuginfo` subpackages. To disable most
debuginfo processing (and thus the generation of these subpackages),
define `_enable_debug_packages` as `0`.
undefine `_enable_debug_packages`:
%undefine _enable_debug_packages
Processing of debugging information is controlled using the
`find-debuginfo` tool from the `debugedit` package. Several aspects

View File

@ -4,7 +4,7 @@
# 2) When making changes, increment the version (in baserelease) by 1.
# rpmdev-bumpspec and other tools update the macro below, which is used
# in Version: to get the desired effect.
%global baserelease 283
%global baserelease 284
Summary: Red Hat specific rpm configuration files
Name: redhat-rpm-config
@ -261,6 +261,9 @@ install -p -m 644 -t %{buildroot}%{_rpmluadir}/fedora common.lua
%doc buildflags.md
%changelog
* Wed Feb 14 2024 Florian Weimer <fweimer@redhat.com> - 284-1
- Correct advise for disabling debuginfo packages (#2264161)
* Wed Feb 14 2024 Frédéric Bérat <fberat@redhat.com> - 283-1
- Update config.{guess,sub} to gnuconfig git HEAD