Skip to content

Commit

Permalink
fix openSUSE Leap 15.0 build
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter committed Oct 12, 2017
1 parent 26399f5 commit 35f7121
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion configs/sl15.0.conf
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ FileProvides: /usr/bin/fipscheck fipscheck
FileProvides: /usr/bin/python python-base

Preinstall: aaa_base attr bash coreutils diffutils
Preinstall: filesystem fillup glibc grep
Preinstall: filesystem fillup glibc grep liblua5_3-5
Preinstall: libbz2-1 libgcc_s1 libncurses6 pam
Preinstall: permissions libreadline7 rpm sed tar libz1 libselinux1
Preinstall: liblzma5 libcap2 libacl1 libattr1
Expand Down
7 changes: 0 additions & 7 deletions dist/build.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 35f7121

Please sign in to comment.