- Update to 1.6.2
o Fix error in bridging where bridged requests were sent to the wrong LUN. o Fix command parsing bugs in legacy ipmi-config scripts (i.e. bmc-config, ipmi-pef-config, etc.) o Do not output full path of daemons in syslog, output only the daemon name (i.e. output "ipmidetected" instead of "/usr/sbin/ipmidetectd"). o Update channel range from 0-7 to 0-11, per errata IPMI update. OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/freeipmi?expand=0&rev=95
This commit is contained in:
parent
79f7d820d8
commit
843378b73f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a2550e08e1f2d681efe770162125ac899022a6acf96256e5b7404eabb90db549
|
||||
size 3398508
|
Binary file not shown.
3
freeipmi-1.6.2.tar.gz
Normal file
3
freeipmi-1.6.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:31513324591bf8d79d7cdeb39ecfac45e0ea7f6a5905a625a4a906fb8270124a
|
||||
size 3399236
|
BIN
freeipmi-1.6.2.tar.gz.sig
Normal file
BIN
freeipmi-1.6.2.tar.gz.sig
Normal file
Binary file not shown.
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 4 05:58:46 UTC 2018 - kkaempf@suse.com
|
||||
|
||||
- Update to 1.6.2
|
||||
o Fix error in bridging where bridged requests were sent to the
|
||||
wrong LUN.
|
||||
o Fix command parsing bugs in legacy ipmi-config scripts
|
||||
(i.e. bmc-config, ipmi-pef-config, etc.)
|
||||
o Do not output full path of daemons in syslog, output only the
|
||||
daemon name (i.e. output "ipmidetected" instead of
|
||||
"/usr/sbin/ipmidetectd").
|
||||
o Update channel range from 0-7 to 0-11, per errata IPMI update.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 3 10:11:46 UTC 2018 - kkaempf@suse.com
|
||||
|
||||
|
@ -43,14 +43,14 @@
|
||||
%{!?_initddir: %global _initddir %{_sysconfdir}/init.d}
|
||||
|
||||
Name: freeipmi
|
||||
Version: 1.6.1
|
||||
Version: 1.6.2
|
||||
Release: %{release}
|
||||
Url: http://www.gnu.org/software/freeipmi/
|
||||
Source0: http://ftp.gnu.org/gnu/freeipmi/%{name}-%{srcversion}.tar.gz
|
||||
Source4: http://ftp.gnu.org/gnu/freeipmi/%{name}-%{srcversion}.tar.gz.sig
|
||||
Source5: %{name}.keyring
|
||||
Summary: FreeIPMI
|
||||
License: GPL-3.0+
|
||||
License: GPL-3.0-or-later
|
||||
Group: System/Management
|
||||
BuildRequires: automake
|
||||
BuildRequires: libgcrypt-devel
|
||||
@ -226,8 +226,14 @@ mkdir -p %{buildroot}/%{_sysconfdir}/rc.d/init.d
|
||||
make install DESTDIR=%{buildroot}
|
||||
%endif
|
||||
|
||||
mkdir -p %{buildroot}%{_datadir}/doc/packages/freeipmi-bmc-watchdog
|
||||
mv %{buildroot}%{_datadir}/doc/packages/freeipmi/*bmc-watchdog* %{buildroot}%{_datadir}/doc/packages/freeipmi-bmc-watchdog
|
||||
|
||||
# Silent build check warning
|
||||
rm -f %{buildroot}%{_datadir}/doc/packages/freeipmi/INSTALL
|
||||
rm -rf %{buildroot}%{_datadir}/doc/packages/freeipmi/contrib
|
||||
rm -rf %{buildroot}%{_datadir}/doc/packages/freeipmi/freeipmi-design.txt
|
||||
rm -rf %{buildroot}%{_datadir}/doc/packages/freeipmi/freeipmi-testing.txt
|
||||
|
||||
%if 0%{?fedora_version} || 0%{?centos_version} || 0%{?rhel_version} || 0%{?fedora} || 0%{?rhel}
|
||||
# remove /etc/init.d -> /etc/rc.d/init.d
|
||||
@ -375,6 +381,9 @@ fi
|
||||
# doc INSTALL
|
||||
%doc NEWS
|
||||
%doc README
|
||||
%doc README.argp
|
||||
%doc README.build
|
||||
%doc README.openipmi
|
||||
%doc TODO
|
||||
%doc %{_infodir}/*
|
||||
%doc COPYING.ipmiping
|
||||
@ -385,6 +394,9 @@ fi
|
||||
%doc COPYING.ipmidetect
|
||||
%doc COPYING.ipmi-fru
|
||||
%doc COPYING.ZRESEARCH
|
||||
%doc COPYING.ipmi-dcmi
|
||||
%doc COPYING.ipmiseld
|
||||
%doc COPYING.sunbmc
|
||||
%doc DISCLAIMER.ipmiping
|
||||
%doc DISCLAIMER.ipmipower
|
||||
%doc DISCLAIMER.ipmiconsole
|
||||
@ -399,10 +411,14 @@ fi
|
||||
%doc DISCLAIMER.pstdout.UC
|
||||
%doc DISCLAIMER.ipmidetect.UC
|
||||
%doc DISCLAIMER.ipmi-fru.UC
|
||||
%doc DISCLAIMER.ipmi-dcmi
|
||||
%doc DISCLAIMER.ipmiseld
|
||||
%doc doc/freeipmi-coding.txt
|
||||
%doc doc/freeipmi-hostrange.txt
|
||||
%doc doc/freeipmi-libraries.txt
|
||||
%doc doc/freeipmi-bugs-issues-and-workarounds.txt
|
||||
%doc freeipmi-oem-documentation-requirements.txt
|
||||
|
||||
%if 0%{?fedora_version} == 20
|
||||
%{docpath}
|
||||
%endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user