forked from pool/ipmiutil
- update to upstream ipmiutil-2.8.8
See http://ipmiutil.sourceforge.net/docs/ChangeLog See http://ipmiutil.sourceforge.net/docs/ChangeLog OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ipmiutil?expand=0&rev=20
This commit is contained in:
parent
2f6202cb2f
commit
759403cabb
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6846e6621b9df23b1ed37662c075381dbb082f3e719803c9ef8784dd3154439c
|
||||
size 1615967
|
3
ipmiutil-2.8.8.tar.gz
Normal file
3
ipmiutil-2.8.8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:db0fd15d3c8a8ee27b85e6a7b014fcdcf1b040771336294dea935b0dc18326b7
|
||||
size 1656062
|
@ -1,7 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 28 13:26:58 UTC 2013 - kkaempf@suse.com
|
||||
|
||||
- update to upstream ipmiutil-2.8.8
|
||||
See http://ipmiutil.sourceforge.net/docs/ChangeLog
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 24 20:17:25 UTC 2012 - arcress@users.sourceforge.net
|
||||
|
||||
- update to upstream ipmiutil-2.8.5
|
||||
See http://ipmiutil.sourceforge.net/docs/ChangeLog
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 26 13:30:25 UTC 2012 - arcress@users.sourceforge.net
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ipmiutil
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 Andy Cress
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -17,9 +17,8 @@
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: ipmiutil
|
||||
Version: 2.8.5
|
||||
Version: 2.8.8
|
||||
Release: 1%{?dist}
|
||||
Summary: Easy-to-use IPMI server management utilities
|
||||
License: BSD-3-Clause
|
||||
@ -31,10 +30,17 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%define req_systemd 1
|
||||
%endif
|
||||
%if 0%{?req_systemd}
|
||||
BuildRequires: gcc gcc-c++ libtool openssl-devel systemd
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libtool
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: systemd
|
||||
%define systemd_fls %{_unitdir}
|
||||
%else
|
||||
BuildRequires: gcc gcc-c++ libtool openssl-devel
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libtool
|
||||
BuildRequires: openssl-devel
|
||||
%define systemd_fls %{_datadir}/%{name}
|
||||
%endif
|
||||
|
||||
@ -53,8 +59,8 @@ or the Intel IPMI driver (/dev/imb), etc. If used locally and no driver is
|
||||
detected, ipmiutil will use user-space direct I/Os instead.
|
||||
|
||||
%package devel
|
||||
Group: Development/Libraries/C and C++
|
||||
Summary: The includes headers and static libraries from the ipmiutil package
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: ipmiutil
|
||||
|
||||
%description devel
|
||||
@ -76,6 +82,9 @@ make
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
make install DESTDIR=%{buildroot}
|
||||
rm -rf %{buildroot}%{_datadir}/%{name}/ievents.[ch]
|
||||
rm -rf %{buildroot}%{_datadir}/%{name}/ipmi_sample_evt.[ch]
|
||||
rm -rf %{buildroot}%{_datadir}/%{name}/isensor.[ch]
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
@ -109,6 +118,7 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/%{name}/ipmiutil_asy
|
||||
%{_datadir}/%{name}/ipmiutil_wdt
|
||||
%{_datadir}/%{name}/ipmi_port
|
||||
%{_datadir}/%{name}/ipmi_info
|
||||
%{_datadir}/%{name}/checksel
|
||||
%{systemd_fls}/ipmiutil_evt.service
|
||||
%{systemd_fls}/ipmiutil_asy.service
|
||||
|
Loading…
Reference in New Issue
Block a user