Drop ldconfig scriptlets
This commit is contained in:
parent
1b4a2a50e4
commit
6bbde605b2
@ -141,7 +141,6 @@ make check
|
||||
|
||||
|
||||
%posttrans
|
||||
/sbin/ldconfig
|
||||
for f in %{vala_binaries};
|
||||
do
|
||||
%{_sbindir}/alternatives --install %{_bindir}/$f \
|
||||
@ -154,7 +153,6 @@ do
|
||||
done
|
||||
|
||||
%preun
|
||||
/sbin/ldconfig
|
||||
for f in %{vala_binaries};
|
||||
do
|
||||
%{_sbindir}/alternatives --remove $f \
|
||||
@ -219,6 +217,7 @@ done
|
||||
%changelog
|
||||
* Tue Jan 30 2018 Kalev Lember <klember@redhat.com> - 0.39.6-1
|
||||
- Update to 0.39.6
|
||||
- Drop ldconfig scriptlets
|
||||
|
||||
* Fri Jan 19 2018 Kalev Lember <klember@redhat.com> - 0.39.5-1
|
||||
- Update to 0.39.5
|
||||
|
Loading…
Reference in New Issue
Block a user