Resolves: #1055942
This commit is contained in:
parent
2935eda02e
commit
7c01d58f8a
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
OpenIPMI-2.0.18.tar.gz
|
OpenIPMI-2.0.18.tar.gz
|
||||||
/OpenIPMI-2.0.19.tar.gz
|
/OpenIPMI-2.0.19.tar.gz
|
||||||
/openipmi-2.0.21.tar.gz
|
/openipmi-2.0.21.tar.gz
|
||||||
|
/OpenIPMI-2.0.21.tar.gz
|
||||||
|
@ -7,11 +7,11 @@ Name: OpenIPMI
|
|||||||
%global once %{_localstatedir}/run/%{name}/first_installation
|
%global once %{_localstatedir}/run/%{name}/first_installation
|
||||||
|
|
||||||
Version: 2.0.21
|
Version: 2.0.21
|
||||||
Release: 11%{?dist}
|
Release: 1%{?dist}
|
||||||
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/
|
||||||
Source: http://downloads.sourceforge.net/openipmi/openipmi-%{version}.tar.gz
|
Source: http://downloads.sourceforge.net/openipmi/%{name}-%{version}.tar.gz
|
||||||
Source1: openipmi.sysconf
|
Source1: openipmi.sysconf
|
||||||
Source2: openipmi-helper
|
Source2: openipmi-helper
|
||||||
Source3: ipmi.service
|
Source3: ipmi.service
|
||||||
@ -88,8 +88,17 @@ Requires: %{name}-libs = %{version}-%{release}
|
|||||||
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 lanserv
|
||||||
|
Summary: Emulates an IPMI network listener
|
||||||
|
Group: Utilities
|
||||||
|
Requires: %{name} = %{version}
|
||||||
|
|
||||||
|
%description lanserv
|
||||||
|
This package contains a network IPMI listener.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n openipmi-%{version}
|
%setup -q
|
||||||
%patch1 -p1 -b .pthread
|
%patch1 -p1 -b .pthread
|
||||||
%patch2 -p1 -b .manscan
|
%patch2 -p1 -b .manscan
|
||||||
|
|
||||||
@ -224,11 +233,20 @@ fi
|
|||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
|
||||||
|
%files lanserv
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_bindir}/ipmilan
|
||||||
|
%{_libdir}/libIPMIlanserv.so.*
|
||||||
|
%doc %{_mandir}/man8/ipmilan.8*
|
||||||
|
|
||||||
%files modalias
|
%files modalias
|
||||||
%config(noreplace) %{_sysconfdir}/modprobe.d/OpenIPMI.conf
|
%config(noreplace) %{_sysconfdir}/modprobe.d/OpenIPMI.conf
|
||||||
%{_localstatedir}/run/%{name}
|
%{_localstatedir}/run/%{name}
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Jan 14 2014 Ledvinka Ales <aledvink@redhat.com> - 2.0.19-11
|
||||||
- Probe modules on installation. Do not wait until reboot.
|
- Probe modules on installation. Do not wait until reboot.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user