diff --git a/_service b/_service
new file mode 100644
index 0000000..fbbd978
--- /dev/null
+++ b/_service
@@ -0,0 +1,3 @@
+
+
+
diff --git a/podman-compose-1.0.3.tar.gz b/podman-compose-1.0.3.tar.gz
deleted file mode 100644
index 1f3d6ea..0000000
--- a/podman-compose-1.0.3.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:9c9fe8249136e45257662272ade33760613e2d9ca6153269e1e970400ea14675
-size 21424
diff --git a/podman-compose-1.0.6.tar.gz b/podman-compose-1.0.6.tar.gz
new file mode 100644
index 0000000..1a73f9b
--- /dev/null
+++ b/podman-compose-1.0.6.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2db235049fca50a5a4ffd511a917808c960dacb8defd5481dd8b36a77d4da2e5
+size 34063
diff --git a/python-podman-compose.changes b/python-podman-compose.changes
index 067ab84..550384d 100644
--- a/python-podman-compose.changes
+++ b/python-podman-compose.changes
@@ -1,3 +1,10 @@
+-------------------------------------------------------------------
+Thu Apr 13 13:32:55 UTC 2023 - Johannes Kastl
+
+- update to 1.0.6
+ - no CHANGELOG available upstream or in PyPi
+- add _service file
+
-------------------------------------------------------------------
Thu Jun 30 06:11:27 UTC 2022 - Johannes Kastl
diff --git a/python-podman-compose.spec b/python-podman-compose.spec
index a08cc14..d4ee3d7 100644
--- a/python-podman-compose.spec
+++ b/python-podman-compose.spec
@@ -1,7 +1,7 @@
#
-# spec file for package python-podman-compose
+# spec file
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,10 +17,8 @@
%global src_name podman-compose
-%define skip_python2 1
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-%{src_name}
-Version: 1.0.3
+Version: 1.0.6
Release: 0
Summary: A script to run docker-compose using podman
License: GPL-2.0-only
@@ -38,7 +36,7 @@ Requires: python-PyYAML
Requires: python-python-dotenv
Requires: python-setuptools
Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(postun):update-alternatives
BuildArch: noarch
Provides: podman-compose = %{version}
Obsoletes: podman-compose < %{version}