Accepting request 182419 from home:matwey:branches:devel:languages:erlang
- Fix git >= 1.7 requirement OBS-URL: https://build.opensuse.org/request/show/182419 OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/elixir?expand=0&rev=2
This commit is contained in:
parent
84e904af4f
commit
9b1c7cd022
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jul 7 14:07:45 UTC 2013 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- Fix git >= 1.7 requirement
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 5 07:36:33 UTC 2013 - matwey.kornilov@gmail.com
|
Fri Jul 5 07:36:33 UTC 2013 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
@ -25,8 +25,9 @@ Group: Development/Languages/Other
|
|||||||
Source0: elixir-v%{version}.tar.bz2
|
Source0: elixir-v%{version}.tar.bz2
|
||||||
Source1: ex_doc-master.tar.bz2
|
Source1: ex_doc-master.tar.bz2
|
||||||
BuildRequires: erlang make gcc
|
BuildRequires: erlang make gcc
|
||||||
# for unit-tests:
|
# required by Mix.SCM.Git see also (https://github.com/elixir-lang/elixir/issues/1386)
|
||||||
BuildRequires: git
|
Requires: git >= 1.7
|
||||||
|
BuildRequires: git >= 1.7
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user