diff --git a/.gitignore b/.gitignore index 6ca4d11..3dea063 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ OpenIPMI-2.0.18.tar.gz /OpenIPMI-2.0.19.tar.gz +/openipmi-2.0.21.tar.gz diff --git a/OpenIPMI-2.0.19-man.patch b/OpenIPMI-2.0.19-man.patch index 42959d9..a584da8 100644 --- a/OpenIPMI-2.0.19-man.patch +++ b/OpenIPMI-2.0.19-man.patch @@ -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 diff --git a/OpenIPMI.spec b/OpenIPMI.spec index af0f691..2a7defd 100644 --- a/OpenIPMI.spec +++ b/OpenIPMI.spec @@ -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 diff --git a/sources b/sources index 5553fc7..77a00ba 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e96e68b972d4b376f239d32cd3629328 OpenIPMI-2.0.19.tar.gz +fb8933cdd5c91a4f90d8c13d2cb442fe openipmi-2.0.21.tar.gz