From a259fc1ccba154ef402330e8d1f07be830417a108c34e48195feca71e9048876 Mon Sep 17 00:00:00 2001 From: Larry Finger Date: Sun, 10 Feb 2019 18:11:57 +0000 Subject: [PATCH] - Changed spec file to require readline-devel, not a specific libreadline version. Thanks to Jan Engelhardt for suggestion. OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/kbuild?expand=0&rev=40 --- kbuild.changes | 6 ++++++ kbuild.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/kbuild.changes b/kbuild.changes index b833668..b84798d 100644 --- a/kbuild.changes +++ b/kbuild.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Feb 10 18:09:43 UTC 2019 - Larry Finger + +- Changed spec file to require readline-devel, not a specific libreadline version. + Thanks to Jan Engelhardt for suggestion. + ------------------------------------------------------------------- Sat Feb 9 19:57:25 UTC 2019 - Larry Finger diff --git a/kbuild.spec b/kbuild.spec index a74c34e..45e663b 100644 --- a/kbuild.spec +++ b/kbuild.spec @@ -23,8 +23,8 @@ BuildRequires: automake BuildRequires: bison BuildRequires: flex BuildRequires: libacl-devel -BuildRequires: libreadline6 BuildRequires: makeinfo +BuildRequires: readline-devel Summary: Framework for writing simple makefiles for complex tasks License: GPL-2.0-or-later Group: Development/Tools/Building