remove git from builddep
can't find git in the module ecosystem and git isn't critical for package build. Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
parent
9d94396108
commit
fab7be340b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user