- fix for automake 1.13

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/freeipmi?expand=0&rev=19
This commit is contained in:
Klaus Kämpf 2013-02-28 11:18:49 +00:00 committed by Git OBS Bridge
parent 5f48591bfc
commit f28166b2c8
3 changed files with 22 additions and 2 deletions

12
automake-1_13.patch Normal file
View File

@ -0,0 +1,12 @@
diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x autom4te.cache -x .deps -x .libs -x Makefile -x Makefile.in ../orig-freeipmi-1.2.5/configure.ac ./configure.ac
--- ../orig-freeipmi-1.2.5/configure.ac 2013-02-26 23:25:53.000000000 +0100
+++ ./configure.ac 2013-02-28 12:03:24.843417885 +0100
@@ -22,7 +22,7 @@
AM_INIT_AUTOMAKE([tar-ustar subdir-objects 1.9])
dnl create a config.h file
-AM_CONFIG_HEADER([config/config.h])
+AC_CONFIG_HEADERS([config/config.h])
dnl define output files
AC_CONFIG_FILES([

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 28 11:18:34 UTC 2013 - kkaempf@suse.com
- fix for automake 1.13
-------------------------------------------------------------------
Thu Feb 28 08:02:52 UTC 2013 - kkaempf@suse.com

View File

@ -33,7 +33,9 @@ Release: %{release}
Url: http://www.gnu.org/software/freeipmi/
Source: ftp://ftp.gnu.org/gnu/freeipmi/%{name}-%{version}.tar.bz2
# buffer overflow, reported upstream, kkaempf@suse.de
Patch: fix-buffer-overflow.patch
Patch1: fix-buffer-overflow.patch
# Automake 1.13 needs AC_CONFIG_HEADERS, kkaempf@suse.de
Patch2: automake-1_13.patch
Summary: FreeIPMI
License: GPL-3.0+
Group: System/Management
@ -101,7 +103,8 @@ This service detects and monitors IPMI nodes.
%prep
%setup -q
%patch -p1
%patch1 -p1
%patch2 -p1
%build
%if 0%{?suse_version} >= 1110