Accepting request 1067817 from home:dirkmueller:Factory
- use disabled services to be compatible with factory policy OBS-URL: https://build.opensuse.org/request/show/1067817 OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/erlang-erlware_commons?expand=0&rev=6
This commit is contained in:
parent
52a5610058
commit
93ec609722
2
_service
2
_service
@ -8,10 +8,10 @@
|
|||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
<param name="revision">v1.6.0</param>
|
<param name="revision">v1.6.0</param>
|
||||||
</service>
|
</service>
|
||||||
|
<service mode="disabled" name="set_version" />
|
||||||
<service mode="buildtime" name="tar"/>
|
<service mode="buildtime" name="tar"/>
|
||||||
<service mode="buildtime" name="recompress">
|
<service mode="buildtime" name="recompress">
|
||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
<param name="compression">xz</param>
|
<param name="compression">xz</param>
|
||||||
</service>
|
</service>
|
||||||
<service mode="buildtime" name="set_version" />
|
|
||||||
</services>
|
</services>
|
||||||
|
@ -1,6 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">git://github.com/erlware/erlware_commons.git</param>
|
|
||||||
<param name="changesrevision">32e62781bbbd33934800c63ae0686cd41fd7da8f</param></service><service name="tar_scm">
|
|
||||||
<param name="url">https://github.com/erlware/erlware_commons.git</param>
|
<param name="url">https://github.com/erlware/erlware_commons.git</param>
|
||||||
<param name="changesrevision">916539338fab7c6084f6fee78ea4b20158feb8fd</param></service></servicedata>
|
<param name="changesrevision">ad559ae1f5f4cabdcc59899e20f4d3db78177574</param></service></servicedata>
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 26 16:42:48 UTC 2023 - dmueller@suse.com
|
||||||
|
|
||||||
|
- use disabled services to be compatible with factory policy
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 31 11:51:45 UTC 2022 - mvetter@suse.com
|
Thu Mar 31 11:51:45 UTC 2022 - mvetter@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package erlang-erlware_commons
|
# spec file for package erlang-erlware_commons
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,23 +17,22 @@
|
|||||||
|
|
||||||
|
|
||||||
%define app_name erlware_commons
|
%define app_name erlware_commons
|
||||||
Name: erlang-%{app_name}
|
|
||||||
Version: 0
|
|
||||||
Release: 0
|
|
||||||
%define app_ver %(echo "%{version}" | cut -d "+" -f1)
|
%define app_ver %(echo "%{version}" | cut -d "+" -f1)
|
||||||
|
Name: erlang-%{app_name}
|
||||||
|
Version: 1.6.0
|
||||||
|
Release: 0
|
||||||
Summary: A project focused on all aspects of reusable Erlang components
|
Summary: A project focused on all aspects of reusable Erlang components
|
||||||
License: MIT
|
License: 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
|
||||||
Requires: erlang
|
|
||||||
BuildRequires: erlang
|
BuildRequires: erlang
|
||||||
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-cf
|
Requires: erlang-cf
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Erlware Commons is an Erlware project focused on all aspects of reusable Erlang components.
|
Erlware Commons is an Erlware project focused on all aspects of reusable Erlang components.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user