diff --git a/_service b/_service
index a44516a..1b1b9d6 100644
--- a/_service
+++ b/_service
@@ -10,7 +10,7 @@
*.tar
- xz
+ gz
diff --git a/lua-TestMore-0.3.6+git2.tar.gz b/lua-TestMore-0.3.6+git2.tar.gz
new file mode 100644
index 0000000..e6efcb7
--- /dev/null
+++ b/lua-TestMore-0.3.6+git2.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:82c1b3d6aaec49d7bbd880eba7740339509317804d08146fcfa4f1e78f1df0f9
+size 22162
diff --git a/lua-testmore.changes b/lua-testmore.changes
index 26e51e5..2092b3e 100644
--- a/lua-testmore.changes
+++ b/lua-testmore.changes
@@ -1,3 +1,8 @@
+-------------------------------------------------------------------
+Fri Mar 29 20:29:57 UTC 2024 - Gordon Leung
+
+- Switch from xz compression to gzip
+
-------------------------------------------------------------------
Wed Jan 25 11:52:07 UTC 2023 - Michal Suchanek
diff --git a/lua-testmore.spec b/lua-testmore.spec
index bcdbd27..dc677a6 100644
--- a/lua-testmore.spec
+++ b/lua-testmore.spec
@@ -1,7 +1,7 @@
#
-# spec file
+# spec file for package lua-testmore
#
-# Copyright (c) 2022 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
@@ -24,9 +24,9 @@ Summary: A Lua port of the Perl Test::More unit testing framework
License: MIT
Group: Development/Languages/Other
URL: https://framagit.org/fperrad/lua-TestMore
-Source: lua-TestMore-%{version}.tar.xz
-BuildRequires: lua-macros
+Source: lua-TestMore-%{version}.tar.gz
BuildRequires: %{flavor}-devel
+BuildRequires: lua-macros
Requires: %{flavor}
%lua_provides
%if "%{flavor}" == ""