More explicit %postun and %post scriptlets

This commit is contained in:
Konrad Kleine 2024-05-06 09:00:19 +00:00
parent 51efd8123c
commit e44d92df5c

View file

@ -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