SHA256
1
0
forked from pool/kbuild

- Changed spec file to require readline-devel, not a specific libreadline version.

Thanks to Jan Engelhardt <jengelh@inai.de> for suggestion.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/kbuild?expand=0&rev=40
This commit is contained in:
Larry Finger 2019-02-10 18:11:57 +00:00 committed by Git OBS Bridge
parent ae5f17ab25
commit a259fc1ccb
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Feb 10 18:09:43 UTC 2019 - Larry Finger <Larry.Finger@gmail.com>
- Changed spec file to require readline-devel, not a specific libreadline version.
Thanks to Jan Engelhardt <jengelh@inai.de> for suggestion.
-------------------------------------------------------------------
Sat Feb 9 19:57:25 UTC 2019 - Larry Finger <Larry.Finger@gmail.com>

View File

@ -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