File project.diff of Package python-kiwi
--- python-kiwi.changes.orig
+++ python-kiwi.changes
@@ -86,6 +86,12 @@ Sat Jan 18 17:53:07 CET 2025 - Marcus Sc
This is a followup change to bsc#1235448
-------------------------------------------------------------------
+Thu Jan 16 18:09:43 UTC 2025 - Scott Bradnick <scott.bradnick@suse.com>
+
+- Switching to producing a `.tar.gz` file vs. `.tar.xz` for `image="tbz"` as
+ I've been informed WSLv1 doesn't play nice with `.xz`
+
+-------------------------------------------------------------------
Tue Jan 14 10:52:43 CET 2025 - Marcus Schäfer <marcus.schaefer@gmail.com>
- Drop still present tox artifacts
--- python-kiwi.spec.orig
+++ python-kiwi.spec
@@ -1,4 +1,4 @@
-#
+
# spec file for package kiwi
#
# Copyright (c) 2023 SUSE LLC
@@ -68,6 +68,7 @@ Source1: %{name}-rpmlintrc
# SUSE-specific patches (1001+)
## PATCH-FIX-OPENSUSE kiwi-revert-bls-default-for-suse.patch -- temporary until opensuse has bls
Patch1001: kiwi-revert-bls-default-for-suse.patch
+Patch1002: xz2gz4wsl.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?fedora} || 0%{?suse_version}
BuildRequires: fdupes
@@ -682,6 +683,7 @@ of subcommands, parameters and keywords
%prep
%setup -q -n kiwi-%{version}
+%patch -P 1002 -p 0
%if 0%{?suse_version}
# Temporarily revert grub-bls default to false for SUSE distributions