aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Välimaa <wally@mageia.org>2024-07-05 10:40:36 +0300
committerJani Välimaa <wally@mageia.org>2024-07-05 10:40:36 +0300
commit97fc485d316dc2a5527b8dc03bc93c64410a811d (patch)
treefee4ecbac5b2c4943910d2a2bbadae8e2a95ad52
parentae055d23742645867bd2fa3ae71ce370ec03deda (diff)
downloadrpm-setup-97fc485d316dc2a5527b8dc03bc93c64410a811d.tar
rpm-setup-97fc485d316dc2a5527b8dc03bc93c64410a811d.tar.gz
rpm-setup-97fc485d316dc2a5527b8dc03bc93c64410a811d.tar.bz2
rpm-setup-97fc485d316dc2a5527b8dc03bc93c64410a811d.tar.xz
rpm-setup-97fc485d316dc2a5527b8dc03bc93c64410a811d.zip
- macros: make %install override compatible with rpm 4.20.0
-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}