diff --git a/fcoe-utils-1.0.29-automake-1.14.patch b/fcoe-utils-1.0.29-automake-1.14.patch new file mode 100644 index 0000000..3f1d035 --- /dev/null +++ b/fcoe-utils-1.0.29-automake-1.14.patch @@ -0,0 +1,10 @@ +diff --git a/configure.ac b/configure.ac +index 73c140f..bb1385b 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -1,5 +1,4 @@ + AC_INIT([fcoe-utils], [1.0.29], [fcoe-devel@open-fcoe.org]) +-AM_INIT_AUTOMAKE([foreign]) + + m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) + AM_INIT_AUTOMAKE([foreign]) diff --git a/fcoe-utils.spec b/fcoe-utils.spec index 610bc90..78fc81a 100644 --- a/fcoe-utils.spec +++ b/fcoe-utils.spec @@ -3,7 +3,7 @@ Name: fcoe-utils Version: 1.0.29 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Fibre Channel over Ethernet utilities Group: Applications/System License: GPLv2 @@ -19,6 +19,7 @@ Patch1: fcoe-utils-1.0.29-make.patch Patch2: fcoe-utils-1.0.18-help.patch Patch3: fcoe-utils-1.0.28-format-strings.patch Patch4: fcoe-utils-1.0.28-systemd-doc.patch +Patch5: fcoe-utils-1.0.29-automake-1.14.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: libhbaapi-devel >= 2.2-12 @@ -46,6 +47,7 @@ cp -v %{SOURCE1} quickstart.txt %patch2 -p1 -b .help %patch3 -p1 -b .format-strings %patch4 -p1 -b .systemd-doc +%patch5 -p1 -b .automake-1.14 %build ./bootstrap.sh @@ -88,6 +90,9 @@ rm -f %{buildroot}/%{_sysconfdir}/fcoe/config %{_libexecdir}/fcoe/ %changelog +* Thu Nov 07 2013 Petr Šabata - 1.0.29-3 +- Fix configure.ac for automake 1.14 + * Thu Nov 07 2013 Petr Šabata - 1.0.29-2 - Don't install the old configuration file alongside the new one - Add bnx2fc to the SUPPORTED_DRIVERS for consistency with previous configuration