Avoid warning on update/removal

Related: rhbz#1256798
This commit is contained in:
Boris Ranto 2015-12-09 14:37:24 +01:00
parent e4ac067b4e
commit 51d50d9f09

View File

@ -5,7 +5,7 @@ Summary: IPMI (Intelligent Platform Management Interface) library and tools
Name: OpenIPMI Name: OpenIPMI
Version: 2.0.21 Version: 2.0.21
Release: 10%{?dist} Release: 11%{?dist}
License: LGPLv2+ and GPLv2+ or BSD License: LGPLv2+ and GPLv2+ or BSD
Group: System Environment/Base Group: System Environment/Base
URL: http://sourceforge.net/projects/openipmi/ URL: http://sourceforge.net/projects/openipmi/
@ -151,9 +151,11 @@ fi
%postun %postun
%systemd_postun_with_restart ipmi.service %systemd_postun_with_restart ipmi.service
%post libs -p /sbin/ldconfig %post libs
/sbin/ldconfig
%postun libs -p /sbin/ldconfig %postun libs
/sbin/ldconfig
### A sysv => systemd migration contains all of the same scriptlets as a ### A sysv => systemd migration contains all of the same scriptlets as a
### systemd package. These are additional scriptlets ### systemd package. These are additional scriptlets
@ -219,6 +221,9 @@ fi
%doc %{_mandir}/man5/ipmi_sim_cmd.5* %doc %{_mandir}/man5/ipmi_sim_cmd.5*
%changelog %changelog
* Wed Dec 09 2015 Boris Ranto <branto@redhat.com> - 2.0.21-11
- Avoid warning on update/removal (#1256798)
* Tue Nov 24 2015 Boris Ranto <branto@redhat.com> - 2.0.21-10 * Tue Nov 24 2015 Boris Ranto <branto@redhat.com> - 2.0.21-10
- Remove duplicities in filelists - Remove duplicities in filelists