diff options
author | Jani Välimaa <wally@mageia.org> | 2024-07-05 10:40:36 +0300 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2024-07-05 10:40:36 +0300 |
commit | 97fc485d316dc2a5527b8dc03bc93c64410a811d (patch) | |
tree | fee4ecbac5b2c4943910d2a2bbadae8e2a95ad52 | |
parent | ae055d23742645867bd2fa3ae71ce370ec03deda (diff) | |
download | rpm-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-- | 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} |