summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLokesh Mandvekar <lsm5@fedoraproject.org>2017-12-04 19:10:08 -0500
committerLokesh Mandvekar <lsm5@fedoraproject.org>2017-12-04 19:11:54 -0500
commit180200710c86049c6c6a4f5410a9fb39cfb6bf57 (patch)
tree060b5cbb49e03d137058dff383b2b1e59f1fd101
parent5d0975fa0bc0af201a9463a5dfb153b3c31ebaeb (diff)
downloadbuildah-f27.tar.gz
buildah-f27.tar.xz
buildah-f27.zip
remove ostree-devel from builddepf27
buildah is already built without ostree, this commit just removes the dependency. Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
-rw-r--r--buildah.spec2
1 files changed, 0 insertions, 2 deletions
diff --git a/buildah.spec b/buildah.spec
index d926a46..8ae5cd6 100644
--- a/buildah.spec
+++ b/buildah.spec
@@ -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