Dominique Leuenberger 7 months ago committed by Git OBS Bridge
commit bbdea959ff

@ -1,10 +1,13 @@
<services>
<service name="obs_scm" mode="manual">
<service name="tar_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://github.com/openSUSE/libalternatives.git</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@.%h</param>
<param name="revision">b848aad</param>
<param name="changesgenerate">enable</param>
</service>
<service mode="buildtime" name="tar"/>
<service mode="manual" name="recompress">
<param name="file">*.tar</param>
<param name="compression">zstd</param>
</service>
</services>

@ -0,0 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/openSUSE/libalternatives.git</param>
<param name="changesrevision">b848aadddf4b24c547b5a9ce73f56f2ace9199f8</param></service></servicedata>

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:00adb6a7079f97a64ce72ea1c85a75efc4ee5e3577492a499200d1f0184ad4a8
size 179723

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:06f44c975f33c53d64d41079ca9569ab9cd06be0fba0408fcef189079ad9d328
size 38895

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Nov 14 10:26:50 UTC 2022 - dmueller@suse.com
- switch to a manual service rather than a buildtime tar service
which introduces a bootstrap cycle between python and tar_scm
-------------------------------------------------------------------
Tue Sep 14 09:12:40 UTC 2021 - adam.majer@suse.de

@ -1,5 +0,0 @@
name: libalternatives
version: v1.2+3.b848aad
mtime: 1631610488
commit: b848aadddf4b24c547b5a9ce73f56f2ace9199f8

@ -1,7 +1,7 @@
#
# spec file for package libalternatives
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -23,11 +23,12 @@ Version: 1.2+3.b848aad
Release: 0
Summary: Helper for executing preferred application based on user preferences
License: GPL-3.0-or-later AND LGPL-3.0-or-later
URL: https://github.com/AdamMajer/libalternative.git
Source0: libalternatives-v%{version}.tar
URL: https://github.com/openSUSE/libalternatives
Source0: libalternatives-v%{version}.tar.zst
BuildRequires: cmake > 3.8
BuildRequires: cunit-devel
BuildRequires: gcc
BuildRequires: zstd
%description
libalternatives is a helper that executes an application based on

Loading…
Cancel
Save