summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLokesh Mandvekar <lsm5@fedoraproject.org>2017-12-03 21:52:22 -0500
committerLokesh Mandvekar <lsm5@fedoraproject.org>2017-12-03 21:53:15 -0500
commit7cae8ede6d446bc7824c1f95a5e6cca7a8e1a8e8 (patch)
tree950e03db7b73efc304ad023bc7a99b5514a720c2
parentdd1d8ebdd4187eae5be8b11db3a0357ccd13a30a (diff)
downloadbuildah-7cae8ede6d446bc7824c1f95a5e6cca7a8e1a8e8.tar.gz
buildah-7cae8ede6d446bc7824c1f95a5e6cca7a8e1a8e8.tar.xz
buildah-7cae8ede6d446bc7824c1f95a5e6cca7a8e1a8e8.zip
remove git from builddepf26
can't find git in the module ecosystem and git isn't critical for package build. Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
-rw-r--r--buildah.spec3
1 files changed, 1 insertions, 2 deletions
diff --git a/buildah.spec b/buildah.spec
index e7cb9e4..d926a46 100644
--- a/buildah.spec
+++ b/buildah.spec
@@ -35,7 +35,6 @@ Source: https://%{provider_prefix}/archive/%{commit}/%{repo}-%{shortcomm
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: git
BuildRequires: glib2-devel
BuildRequires: ostree-devel
BuildRequires: glibc-static
@@ -59,7 +58,7 @@ or
* delete a working container or an image
%prep
-%autosetup -Sgit -n %{name}-%{commit}
+%setup -q -n %{name}-%{commit}
%build
mkdir _build