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:
parent
02fb01d80f
commit
c6659041f7
6
_service
6
_service
@ -1,5 +1,6 @@
|
|||||||
<services>
|
<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="url">https://git.tukaani.org/xz.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">v5.4.6</param>
|
<param name="revision">v5.4.6</param>
|
||||||
@ -7,8 +8,7 @@
|
|||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="tar" mode="buildtime"/>
|
<service name="recompress" mode="manual">
|
||||||
<service name="recompress" mode="buildtime">
|
|
||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
<param name="compression">zst</param>
|
<param name="compression">zst</param>
|
||||||
</service>
|
</service>
|
||||||
|
@ -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
3
xz-5.4.6.tar.zst
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:efbbd1d2917dd3b1b8e7c691ad287f96792b87c6888efc28482c06dc6e5044e5
|
||||||
|
size 907627
|
@ -1,4 +0,0 @@
|
|||||||
name: xz
|
|
||||||
version: 5.4.6
|
|
||||||
mtime: 1706269280
|
|
||||||
commit: 6e8732c5a317a349986a4078718f1d95b67072c5
|
|
3
xz.spec
3
xz.spec
@ -18,7 +18,8 @@
|
|||||||
%global flavor @BUILD_FLAVOR@%{nil}
|
%global flavor @BUILD_FLAVOR@%{nil}
|
||||||
%if "%{flavor}" == "lang"
|
%if "%{flavor}" == "lang"
|
||||||
%global with_lang 1
|
%global with_lang 1
|
||||||
%global psuffix -lang
|
# no dash is intentional to prevent name clashes with -lang subpackage
|
||||||
|
%global psuffix lang
|
||||||
%else
|
%else
|
||||||
%global with_lang 0
|
%global with_lang 0
|
||||||
%global psuffix %{nil}
|
%global psuffix %{nil}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user