diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | macros.in | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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 @@ -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} |