This commit is contained in:
Ales Ledvinka 2014-01-29 09:17:47 +01:00
parent 2935eda02e
commit 7c01d58f8a
3 changed files with 23 additions and 4 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <aledvink@redhat.com> - 2.0.21-1
- Update to new upstream (fixed case 2nd) release.
* Tue Jan 14 2014 Ledvinka Ales <aledvink@redhat.com> - 2.0.19-11
- Probe modules on installation. Do not wait until reboot.

View File

@ -1 +1 @@
fb8933cdd5c91a4f90d8c13d2cb442fe openipmi-2.0.21.tar.gz
dc0b42ae40b3f1d0db2a94b75b95fae1 OpenIPMI-2.0.21.tar.gz