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