Accepting request 554973 from home:dimstar:Factory

Fix build with RPM 4.14

OBS-URL: https://build.opensuse.org/request/show/554973
OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/clisp?expand=0&rev=79
This commit is contained in:
OBS User mrdocs 2017-12-08 02:16:52 +00:00 committed by Git OBS Bridge
parent 38972cda23
commit d545bb4e9e
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Dec 7 11:04:09 UTC 2017 - dimstar@opensuse.org
- Escape the usage of %{VERSION} when calling out to rpm.
RPM 4.14 has %{VERSION} defined as 'the main packages version'.
-------------------------------------------------------------------
Thu Nov 9 08:36:26 UTC 2017 - dimstar@opensuse.org

View File

@ -78,7 +78,7 @@ BuildRequires: xorg-x11-devel
# to BuildRequires
#
%define debug no
%global rlver %(rpm -q --qf '%{VERSION}' readline-devel | sed 's/\\.//g')
%global rlver %(rpm -q --qf '%%{VERSION}' readline-devel | sed 's/\\.//g')
Requires(pre): vim
Requires(pre): vim-data
Requires: ffcall