Browse code

remove flex dependency from bison. Github:#420

Change-Id: Ie0c4fd02f08c8ba0a5518b5e323309455a75b334
Reviewed-on: http://photon-jenkins.eng.vmware.com/771
Tested-by: jenkins-photon <wangnan2015@hotmail.com>
Reviewed-by: suezzelur <anishs@vmware.com>

ppadmavilasom authored on 2016/04/29 08:29:12
Showing 1 changed files
... ...
@@ -1,7 +1,7 @@
1 1
 Summary:	Contains a parser generator
2 2
 Name:		bison
3 3
 Version:	3.0.4
4
-Release:	1%{?dist}
4
+Release:	2%{?dist}
5 5
 License:	GPLv3+
6 6
 URL:		http://www.gnu.org/software/bison
7 7
 Group:		System Environment/Base
... ...
@@ -12,7 +12,6 @@ Source0:	http://ftp.gnu.org/gnu/bison/%{name}-%{version}.tar.xz
12 12
 BuildRequires:	m4
13 13
 Requires:	m4
14 14
 BuildRequires:	flex
15
-Requires:	flex
16 15
 %description
17 16
 This package contains a parser generator
18 17
 %prep
... ...
@@ -37,6 +36,8 @@ make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
37 37
 %{_mandir}/*/*
38 38
 %{_docdir}/bison/*
39 39
 %changelog
40
+*   Thu Apr 28 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 3.0.4-2
41
+-   Removed requires for flex
40 42
 *   Tue Feb 23 2016 Xiaolin Li <xiaolinl@vmware.com> 3.0.4-1
41 43
 -   Updated to version 3.0.4
42 44
 *	Tue Nov 10 2015 Xiaolin Li <xiaolinl@vmware.com> 3.0.2-3