parent
0c0696b0d3
commit
66c70b753d
@ -65,24 +65,13 @@ install -Dpm 644 %{SOURCE2} %{buildroot}%{_unitdir}/ipmievd.service
|
||||
install -Dpm 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/sysconfig/ipmievd
|
||||
|
||||
%post
|
||||
if [ $1 -eq 1 ] ; then
|
||||
# Initial installation
|
||||
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
|
||||
fi
|
||||
%systemd_post ipmievd.service
|
||||
|
||||
%preun
|
||||
if [ $1 -eq 0 ] ; then
|
||||
# Package removal, not upgrade
|
||||
/bin/systemctl --no-reload disable ipmievd.service > /dev/null 2>&1 || :
|
||||
/bin/systemctl stop ipmievd.service > /dev/null 2>&1 || :
|
||||
fi
|
||||
%systemd_preun ipmievd.service
|
||||
|
||||
%postun
|
||||
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
|
||||
if [ $1 -ge 1 ] ; then
|
||||
# Package upgrade, not uninstall
|
||||
/bin/systemctl try-restart ipmievd.service >/dev/null 2>&1 || :
|
||||
fi
|
||||
%systemd_postun_with_restart ipmievd.service
|
||||
|
||||
%triggerun -- ipmievd < 1.8.11-7
|
||||
# Save the current service runlevel info
|
||||
@ -107,6 +96,7 @@ fi
|
||||
%changelog
|
||||
* Mon Aug 27 2012 Jan Safranek <jsafrane@redhat.com> - 1.8.12-2
|
||||
- Fixed starting ipmievd under systemd (#819234).
|
||||
- Updated RPM scriplets with latest systemd-rpm macros (#850161)
|
||||
|
||||
* Fri Aug 10 2012 Jan Safranek <jsafrane@redhat.com> - 1.8.12-1
|
||||
- update to ipmitool-1.8.12
|
||||
|
Loading…
Reference in New Issue
Block a user