forked from pool/supermin
This commit is contained in:
parent
10a55fdb09
commit
8c9f27daa7
@ -49,7 +49,6 @@ BuildRequires: zypper
|
||||
BuildRequires: pkgconfig(com_err)
|
||||
BuildRequires: pkgconfig(ext2fs)
|
||||
BuildRequires: pkgconfig(rpm)
|
||||
Requires: augeas
|
||||
Requires: distribution-release
|
||||
Requires: sysconfig-netconfig
|
||||
Requires: tar
|
||||
@ -58,7 +57,7 @@ Requires: zypper
|
||||
Provides: febootstrap
|
||||
%{?ocaml_preserve_bytecode}
|
||||
%if "%{?_ignore_exclusive_arch}" == ""
|
||||
ExclusiveArch: x86_64 ppc64 ppc64le s390x aarch64
|
||||
ExclusiveArch: x86_64 ppc64 ppc64le s390x aarch64 risc64
|
||||
%endif
|
||||
|
||||
%description
|
||||
@ -87,10 +86,13 @@ touch INSTALL NEWS AUTHORS ChangeLog
|
||||
find %{buildroot} -ls
|
||||
|
||||
%check
|
||||
ls -l /boot/Imag*
|
||||
%ifnarch s390x
|
||||
make check || {
|
||||
cat tests/test-suite.log
|
||||
exit 1
|
||||
}
|
||||
%endif
|
||||
|
||||
%files
|
||||
%doc README
|
||||
|
Loading…
Reference in New Issue
Block a user