From 09aeffe13f30245463e194d4580c84be5a92e802fe0d4cd4883f1185bf8c97ba Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 1 Sep 2020 11:14:01 +0000 Subject: [PATCH] Accepting request 831048 from home:gmbr3:Active - Add byacc to BuildRequires fixes problems with bison 3.7 (bsc#1175268) OBS-URL: https://build.opensuse.org/request/show/831048 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/kbuild?expand=0&rev=52 --- kbuild.changes | 5 +++++ kbuild.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/kbuild.changes b/kbuild.changes index 5a702cd..1904e11 100644 --- a/kbuild.changes +++ b/kbuild.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Sep 1 10:40:11 UTC 2020 - Callum Farmer + +- Add byacc to BuildRequires fixes problems with bison 3.7 (bsc#1175268) + ------------------------------------------------------------------- Mon Aug 31 18:46:37 UTC 2020 - Dirk Mueller diff --git a/kbuild.spec b/kbuild.spec index c83d0d0..d50a7a2 100644 --- a/kbuild.spec +++ b/kbuild.spec @@ -36,6 +36,7 @@ Patch10: aarch64.patch Patch13: glob-lstat.patch BuildRequires: automake BuildRequires: bison +BuildRequires: byacc BuildRequires: flex BuildRequires: libacl-devel BuildRequires: makeinfo