forked from pool/erlang-erlware_commons
Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
c2c31f9ec8 | |||
c2c5e32b0f |
@@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 22 12:27:48 UTC 2024 - Simon Lees <sflees@suse.de>
|
||||||
|
|
||||||
|
- We use a linked copy of this package in some SUSE products and
|
||||||
|
to do so correctly, we need to ensure a minimum of erlang 26
|
||||||
|
Leap will soon get a versioned copy of erlang26 as well
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 19 10:38:15 UTC 2023 - Lubos Kocman <lubos.kocman@suse.com>
|
Tue Sep 19 10:38:15 UTC 2023 - Lubos Kocman <lubos.kocman@suse.com>
|
||||||
|
|
||||||
|
@@ -26,12 +26,12 @@ License: Apache-2.0 AND MIT
|
|||||||
Group: Development/Libraries/Other
|
Group: Development/Libraries/Other
|
||||||
URL: https://github.com/erlware/erlware_commons
|
URL: https://github.com/erlware/erlware_commons
|
||||||
Source: %{app_name}-%{version}.tar.xz
|
Source: %{app_name}-%{version}.tar.xz
|
||||||
BuildRequires: erlang
|
BuildRequires: erlang >= 26
|
||||||
BuildRequires: erlang-cf
|
BuildRequires: erlang-cf
|
||||||
BuildRequires: erlang-rebar
|
BuildRequires: erlang-rebar
|
||||||
# make the tests happy
|
# make the tests happy
|
||||||
BuildRequires: git
|
BuildRequires: git
|
||||||
Requires: erlang
|
Requires: erlang >= 26
|
||||||
Requires: erlang-cf
|
Requires: erlang-cf
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Reference in New Issue
Block a user