This commit is contained in:
Ales Ledvinka 2014-01-27 15:36:14 +01:00
parent f699a408e9
commit 2935eda02e
4 changed files with 8 additions and 7 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
OpenIPMI-2.0.18.tar.gz
/OpenIPMI-2.0.19.tar.gz
/openipmi-2.0.21.tar.gz

View File

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

View File

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

View File

@ -1 +1 @@
e96e68b972d4b376f239d32cd3629328 OpenIPMI-2.0.19.tar.gz
fb8933cdd5c91a4f90d8c13d2cb442fe openipmi-2.0.21.tar.gz