diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2024-05-28 14:02:30 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2025-01-24 18:19:28 +0100 |
commit | c7c368f75bd30dc610a9c2d01f0c8c202299d00b (patch) | |
tree | 9f52f4559db81074c1a97ed7e246b1e429635b26 /NEWS | |
parent | d881e53fe4db126eb43bfdc1990d4bed548cb955 (diff) | |
download | rpm-setup-c7c368f75bd30dc610a9c2d01f0c8c202299d00b.tar rpm-setup-c7c368f75bd30dc610a9c2d01f0c8c202299d00b.tar.gz rpm-setup-c7c368f75bd30dc610a9c2d01f0c8c202299d00b.tar.bz2 rpm-setup-c7c368f75bd30dc610a9c2d01f0c8c202299d00b.tar.xz rpm-setup-c7c368f75bd30dc610a9c2d01f0c8c202299d00b.zip |
Better describe what happened
The %install override is no longer needed or compatible with 4.20.0
now that a proper mechanism is implemented in RPM itself that that takes care
of debuginfo enablement, see:
- https://github.com/rpm-software-management/rpm/issues/2204
- https://rpm.org/wiki/Releases/4.20.0
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ Version 2.81 - 11 November 2024, by Jani Välimaa - macros: add %dist_vendor (Mageia) and %dist_name (Mageia Linux) macros Version 2.80 - 5 July 2024, by Jani Välimaa -- macros: make %install override compatible with rpm 4.20.0 +- macros: Drop the now obsolete %install debuginfo hack (needs rpm-4.20) Version 2.79.1 - 21 April 2024, by Jani Välimaa - Makefile: add hardening configs to source tarball |