2017-10-12 16:01:02 +00:00
committed by Git OBS Bridge
parent 3d3d85bcdb
commit 5a702c8aa2
8 changed files with 10 additions and 17 deletions

View File

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