fix selfbuild error

This commit is contained in:
t_feng 2020-01-15 22:01:03 +08:00
parent 1a5d658f09
commit 56320f4cde

View File

@ -23,7 +23,7 @@ Patch9009: lorax-enable-anaconda-KdumpSpoke.patch
BuildRequires: python3-devel python3-sphinx_rtd_theme python3-magic
BuildRequires: python3-nose python3-pytest-mock python3-pocketlint python3-gevent
BuildRequires: python3-mock python3-urllib3 python3-dnf python3-librepo
BuildRequires: python3-libselinux python3-mako python3-kickstart python3-rpmfluff
BuildRequires: python3-libselinux python3-mako python3-kickstart
Requires: lorax-templates GConf2 cpio device-mapper dosfstools e2fsprogs
Requires: findutils gawk genisoimage glib2 glibc glibc-common gzip isomd5sum
@ -127,8 +127,6 @@ for toml in example-http-server.toml example-development.toml example-atlas.toml
cp ./tests/pylorax/blueprints/$toml %{buildroot}/var/lib/lorax/composer/blueprints/
done
%check
make check
%pre composer
getent group weldr >/dev/null 2>&1 || groupadd -r weldr >/dev/null 2>&1 || :