|
@@ -4,8 +4,8 @@
|
|
Summary: IPMI (Intelligent Platform Management Interface) library and tools
|
|
Summary: IPMI (Intelligent Platform Management Interface) library and tools
|
|
Summary(ja): IPMI (Intelligent Platform Management Interface) ライブラリおよびツール
|
|
Summary(ja): IPMI (Intelligent Platform Management Interface) ライブラリおよびツール
|
|
Name: OpenIPMI
|
|
Name: OpenIPMI
|
|
-Version: 2.0.18
|
|
|
|
-Release: 5%{?_dist_release}
|
|
|
|
|
|
+Version: 2.0.21
|
|
|
|
+Release: 1%{?_dist_release}
|
|
License: LGPLv2+ and GPLv2+ or BSD
|
|
License: LGPLv2+ and GPLv2+ or BSD
|
|
Group: System Environment/Base
|
|
Group: System Environment/Base
|
|
URL: http://sourceforge.net/projects/openipmi/
|
|
URL: http://sourceforge.net/projects/openipmi/
|
|
@@ -15,9 +15,18 @@ Source2: openipmi.initscript
|
|
Source3: openipmigui.desktop
|
|
Source3: openipmigui.desktop
|
|
Source4: README.initscript
|
|
Source4: README.initscript
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
-BuildRequires: gdbm-devel swig glib2-devel net-snmp-devel ncurses-devel
|
|
|
|
-BuildRequires: openssl-devel python-devel perl tcl tkinter
|
|
|
|
-BuildRequires: desktop-file-utils popt-devel
|
|
|
|
|
|
+BuildRequires: desktop-file-utils
|
|
|
|
+BuildRequires: gdbm-devel
|
|
|
|
+BuildRequires: glib2-devel
|
|
|
|
+BuildRequires: ncurses-devel
|
|
|
|
+BuildRequires: net-snmp-devel
|
|
|
|
+BuildRequires: openssl-devel
|
|
|
|
+BuildRequires: perl
|
|
|
|
+BuildRequires: popt-devel
|
|
|
|
+BuildRequires: python-devel
|
|
|
|
+BuildRequires: swig
|
|
|
|
+BuildRequires: tcl
|
|
|
|
+BuildRequires: tkinter
|
|
Requires(post): chkconfig
|
|
Requires(post): chkconfig
|
|
Requires(preun): chkconfig
|
|
Requires(preun): chkconfig
|
|
|
|
|
|
@@ -32,18 +41,18 @@ platform information using Intelligent Platform Management Interface (IPMI).
|
|
This package contains the tools of the OpenIPMI project.
|
|
This package contains the tools of the OpenIPMI project.
|
|
|
|
|
|
%package libs
|
|
%package libs
|
|
-Group: Development/Libraries
|
|
|
|
Summary: The OpenIPMI runtime libraries
|
|
Summary: The OpenIPMI runtime libraries
|
|
Summary(ja): OpenIPMI ランタイムライブラリ
|
|
Summary(ja): OpenIPMI ランタイムライブラリ
|
|
|
|
+Group: System Environment/Libraries
|
|
|
|
|
|
%description libs
|
|
%description libs
|
|
The OpenIPMI-libs package contains the runtime libraries for shared binaries
|
|
The OpenIPMI-libs package contains the runtime libraries for shared binaries
|
|
and applications.
|
|
and applications.
|
|
|
|
|
|
%package perl
|
|
%package perl
|
|
-Group: Development/Libraries
|
|
|
|
Summary: IPMI Perl language bindings
|
|
Summary: IPMI Perl language bindings
|
|
Summary(ja): IPMI Perl 言語バインディング
|
|
Summary(ja): IPMI Perl 言語バインディング
|
|
|
|
+Group: Development/Libraries
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
|
%description perl
|
|
%description perl
|
|
@@ -53,26 +62,29 @@ The OpenIPMI-perl package contains the Perl language bindings for OpenIPMI.
|
|
Group: Development/Libraries
|
|
Group: Development/Libraries
|
|
Summary: IPMI Python language bindings
|
|
Summary: IPMI Python language bindings
|
|
Summary(ja): IPMI Python 言語バインディング
|
|
Summary(ja): IPMI Python 言語バインディング
|
|
|
|
+Requires: python
|
|
|
|
|
|
%description python
|
|
%description python
|
|
The OpenIPMI-python package contains the Python language bindings for OpenIPMI.
|
|
The OpenIPMI-python package contains the Python language bindings for OpenIPMI.
|
|
|
|
|
|
%package devel
|
|
%package devel
|
|
-Group: Development/Libraries
|
|
|
|
Summary: The development environment for the OpenIPMI project
|
|
Summary: The development environment for the OpenIPMI project
|
|
-Summary(ja): OpenIPMIの開発キット
|
|
|
|
-Requires: pkgconfig
|
|
|
|
|
|
+Summary(ja): OpenIPMI の開発キット
|
|
|
|
+Group: Development/Libraries
|
|
Requires: %{name} = %{version}-%{release}
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
+Requires: pkgconfig
|
|
|
|
|
|
%description devel
|
|
%description devel
|
|
The OpenIPMI-devel package contains the development libraries and header files
|
|
The OpenIPMI-devel package contains the development libraries and header files
|
|
of the OpenIPMI project.
|
|
of the OpenIPMI project.
|
|
|
|
|
|
%package gui
|
|
%package gui
|
|
-Group: System Environment/Base
|
|
|
|
Summary: IPMI graphical user interface tool
|
|
Summary: IPMI graphical user interface tool
|
|
Summary(ja): IPMI GUI ツール
|
|
Summary(ja): IPMI GUI ツール
|
|
-Requires: tix tkinter %{name}-python = %{version}-%{release}
|
|
|
|
|
|
+Group: System Environment/Base
|
|
|
|
+Requires: tix
|
|
|
|
+Requires: tkinter
|
|
|
|
+Requires: %{name}-python = %{version}-%{release}
|
|
|
|
|
|
%description gui
|
|
%description gui
|
|
The OpenIPMI-gui package contains the graphical user interface to monitor
|
|
The OpenIPMI-gui package contains the graphical user interface to monitor
|
|
@@ -135,21 +147,26 @@ rm -rf $RPM_BUILD_ROOT
|
|
%files
|
|
%files
|
|
%defattr(-,root,root)
|
|
%defattr(-,root,root)
|
|
%doc CONFIGURING_FOR_LAN COPYING COPYING.BSD COPYING.LIB FAQ README README.Force README.MotorolaMXP README.initscript
|
|
%doc CONFIGURING_FOR_LAN COPYING COPYING.BSD COPYING.LIB FAQ README README.Force README.MotorolaMXP README.initscript
|
|
|
|
+%config(noreplace) %{_sysconfdir}/ipmi/ipmisim1.emu
|
|
|
|
+%config(noreplace) %{_sysconfdir}/ipmi/lan.conf
|
|
%config(noreplace) %{_sysconfdir}/sysconfig/ipmi
|
|
%config(noreplace) %{_sysconfdir}/sysconfig/ipmi
|
|
%{_initrddir}/ipmi
|
|
%{_initrddir}/ipmi
|
|
%{_bindir}/ipmicmd
|
|
%{_bindir}/ipmicmd
|
|
%{_bindir}/ipmilan
|
|
%{_bindir}/ipmilan
|
|
%{_bindir}/ipmish
|
|
%{_bindir}/ipmish
|
|
|
|
+%{_bindir}/ipmi_sim
|
|
%{_bindir}/ipmi_ui
|
|
%{_bindir}/ipmi_ui
|
|
%{_bindir}/openipmicmd
|
|
%{_bindir}/openipmicmd
|
|
%{_bindir}/openipmish
|
|
%{_bindir}/openipmish
|
|
%{_bindir}/rmcp_ping
|
|
%{_bindir}/rmcp_ping
|
|
|
|
+%{_bindir}/sdrcomp
|
|
%{_bindir}/solterm
|
|
%{_bindir}/solterm
|
|
-%{_mandir}/man1/ipmi_ui*
|
|
|
|
|
|
+%{_mandir}/man1/ipmi_*
|
|
%{_mandir}/man1/openipmicmd*
|
|
%{_mandir}/man1/openipmicmd*
|
|
%{_mandir}/man1/openipmish*
|
|
%{_mandir}/man1/openipmish*
|
|
%{_mandir}/man1/rmcp_ping*
|
|
%{_mandir}/man1/rmcp_ping*
|
|
%{_mandir}/man1/solterm*
|
|
%{_mandir}/man1/solterm*
|
|
|
|
+%{_mandir}/man5/ipmi_*
|
|
%{_mandir}/man7/ipmi_cmdlang*
|
|
%{_mandir}/man7/ipmi_cmdlang*
|
|
%{_mandir}/man7/openipmi_conparms*
|
|
%{_mandir}/man7/openipmi_conparms*
|
|
%{_mandir}/man8/ipmilan*
|
|
%{_mandir}/man8/ipmilan*
|
|
@@ -181,6 +198,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
%{_datadir}/applications/fedora-openipmigui.desktop
|
|
%{_datadir}/applications/fedora-openipmigui.desktop
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Oct 11 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 2.0.21-1
|
|
|
|
+- updated to 2.0.21
|
|
|
|
+- rebuilt with perl-5.16.3
|
|
|
|
+
|
|
* Wed Mar 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0.18-5
|
|
* Wed Mar 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0.18-5
|
|
- rebuild with net-snmp-5.7.1
|
|
- rebuild with net-snmp-5.7.1
|
|
|
|
|