- FreeIPMI 1.1.7 - 07/30/12
o In ipmi-sensors and ipmi-sel, fix units output corner case. o In bmc-info, detect unsupported system info corner case. o Update documentation with motherboard support. Special Note: This will likely be the last release of FreeIPMI in the 1.1.X stable branch. OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/freeipmi?expand=0&rev=13
This commit is contained in:
parent
79edd5d7b9
commit
64e6033e96
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2945b7c4386ff591968390fedd55832fa19492d81e50ef0b6cc870a0ec849158
|
||||
size 3080151
|
3
freeipmi-1.1.7.tar.gz
Normal file
3
freeipmi-1.1.7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3b4fc1b514e2052622bfcbfef5b69726d83505aa54109b16ed847a9d0b47bacb
|
||||
size 3080264
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 30 18:51:18 UTC 2012 - kkaempf@suse.com
|
||||
|
||||
- FreeIPMI 1.1.7 - 07/30/12
|
||||
o In ipmi-sensors and ipmi-sel, fix units output corner case.
|
||||
o In bmc-info, detect unsupported system info corner case.
|
||||
o Update documentation with motherboard support.
|
||||
|
||||
Special Note: This will likely be the last release of FreeIPMI
|
||||
in the 1.1.X stable branch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 4 13:18:37 UTC 2012 - kkaempf@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define name freeipmi
|
||||
%define version 1.1.6
|
||||
%define version 1.1.7
|
||||
%if %{?_with_debug:1}%{!?_with_debug:0}
|
||||
%define release 1.debug%{?dist}
|
||||
%else
|
||||
@ -98,7 +98,7 @@ This service detects and monitors IPMI nodes.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%if %{?suse_version} >= 1110
|
||||
%if 0%{?suse_version} >= 1110
|
||||
aclocal -I config
|
||||
autoheader
|
||||
libtoolize --force --automake --copy
|
||||
@ -121,10 +121,14 @@ mkdir -p %{buildroot}/%{_initddir}
|
||||
(cd %{buildroot}/%{_sysconfdir}; ln -s rc.d/init.d init.d)
|
||||
%endif
|
||||
|
||||
%if 0%{?suse_version}
|
||||
%makeinstall
|
||||
%else
|
||||
%makeinstall DESTDIR=%{buildroot}
|
||||
%endif
|
||||
|
||||
# Silent build check warning
|
||||
rm %{buildroot}%{_datadir}/doc/packages/freeipmi/INSTALL
|
||||
rm -f %{buildroot}%{_datadir}/doc/packages/freeipmi/INSTALL
|
||||
|
||||
%if 0%{?fedora_version} || 0%{?centos_version} || 0%{?rhel_version} || 0%{?fedora} || 0%{?rhel}
|
||||
# remove /etc/init.d -> /etc/rc.d/init.d
|
||||
@ -134,6 +138,7 @@ rm %{buildroot}%{_datadir}/doc/packages/freeipmi/INSTALL
|
||||
# fix coherance problems with associated script filenames
|
||||
rm -f %{buildroot}%{_infodir}/dir
|
||||
# kludge to get around rpmlint complaining about 0 length semephore file
|
||||
mkdir -p %{buildroot}%{_localstatedir}/lib/freeipmi
|
||||
echo freeipmi > %{buildroot}%{_localstatedir}/lib/freeipmi/ipckey
|
||||
# Remove .la files
|
||||
rm -rf %{buildroot}/%{_libdir}/*.la
|
||||
|
Loading…
Reference in New Issue
Block a user