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
This commit is contained in:
Matwey Kornilov 2023-02-07 12:38:33 +00:00 committed by Git OBS Bridge
parent 5935bb6fbe
commit 07233efabd
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Feb 7 09:06:15 UTC 2023 - Gordon Leung <pirateclip@protonmail.com>
- 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 <fabrizio.sestito@suse.com>

View File

@ -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