Skip to content

Commit

Permalink
Add missing dependency for bison
Browse files Browse the repository at this point in the history
Change-Id: I756774f014b9faac21be272e0cc40488a8093357
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/12506
Reviewed-by: Anish Swaminathan <[email protected]>
Tested-by: Anish Swaminathan <[email protected]>
  • Loading branch information
suezzelur committed Feb 24, 2021
1 parent 224c77f commit 1526e30
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion SPECS/bison/bison.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Summary: Contains a parser generator
Name: bison
Version: 3.7.1
Release: 2%{?dist}
Release: 3%{?dist}
License: GPLv3+
URL: http://www.gnu.org/software/bison
Group: System Environment/Base
Expand All @@ -13,7 +13,9 @@ Source0: http://ftp.gnu.org/gnu/bison/%{name}-%{version}.tar.xz
Patch0: make-check.patch
%endif
BuildRequires: m4
BuildRequires: gettext
Requires: m4
Requires: gettext
BuildRequires: flex
%description
This package contains a parser generator
Expand Down Expand Up @@ -48,6 +50,8 @@ make %{?_smp_mflags} check
%{_mandir}/*/*
%{_docdir}/bison/*
%changelog
* Tue Jan 26 2021 Anish Swaminathan <[email protected]> 3.7.1-3
- Add missing dependency for gettext
* Tue Jan 19 2021 Prashant S Chauhan <[email protected]> 3.7.1-2
- Fix make check
* Wed Sep 02 2020 Gerrit Photon <[email protected]> 3.7.1-1
Expand Down

0 comments on commit 1526e30

Please sign in to comment.