From 97fc485d316dc2a5527b8dc03bc93c64410a811d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jani=20V=C3=A4limaa?= Date: Fri, 5 Jul 2024 10:40:36 +0300 Subject: - macros: make %install override compatible with rpm 4.20.0 --- NEWS | 2 ++ macros.in | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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} -- cgit v1.2.1