Accepting request 1164991 from home:dancermak:branches:Base:System

switch back to tar_scm to not add deps into Ring0

OBS-URL: https://build.opensuse.org/request/show/1164991
OBS-URL: https://build.opensuse.org/package/show/Base:System/xz?expand=0&rev=159
This commit is contained in:
Danilo Spinella 2024-04-10 13:05:09 +00:00 committed by Git OBS Bridge
parent 02fb01d80f
commit c6659041f7
5 changed files with 8 additions and 11 deletions

View File

@ -1,5 +1,6 @@
<services>
<service name="obs_scm" mode="manual">
<!-- use tar_scm instead of obs_scm as obs_scm drags in too many dependencies into Ring0 -->
<service name="tar_scm" mode="manual">
<param name="url">https://git.tukaani.org/xz.git</param>
<param name="scm">git</param>
<param name="revision">v5.4.6</param>
@ -7,8 +8,7 @@
<param name="changesgenerate">enable</param>
<param name="versionrewrite-pattern">v(.*)</param>
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<service name="recompress" mode="manual">
<param name="file">*.tar</param>
<param name="compression">zst</param>
</service>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:31f8f522274b3c530492c0309d1b51b8a9a999efc72201282601b82ec799635b
size 5001740

3
xz-5.4.6.tar.zst Normal file
View File

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

View File

@ -1,4 +0,0 @@
name: xz
version: 5.4.6
mtime: 1706269280
commit: 6e8732c5a317a349986a4078718f1d95b67072c5

View File

@ -18,7 +18,8 @@
%global flavor @BUILD_FLAVOR@%{nil}
%if "%{flavor}" == "lang"
%global with_lang 1
%global psuffix -lang
# no dash is intentional to prevent name clashes with -lang subpackage
%global psuffix lang
%else
%global with_lang 0
%global psuffix %{nil}