From d39f10ab514bf608b6a06066caac6024611f4d06 Mon Sep 17 00:00:00 2001 From: sbradnick <> Date: Jul 11 2024 19:22:13 +0000 Subject: Update wsl-appx to version 1 / rev 15 via SR 1186895 https://build.opensuse.org/request/show/1186895 by user sbradnick + anag+factory Automatic submission by obs-autosubmit - Adding OARCH variable to 'Include BCI free rpm repository also in SLE WSL' in Virtualization:WSL/kiwi-images-wsl --- diff --git a/.files b/.files index 0a514f0..b4048fd 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 688a35b..91934d1 100644 --- a/.rev +++ b/.rev @@ -156,4 +156,14 @@ <comment>Automatic submission by obs-autosubmit</comment> <requestid>1107961</requestid> </revision> + <revision rev="15" vrev="15"> + <srcmd5>6302e1199cc9424deb88d63638bd4706</srcmd5> + <version>1</version> + <time>1720722841</time> + <user>anag+factory</user> + <comment>Automatic submission by obs-autosubmit +- Adding OARCH variable to 'Include BCI free rpm repository also in SLE WSL' + in Virtualization:WSL/kiwi-images-wsl</comment> + <requestid>1186895</requestid> + </revision> </revisionlist> diff --git a/wsl-appx.changes b/wsl-appx.changes index ab50f48..bfe6bb0 100644 --- a/wsl-appx.changes +++ b/wsl-appx.changes @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Thu Jul 11 14:29:06 UTC 2024 - Scott Bradnick <scott.bradnick@suse.com> + +- Adding OARCH variable to 'Include BCI free rpm repository also in SLE WSL' + in Virtualization:WSL/kiwi-images-wsl + +------------------------------------------------------------------- Tue Aug 22 13:39:42 UTC 2023 - Scott Bradnick <scott.bradnick@suse.com> - Adding code to remove " Server" from PRETTY_NAME diff --git a/wsl-appx.spec b/wsl-appx.spec index b9c909f..b6d0b28 100644 --- a/wsl-appx.spec +++ b/wsl-appx.spec @@ -1,7 +1,7 @@ # # spec file for package wsl-appx # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -110,6 +110,7 @@ SHORT_NAME="${PRETTY_NAME::35}" # Substitute these digits with an actual release number during kiwi # image build using OBS source services. RELEASE="0.0" +OARCH="%_arch" ARCH="%_arch" case "$ARCH" in x86_64) ARCH="x64" ;; @@ -139,7 +140,7 @@ else VERSION=`printf "%d.%d.%d.0" "${VERSION_ID//\./}" "${RELEASE%.*}" "${RELEASE#*.}"` fi -for i in PRETTY_NAME APPID IDENTITYAPPID ARCH PUBLISHER PUBLISHER_DISPLAY_NAME VERSION LAUNCHERNAME MAJOR_VER SP_VER SHORT_NAME; do +for i in PRETTY_NAME APPID IDENTITYAPPID OARCH ARCH PUBLISHER PUBLISHER_DISPLAY_NAME VERSION LAUNCHERNAME MAJOR_VER SP_VER SHORT_NAME; do eval echo "\"$i='\$$i'\"" done > .settings cp -v .settings files/DOTsettings