diff --git a/.gitignore b/.gitignore index 3dea063..423098d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ OpenIPMI-2.0.18.tar.gz /OpenIPMI-2.0.19.tar.gz /openipmi-2.0.21.tar.gz +/OpenIPMI-2.0.21.tar.gz diff --git a/OpenIPMI.spec b/OpenIPMI.spec index 2a7defd..00ec55c 100644 --- a/OpenIPMI.spec +++ b/OpenIPMI.spec @@ -7,11 +7,11 @@ Name: OpenIPMI %global once %{_localstatedir}/run/%{name}/first_installation Version: 2.0.21 -Release: 11%{?dist} +Release: 1%{?dist} License: LGPLv2+ and GPLv2+ or BSD Group: System Environment/Base URL: http://sourceforge.net/projects/openipmi/ -Source: http://downloads.sourceforge.net/openipmi/openipmi-%{version}.tar.gz +Source: http://downloads.sourceforge.net/openipmi/%{name}-%{version}.tar.gz Source1: openipmi.sysconf Source2: openipmi-helper Source3: ipmi.service @@ -88,8 +88,17 @@ Requires: %{name}-libs = %{version}-%{release} The OpenIPMI-devel package contains the development libraries and header files of the OpenIPMI project. +%package lanserv +Summary: Emulates an IPMI network listener +Group: Utilities +Requires: %{name} = %{version} + +%description lanserv +This package contains a network IPMI listener. + + %prep -%setup -q -n openipmi-%{version} +%setup -q %patch1 -p1 -b .pthread %patch2 -p1 -b .manscan @@ -224,11 +233,20 @@ fi %{_libdir}/*.so %{_libdir}/pkgconfig/*.pc +%files lanserv +%defattr(-,root,root) +%{_bindir}/ipmilan +%{_libdir}/libIPMIlanserv.so.* +%doc %{_mandir}/man8/ipmilan.8* + %files modalias %config(noreplace) %{_sysconfdir}/modprobe.d/OpenIPMI.conf %{_localstatedir}/run/%{name} %changelog +* Wed Jan 29 2014 Ledvinka Ales - 2.0.21-1 +- Update to new upstream (fixed case 2nd) release. + * Tue Jan 14 2014 Ledvinka Ales - 2.0.19-11 - Probe modules on installation. Do not wait until reboot. diff --git a/sources b/sources index 77a00ba..9d0e4a7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fb8933cdd5c91a4f90d8c13d2cb442fe openipmi-2.0.21.tar.gz +dc0b42ae40b3f1d0db2a94b75b95fae1 OpenIPMI-2.0.21.tar.gz