[ipsec-tools] - fix FTBFS, add flex-static to buildrequires (#660865)

Tomáš Mráz tmraz at fedoraproject.org
Tue Dec 7 18:53:18 UTC 2010


commit b2f284c6b72f97532160b4701174ed56c382280e
Author: Tomas Mraz <tmraz at fedoraproject.org>
Date:   Tue Dec 7 19:53:10 2010 +0100

    - fix FTBFS, add flex-static to buildrequires (#660865)

 ipsec-tools.spec |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/ipsec-tools.spec b/ipsec-tools.spec
index 8782372..0ea2a96 100644
--- a/ipsec-tools.spec
+++ b/ipsec-tools.spec
@@ -1,6 +1,6 @@
 Name: ipsec-tools
 Version: 0.7.3
-Release: 5%{?dist}
+Release: 6%{?dist}
 Summary: Tools for configuring and using IPSEC
 License: BSD
 Group: System Environment/Base
@@ -26,13 +26,16 @@ Patch16: ipsec-tools-0.7.2-nodevel.patch
 Patch17: ipsec-tools-0.7.3-gssapi-guard.patch
 Patch18: ipsec-tools-0.7.3-gssapi-mech.patch
 
-BuildRequires: openssl-devel, krb5-devel, bison, flex, automake, libtool
+BuildRequires: openssl-devel, krb5-devel, bison, flex, flex-static
+BuildRequires: automake, libtool
 BuildRequires: libselinux-devel >= 1.30.28-2, pam-devel
+BuildRequires: audit-libs-devel >= 1.3.1
+
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
 Requires: pam
 Requires(post): chkconfig
 Requires(preun): chkconfig, initscripts
-BuildRequires: audit-libs-devel >= 1.3.1
 
 %global racoonconfdir %{_sysconfdir}/racoon
 
@@ -136,6 +139,9 @@ fi
 %config(noreplace) %{_sysconfdir}/pam.d/racoon
 
 %changelog
+* Tue Dec  7 2010 Tomas Mraz <tmraz at redhat.com> - 0.7.3-6
+- fix FTBFS, add flex-static to buildrequires (#660865)
+
 * Wed Apr 14 2010 Tomas Mraz <tmraz at redhat.com> - 0.7.3-5
 - fix the initscript (#500571, #521647)
 


More information about the scm-commits mailing list