remove ostree-devel from builddep
buildah is already built without ostree, this commit just removes the dependency. Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
parent
fab7be340b
commit
c55445e494
@ -36,7 +36,6 @@ ExclusiveArch: x86_64 aarch64 ppc64le s390x
|
||||
# If go_compiler is not set to 1, there is no virtual provide. Use golang instead.
|
||||
BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang}
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: ostree-devel
|
||||
BuildRequires: glibc-static
|
||||
BuildRequires: go-md2man
|
||||
BuildRequires: gpgme-devel
|
||||
@ -72,7 +71,6 @@ mv vendor src
|
||||
export GOPATH=$(pwd)/_build:$(pwd):%{gopath}
|
||||
make all GIT_COMMIT=%{shortcommit}
|
||||
|
||||
|
||||
%install
|
||||
export GOPATH=$(pwd)/_build:$(pwd):%{gopath}
|
||||
make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions
|
||||
|
Loading…
Reference in New Issue
Block a user