Hello community,

here is the log from the commit of package open-fcoe for openSUSE:Factory 
checked in at 2012-06-05 15:33:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/open-fcoe (Old)
 and      /work/SRC/openSUSE:Factory/.open-fcoe.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "open-fcoe", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/open-fcoe/open-fcoe.changes      2012-01-24 
12:20:08.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.open-fcoe.new/open-fcoe.changes 2012-06-05 
15:33:39.000000000 +0200
@@ -1,0 +2,6 @@
+Tue May 29 13:08:21 UTC 2012 - [email protected]
+
+- fix build with automake-1.12
+  - add: automake-1.12.patch
+
+-------------------------------------------------------------------

New:
----
  automake-1.12.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ open-fcoe.spec ++++++
--- /var/tmp/diff_new_pack.o5DrnC/_old  2012-06-05 15:33:42.000000000 +0200
+++ /var/tmp/diff_new_pack.o5DrnC/_new  2012-06-05 15:33:42.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package open-fcoe
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,18 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           open-fcoe
 Url:            http://www.open-fcoe.org
-License:        GPL-2.0
-Group:          System/Daemons
 PreReq:         %fillup_prereq %insserv_prereq
 BuildRequires:  automake
 BuildRequires:  libHBAAPI2-devel
 BuildRequires:  lldpad-devel
-Requires:       libhbalinux2 lldpad
+Requires:       libhbalinux2
+Requires:       lldpad
 Version:        1.0.12
 Release:        0
 Summary:        FCoE userspace management tools
+License:        GPL-2.0
+Group:          System/Daemons
 Source0:        http://www.open-fcoe.org/openfc/fcoe-utils-1.0.8.tar.bz2
 Source20:       mkinitrd-boot.sh
 Source22:       mkinitrd-setup.sh
@@ -50,6 +52,7 @@
 Patch17:        fcoe-utils-fixes-no-lun-displa
 Patch18:        fcoe-utils-use-san-mac-and-fix
 Patch19:        fcoe-utils-makefile-library-fix
+Patch20:        automake-1.12.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -84,6 +87,7 @@
 %patch17 -p1
 %patch18 -p1
 %patch19 -p1
+%patch20 -p1
 
 %build
 autoreconf --install

++++++ automake-1.12.patch ++++++
Index: fcoe-utils-1.0.8/configure.ac
===================================================================
--- fcoe-utils-1.0.8.orig/configure.ac
+++ fcoe-utils-1.0.8/configure.ac
@@ -4,6 +4,7 @@ AM_INIT_AUTOMAKE([-Wall -Werror foreign]
 AC_PROG_CC
 AM_PROG_CC_C_O
 AC_PROG_RANLIB
+AM_PROG_AR
 
 PKG_CHECK_MODULES([HBAAPI], [HBAAPI])
 AC_SUBST([HBAAPI_CFLAGS])
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to