From 07233efabd8ef82a759c02bf4c79da2806ac7fda765245f7b8e9e0a51ba4ed24 Mon Sep 17 00:00:00 2001 From: Matwey Kornilov Date: Tue, 7 Feb 2023 12:38:33 +0000 Subject: [PATCH] Accepting request 1063579 from home:Pi-Cla:branches:devel:languages:erlang - Drop git as a requires and switch buildrequires from git to git-core * Git is not needed to use Elixir, only to run some tests (which git-core can accomplish on its own without git) OBS-URL: https://build.opensuse.org/request/show/1063579 OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/elixir?expand=0&rev=84 --- elixir.changes | 7 +++++++ elixir.spec | 6 ++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/elixir.changes b/elixir.changes index 77d9aac..fc8a60b 100644 --- a/elixir.changes +++ b/elixir.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Feb 7 09:06:15 UTC 2023 - Gordon Leung + +- Drop git as a requires and switch buildrequires from git to git-core + * Git is not needed to use Elixir, only to run some tests + (which git-core can accomplish on its own without git) + ------------------------------------------------------------------- Tue Jan 10 11:50:09 UTC 2023 - Fabrizio Sestito diff --git a/elixir.spec b/elixir.spec index 0bc2159..5e4d9e8 100644 --- a/elixir.spec +++ b/elixir.spec @@ -27,17 +27,15 @@ Source0: https://github.com/elixir-lang/elixir/archive/v%{version}.tar.gz Source2: macros.elixir BuildRequires: gcc BuildRequires: make -# required by Mix.SCM.Git see also (https://github.com/elixir-lang/elixir/issues/1386) Requires: erlang >= 23 -Requires: git >= 1.7 BuildRequires: erlang >= 23 BuildRequires: erlang-dialyzer BuildRequires: erlang-src -BuildRequires: git >= 1.7 +# required by Mix.SCM.Git see also (https://github.com/elixir-lang/elixir/issues/1386) +BuildRequires: git-core >= 1.7 BuildRequires: unzip BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch -Requires: erlang %description Elixir is a functional meta-programming aware language built on top