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:
parent
38972cda23
commit
d545bb4e9e
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user