Modalias dependency
This commit is contained in:
parent
3e1f65a968
commit
09070e87fb
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: freeipmi
|
Name: freeipmi
|
||||||
Version: 1.3.4
|
Version: 1.3.4
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: IPMI remote console and system management software
|
Summary: IPMI remote console and system management software
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -16,6 +16,7 @@ BuildRequires: libgcrypt-devel texinfo systemd-units
|
|||||||
Requires(preun): info systemd-units
|
Requires(preun): info systemd-units
|
||||||
Requires(post): info systemd-units systemd-sysv
|
Requires(post): info systemd-units systemd-sysv
|
||||||
Requires(postun): systemd-units
|
Requires(postun): systemd-units
|
||||||
|
Requires: OpenIPMI-modalias
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The FreeIPMI project provides "Remote-Console" (out-of-band) and
|
The FreeIPMI project provides "Remote-Console" (out-of-band) and
|
||||||
@ -26,7 +27,6 @@ Platform Management Interface specification.
|
|||||||
Summary: Development package for FreeIPMI
|
Summary: Development package for FreeIPMI
|
||||||
Group: Development/System
|
Group: Development/System
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
Requires: OpenIPMI-modalias
|
|
||||||
%description devel
|
%description devel
|
||||||
Development package for FreeIPMI. This package includes the FreeIPMI
|
Development package for FreeIPMI. This package includes the FreeIPMI
|
||||||
header files and libraries.
|
header files and libraries.
|
||||||
@ -345,6 +345,19 @@ fi
|
|||||||
%dir %{_localstatedir}/cache/ipmiseld
|
%dir %{_localstatedir}/cache/ipmiseld
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 14 2014 Ales Ledvinka <aledvink@redhat.com> - 1.3.4-2
|
||||||
|
- Module alias dependencies.
|
||||||
|
- Changes for previous 1.3.4 update:
|
||||||
|
- Support 'solchannelsupport' workraound in ipmiconsole /
|
||||||
|
IPMICONSOLE_WORKAROUND_SKIP_CHANNEL_PAYLOAD_SUPPORT workaround flag in
|
||||||
|
libipmiconsole.
|
||||||
|
- Fix SDR cache workaround for motherboards with invalid SDR record
|
||||||
|
counts listed.
|
||||||
|
- Workaround Supermicro bug in bmc-watchdog.
|
||||||
|
- Fix error checks in sensor decoding functions, leading to possible
|
||||||
|
problems in ipmi-sensors-config.
|
||||||
|
- Update documentation with additional workarounds for motherboards.
|
||||||
|
|
||||||
* Tue Dec 17 2013 Christopher Meng <rpm@cicku.me> - 1.3.4-1
|
* Tue Dec 17 2013 Christopher Meng <rpm@cicku.me> - 1.3.4-1
|
||||||
- Updated to freeipmi-1.3.4
|
- Updated to freeipmi-1.3.4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user