aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--macros.in2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1ef0be5..dec57a3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+- macros: make %install override compatible with rpm 4.20.0
+
Version 2.79.1 - 21 April 2024, by Jani Välimaa
- Makefile: add hardening configs to source tarball
diff --git a/macros.in b/macros.in
index 8e5c738..235d563 100644
--- a/macros.in
+++ b/macros.in
@@ -550,7 +550,7 @@ fi
%{__os_install_post}\
%{nil}
-%install %{?_enable_debug_packages:%{?buildsubdir:%{debug_package}}}\
+%install\
%%install\
[ %{_with install} -eq 1 ] || exit 0 \
%{nil}