forked from pool/supermin
use absolute path for ZYPPER due to AC_PATH_PROG
add zlib-devel, xz-devel OBS-URL: https://build.opensuse.org/package/show/Virtualization/supermin?expand=0&rev=18
This commit is contained in:
parent
36226d01dd
commit
d7995822ad
@ -41,6 +41,8 @@ BuildRequires: ocaml
|
||||
BuildRequires: ocaml-findlib
|
||||
BuildRequires: ocaml-inifiles-devel
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: zlib-devel
|
||||
BuildRequires: xz-devel
|
||||
|
||||
%description
|
||||
supermin is a tool for building supermin appliances. These are tiny
|
||||
@ -53,6 +55,7 @@ you need to boot one of them.
|
||||
|
||||
%build
|
||||
export ZYPPER=zypper
|
||||
export ZYPPER=/usr/bin/zypper
|
||||
touch INSTALL NEWS AUTHORS ChangeLog
|
||||
autoreconf -fi
|
||||
%configure --help
|
||||
|
Loading…
Reference in New Issue
Block a user