fix
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build?expand=0&rev=331
This commit is contained in:
@@ -22,7 +22,7 @@ Name: build
|
||||
Summary: A Script to Build SUSE Linux RPMs
|
||||
License: GPL-2.0+ and GPL-2.0
|
||||
Group: Development/Tools/Building
|
||||
Version: 20171006
|
||||
Version: 20171012
|
||||
Release: 0
|
||||
Source: obs-build-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@@ -122,13 +122,6 @@ chroot or a secure virtualized
|
||||
%if 0%{?suse_version}
|
||||
# initvm
|
||||
make CFLAGS="$RPM_BUILD_FLAGS" initvm-all
|
||||
#XXX temporary hack until lua is actually in
|
||||
%if 0%{?suse_version} == 1330
|
||||
if rpm -q liblua5_3-5; then
|
||||
V=%suse_version
|
||||
sed -i -e 's/liblua5_3/liblua5_3-5/g' configs/sl${V:0:2}.${V:2:1}.conf
|
||||
fi
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%install
|
||||
|
Reference in New Issue
Block a user