Fix configure.ac for automake 1.14
This commit is contained in:
parent
86f3998a20
commit
c4be83b865
10
fcoe-utils-1.0.29-automake-1.14.patch
Normal file
10
fcoe-utils-1.0.29-automake-1.14.patch
Normal file
@ -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])
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: fcoe-utils
|
Name: fcoe-utils
|
||||||
Version: 1.0.29
|
Version: 1.0.29
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Fibre Channel over Ethernet utilities
|
Summary: Fibre Channel over Ethernet utilities
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
@ -19,6 +19,7 @@ Patch1: fcoe-utils-1.0.29-make.patch
|
|||||||
Patch2: fcoe-utils-1.0.18-help.patch
|
Patch2: fcoe-utils-1.0.18-help.patch
|
||||||
Patch3: fcoe-utils-1.0.28-format-strings.patch
|
Patch3: fcoe-utils-1.0.28-format-strings.patch
|
||||||
Patch4: fcoe-utils-1.0.28-systemd-doc.patch
|
Patch4: fcoe-utils-1.0.28-systemd-doc.patch
|
||||||
|
Patch5: fcoe-utils-1.0.29-automake-1.14.patch
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: libhbaapi-devel >= 2.2-12
|
BuildRequires: libhbaapi-devel >= 2.2-12
|
||||||
@ -46,6 +47,7 @@ cp -v %{SOURCE1} quickstart.txt
|
|||||||
%patch2 -p1 -b .help
|
%patch2 -p1 -b .help
|
||||||
%patch3 -p1 -b .format-strings
|
%patch3 -p1 -b .format-strings
|
||||||
%patch4 -p1 -b .systemd-doc
|
%patch4 -p1 -b .systemd-doc
|
||||||
|
%patch5 -p1 -b .automake-1.14
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./bootstrap.sh
|
./bootstrap.sh
|
||||||
@ -88,6 +90,9 @@ rm -f %{buildroot}/%{_sysconfdir}/fcoe/config
|
|||||||
%{_libexecdir}/fcoe/
|
%{_libexecdir}/fcoe/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 07 2013 Petr Šabata <contyk@redhat.com> - 1.0.29-3
|
||||||
|
- Fix configure.ac for automake 1.14
|
||||||
|
|
||||||
* Thu Nov 07 2013 Petr Šabata <contyk@redhat.com> - 1.0.29-2
|
* Thu Nov 07 2013 Petr Šabata <contyk@redhat.com> - 1.0.29-2
|
||||||
- Don't install the old configuration file alongside the new one
|
- Don't install the old configuration file alongside the new one
|
||||||
- Add bnx2fc to the SUPPORTED_DRIVERS for consistency with previous configuration
|
- Add bnx2fc to the SUPPORTED_DRIVERS for consistency with previous configuration
|
||||||
|
Loading…
Reference in New Issue
Block a user