From e44d92df5c698e5a10a48b44e522aa6bbe8fabed Mon Sep 17 00:00:00 2001 From: Konrad Kleine Date: Mon, 6 May 2024 09:00:19 +0000 Subject: [PATCH] More explicit %postun and %post scriptlets --- llvm.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm.spec b/llvm.spec index e6ff114..ae0a8f4 100644 --- a/llvm.spec +++ b/llvm.spec @@ -86,13 +86,13 @@ exec &>> >(/usr/bin/ts) %ldconfig_scriptlets libs -%post devel +%post -n %{pkg_name_llvm}-devel %if %{undefined rhel} exec &>> >(/usr/bin/ts) %endif %include %{_sourcedir}/post_devel.spec.inc -%postun devel +%postun -n %{pkg_name_llvm}-devel %if %{undefined rhel} exec &>> >(/usr/bin/ts) %endif