Accepting request 340352 from systemsmanagement
OBS-URL: https://build.opensuse.org/request/show/340352 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freeipmi?expand=0&rev=26
This commit is contained in:
3
freeipmi-1.4.10.tar.gz
Normal file
3
freeipmi-1.4.10.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1af3c4caa89cd812d4e7e52558b5191d80eedbc91c21d1022e48418a1ea228d1
|
||||
size 3205661
|
BIN
freeipmi-1.4.10.tar.gz.sig
Normal file
BIN
freeipmi-1.4.10.tar.gz.sig
Normal file
Binary file not shown.
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:178b11ea24d59337581dbb827551deb2fa4ed8f551656300fa66573123775d6c
|
||||
size 3185058
|
Binary file not shown.
@@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 21 12:29:56 UTC 2015 - kkaempf@suse.com
|
||||
|
||||
- Fix SLE10 and RHEL5 builds
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 21 07:40:59 UTC 2015 - kkaempf@suse.com
|
||||
|
||||
- Update to 1.4.10
|
||||
o In ipmi-oem, support Supermicro get-power-supply-status2.
|
||||
o In ipmi-locate, fix probing issue on arm32 & 64.
|
||||
o Handle several additional completion code error message in
|
||||
libfreeipmi.
|
||||
o Handle several error handling corner cases in ipmi-sensors.
|
||||
o Support Intel E5 2600 V3 motherboard OEM SEL events.
|
||||
o Fix several errors in ipmi-oem intelnm get-node-manager-statistics
|
||||
output.
|
||||
o Fix logic errors in ipmi-oem intelnm set-node-manager-policy.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 18 07:37:27 UTC 2015 - kkaempf@suse.com
|
||||
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define name freeipmi
|
||||
%define version 1.4.9
|
||||
%define version 1.4.10
|
||||
%define srcversion %{version}
|
||||
%if %{?_with_debug:1}%{!?_with_debug:0}
|
||||
%define release 1.debug%{?dist}
|
||||
@@ -127,11 +127,18 @@ libtoolize --force --automake --copy
|
||||
autoconf
|
||||
automake --gnu --include-deps --copy --add-missing
|
||||
%endif
|
||||
%if (0%{?fedora_version} > 0 && 0%{?fedora_version} < 21) || 0%{?centos_version} || 0%{?rhel_version}
|
||||
|
||||
# simple .spec expressions for SLE10
|
||||
|
||||
%if 0%{?fedora_version} || 0%{?centos_version} || 0%{?rhel_version}
|
||||
%if 0%{?fedora_version} < 21
|
||||
%define docpath %{_docdir}/%{name}-%{version}
|
||||
%else
|
||||
%define docpath %{_docdir}/%{name}
|
||||
%endif
|
||||
%else
|
||||
%define docpath %{_docdir}/%{name}
|
||||
%endif
|
||||
%configure --program-prefix=%{?_program_prefix:%{_program_prefix}} \
|
||||
--docdir=%{docpath} \
|
||||
%{?_enable_debug} --disable-static
|
||||
@@ -142,9 +149,9 @@ mkdir -p %{buildroot}
|
||||
|
||||
%if 0%{?fedora_version} || 0%{?centos_version} || 0%{?rhel_version} || 0%{?fedora} || 0%{?rhel}
|
||||
# /etc/rc.d/init.d
|
||||
mkdir -p %{buildroot}/%{_initddir}
|
||||
# 'make install' installs to /etc/init.d
|
||||
# /etc/init.d -> /etc/rc.d/init.d
|
||||
mkdir -p %{buildroot}/%{_sysconfdir}/rc.d/init.d
|
||||
(cd %{buildroot}/%{_sysconfdir}; ln -s rc.d/init.d init.d)
|
||||
%endif
|
||||
|
||||
|
Reference in New Issue
Block a user