Adrian Schröter 2017-11-23 08:19:17 +00:00 committed by Git OBS Bridge
parent 9ef75d9338
commit 580c5e93e6

View File

@ -27,13 +27,7 @@ Release: 0
Source: obs-build-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
# mkbaselibs is pulled in by prjconf, but since we only build it here, does not exist when bootstrapping
#!BuildIgnore: build-mkbaselibs
%if 0%{?suse_version} > 1200
# required for test suite
#!BuildIgnore: build-mkbaselibs-sle
BuildRequires: build-mkbaselibs
%endif
#!BuildIgnore: build-mkbaselibs build-mkbaselibs-sle
# Keep the following dependencies in sync with obs-worker package
Requires: bash
Requires: binutils
@ -209,6 +203,8 @@ echo "test suite is not prepared to run using qemu linux user"
echo "Skipping test case"
exit 0
%endif
# we need to patch the not packaged configs, due to the buildignore
sed -i 's,build-mkbaselibs,,' ../configs/*.conf
./testbuild.sh /.build.binaries/
%files