1
0

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:
Marcus Rückert 2023-02-27 12:47:02 +00:00 committed by Git OBS Bridge
parent 52a5610058
commit 93ec609722
4 changed files with 12 additions and 10 deletions

View File

@ -8,10 +8,10 @@
<param name="changesgenerate">enable</param>
<param name="revision">v1.6.0</param>
</service>
<service mode="disabled" name="set_version" />
<service mode="buildtime" name="tar"/>
<service mode="buildtime" name="recompress">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service mode="buildtime" name="set_version" />
</services>

View File

@ -1,6 +1,4 @@
<servicedata>
<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="changesrevision">916539338fab7c6084f6fee78ea4b20158feb8fd</param></service></servicedata>
<param name="changesrevision">ad559ae1f5f4cabdcc59899e20f4d3db78177574</param></service></servicedata>

View File

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

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -17,23 +17,22 @@
%define app_name erlware_commons
Name: erlang-%{app_name}
Version: 0
Release: 0
%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
License: MIT
Group: Development/Libraries/Other
URL: https://github.com/erlware/erlware_commons
Source: %{app_name}-%{version}.tar.xz
Requires: erlang
BuildRequires: erlang
BuildRequires: erlang-cf
BuildRequires: erlang-rebar
# make the tests happy
BuildRequires: git
Requires: erlang
Requires: erlang-cf
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Erlware Commons is an Erlware project focused on all aspects of reusable Erlang components.