Skip to content

Commit 1526e30

Browse files
committed
Add missing dependency for bison
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]>
1 parent 224c77f commit 1526e30

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: SPECS/bison/bison.spec

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Summary: Contains a parser generator
22
Name: bison
33
Version: 3.7.1
4-
Release: 2%{?dist}
4+
Release: 3%{?dist}
55
License: GPLv3+
66
URL: http://www.gnu.org/software/bison
77
Group: System Environment/Base
@@ -13,7 +13,9 @@ Source0: http://ftp.gnu.org/gnu/bison/%{name}-%{version}.tar.xz
1313
Patch0: make-check.patch
1414
%endif
1515
BuildRequires: m4
16+
BuildRequires: gettext
1617
Requires: m4
18+
Requires: gettext
1719
BuildRequires: flex
1820
%description
1921
This package contains a parser generator
@@ -48,6 +50,8 @@ make %{?_smp_mflags} check
4850
%{_mandir}/*/*
4951
%{_docdir}/bison/*
5052
%changelog
53+
* Tue Jan 26 2021 Anish Swaminathan <[email protected]> 3.7.1-3
54+
- Add missing dependency for gettext
5155
* Tue Jan 19 2021 Prashant S Chauhan <[email protected]> 3.7.1-2
5256
- Fix make check
5357
* Wed Sep 02 2020 Gerrit Photon <[email protected]> 3.7.1-1

0 commit comments

Comments
 (0)