diff --git a/PKGBUILD b/PKGBUILD
index 3c2ccca..a9a22e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=obs-service-tar_scm
-pkgver=0.10.28.1632141620.a8837d3
+pkgver=0.10.29.1634038025.85bfc3f
pkgrel=0
pkgdesc="Source Service for the OpenSUSE Build Service (OBS)"
arch=('any')
diff --git a/_servicedata b/_servicedata
index abd4218..982a60e 100644
--- a/_servicedata
+++ b/_servicedata
@@ -7,4 +7,4 @@
9e8b88b088778c44db56781e6a908a0e82e27cf2
git://github.com/openSUSE/obs-service-tar_scm.git
- a8837d3a97e8eb6640d219514bc21d3dd6be8d3a
\ No newline at end of file
+ 85bfc3fabb06212b49a389afb3310bfbf2996913
\ No newline at end of file
diff --git a/debian.dsc b/debian.dsc
index 7e9547a..3b17057 100644
--- a/debian.dsc
+++ b/debian.dsc
@@ -1,6 +1,6 @@
Format: 1.0
Source: obs-service-tar-scm
-Version: 0.10.28.1632141620.a8837d3
+Version: 0.10.29.1634038025.85bfc3f
Provides: obs-service-obs_scm, obs-service-tar
Binary: obs-service-tar_scm
Maintainer: Adrian Schroeter
diff --git a/obs-service-tar_scm-0.10.28.1632141620.a8837d3.tar.gz b/obs-service-tar_scm-0.10.28.1632141620.a8837d3.tar.gz
deleted file mode 100644
index dea4b1d..0000000
--- a/obs-service-tar_scm-0.10.28.1632141620.a8837d3.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:55ab6e677c8dc7337b5440004cb9d1bf8d7f0a5a46db05720338d853d0ec0814
-size 90699
diff --git a/obs-service-tar_scm-0.10.29.1634038025.85bfc3f.tar.gz b/obs-service-tar_scm-0.10.29.1634038025.85bfc3f.tar.gz
new file mode 100644
index 0000000..0781855
--- /dev/null
+++ b/obs-service-tar_scm-0.10.29.1634038025.85bfc3f.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:97ec5f29ba29b96ae5d689415416d3b0ed0f801165e09274df1acf21b904556a
+size 90848
diff --git a/obs-service-tar_scm.changes b/obs-service-tar_scm.changes
index c05f92f..6b7478e 100644
--- a/obs-service-tar_scm.changes
+++ b/obs-service-tar_scm.changes
@@ -1,3 +1,15 @@
+-------------------------------------------------------------------
+Thu Dec 23 09:01:11 UTC 2021 - FSchreiner@suse.com
+
+- Update to version 0.10.29.1634038025.85bfc3f:
+ * fix test cases
+ * fix various linter problems with pylint 2.11.1
+ * disable consider-using-f-string in pylint
+ * added TC for _stash_pop_required
+ * assertTarIsDeeply now more verbose in case of failure
+ * remove tearDown/Trace from testenv.py
+ * fix regression to keep local changes when running in osc
+
-------------------------------------------------------------------
Mon Sep 20 13:35:30 UTC 2021 - FSchreiner@suse.com
diff --git a/obs-service-tar_scm.spec b/obs-service-tar_scm.spec
index 3535e29..29649cf 100644
--- a/obs-service-tar_scm.spec
+++ b/obs-service-tar_scm.spec
@@ -16,7 +16,7 @@
#
-%if 0%{?fedora_version}%{?rhel}
+%if 0%{?fedora_version}%{?centos_version}%{?rhel_version}%{?almalinux}
%define _pkg_base %nil
%else
%define _pkg_base -base
@@ -40,7 +40,7 @@
ExclusiveArch: skip-build
%endif
-%if 0%{?suse_version} >= 1315 || 0%{?fedora_version} >= 29 || 0%{?rhel} >= 8
+%if 0%{?suse_version} >= 1315 || 0%{?fedora_version} >= 29 || 0%{?centos_version} >= 800 || 0%{?rhel_version} >= 800 || 0%{?almalinux} >= 8
%bcond_without python3
%else
%bcond_with python3
@@ -71,14 +71,14 @@ ExclusiveArch: skip-build
%endif
%endif
-%if 0%{?fedora_version} || 0%{?rhel}
-%if 0%{?fedora_version} >= 29 || 0%{?rhel} >= 8
+%if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version} || 0%{?scientificlinux_version} || 0%{?almalinux}
+%if 0%{?fedora_version} >= 29 || 0%{?rhel_version} >= 800 || 0%{?centos_version} >= 800 || 0%{?almalinux} >= 8
%define pyyaml_package %{use_python}-PyYAML
%else
%define pyyaml_package PyYAML
%endif
-%if 0%{?fedora_version} >= 24 || 0%{?rhel} >= 8
+%if 0%{?fedora_version} >= 24 || 0%{?rhel_version} >= 800 || 0%{?centos_version} >= 800 || 0%{?almalinux} >= 8
%define locale_package glibc-langpack-en
%else
%define locale_package glibc-common
@@ -92,7 +92,7 @@ ExclusiveArch: skip-build
# Mageia 8 has package names python-*
# but requires python3 in shebang
-%if 0%{?mageia} >= 8 || 0%{?rhel} >= 8
+%if 0%{?mageia} >= 8 || 0%{?centos_version} >= 800 || 0%{?rhel_version} >= 800 || 0%{?almalinux} >= 8
%define python_path %{_bindir}/python3
%else
%define python_path %{_bindir}/%{use_python}
@@ -119,8 +119,8 @@ Recommends: %{use_python}-keyrings.alt \
%define pkg_name obs-service-tar_scm
Name: %{pkg_name}%{nsuffix}
-%define version_unconverted 0.10.28.1632141620.a8837d3
-Version: 0.10.28.1632141620.a8837d3
+%define version_unconverted 0.10.29.1634038025.85bfc3f
+Version: 0.10.29.1634038025.85bfc3f
Release: 0
Summary: An OBS source service: create tar ball from svn/git/hg
License: GPL-2.0-or-later