mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 17:34:47 +00:00
More explicit %postun and %post scriptlets
This commit is contained in:
parent
51efd8123c
commit
e44d92df5c
1 changed files with 2 additions and 2 deletions
|
@ -86,13 +86,13 @@ exec &>> >(/usr/bin/ts)
|
||||||
|
|
||||||
%ldconfig_scriptlets libs
|
%ldconfig_scriptlets libs
|
||||||
|
|
||||||
%post devel
|
%post -n %{pkg_name_llvm}-devel
|
||||||
%if %{undefined rhel}
|
%if %{undefined rhel}
|
||||||
exec &>> >(/usr/bin/ts)
|
exec &>> >(/usr/bin/ts)
|
||||||
%endif
|
%endif
|
||||||
%include %{_sourcedir}/post_devel.spec.inc
|
%include %{_sourcedir}/post_devel.spec.inc
|
||||||
|
|
||||||
%postun devel
|
%postun -n %{pkg_name_llvm}-devel
|
||||||
%if %{undefined rhel}
|
%if %{undefined rhel}
|
||||||
exec &>> >(/usr/bin/ts)
|
exec &>> >(/usr/bin/ts)
|
||||||
%endif
|
%endif
|
||||||
|
|
Loading…
Reference in a new issue