Resolves: #1055942
This commit is contained in:
parent
f699a408e9
commit
2935eda02e
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
OpenIPMI-2.0.18.tar.gz
|
||||
/OpenIPMI-2.0.19.tar.gz
|
||||
/openipmi-2.0.21.tar.gz
|
||||
|
@ -163,9 +163,9 @@ diff -up ./man/ipmi_cmdlang.7.manscan ./man/ipmi_cmdlang.7
|
||||
.RS
|
||||
.nf
|
||||
EVENT
|
||||
diff -up ./man/ipmilan.8.manscan ./man/ipmilan.8
|
||||
--- ./man/ipmilan.8.manscan 2013-06-04 15:43:43.597127168 +0200
|
||||
+++ ./man/ipmilan.8 2013-06-05 13:36:31.282753184 +0200
|
||||
diff -up ./lanserv/ipmilan.8.manscan ./lanserv/ipmilan.8
|
||||
--- ./lanserv/ipmilan.8.manscan 2013-06-04 15:43:43.597127168 +0200
|
||||
+++ ./lanserv/ipmilan.8 2013-06-05 13:36:31.282753184 +0200
|
||||
@@ -29,18 +29,25 @@ address they came in.
|
||||
|
||||
.SH OPTIONS
|
||||
|
@ -6,12 +6,12 @@ Summary: IPMI (Intelligent Platform Management Interface) library and tools
|
||||
Name: OpenIPMI
|
||||
%global once %{_localstatedir}/run/%{name}/first_installation
|
||||
|
||||
Version: 2.0.19
|
||||
Version: 2.0.21
|
||||
Release: 11%{?dist}
|
||||
License: LGPLv2+ and GPLv2+ or BSD
|
||||
Group: System Environment/Base
|
||||
URL: http://sourceforge.net/projects/openipmi/
|
||||
Source: http://downloads.sourceforge.net/openipmi/%{name}-%{version}.tar.gz
|
||||
Source: http://downloads.sourceforge.net/openipmi/openipmi-%{version}.tar.gz
|
||||
Source1: openipmi.sysconf
|
||||
Source2: openipmi-helper
|
||||
Source3: ipmi.service
|
||||
@ -89,7 +89,7 @@ The OpenIPMI-devel package contains the development libraries and header files
|
||||
of the OpenIPMI project.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q -n openipmi-%{version}
|
||||
%patch1 -p1 -b .pthread
|
||||
%patch2 -p1 -b .manscan
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user