diff --git a/_servicedata b/_servicedata
index 4f04b4b..b04b9bc 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,4 +1,4 @@
https://github.com/rpm-software-management/rpmlint.git
- bda86d8ac4f7518fed268daf38bfa47cf11380dd
\ No newline at end of file
+ 43867d06e7b2f65ed9c483ea3b9ab8893f205d5d
\ No newline at end of file
diff --git a/rpmlint-2.2.0+git20220103.bda86d8.tar.xz b/rpmlint-2.2.0+git20220103.bda86d8.tar.xz
deleted file mode 100644
index 30bfaf1..0000000
--- a/rpmlint-2.2.0+git20220103.bda86d8.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:24b96ac713065ca7e6f45a9325a5d76f3709e29acf4299ebed4c90dea9d93808
-size 6739956
diff --git a/rpmlint-2.2.0+git20220106.43867d0.tar.xz b/rpmlint-2.2.0+git20220106.43867d0.tar.xz
new file mode 100644
index 0000000..df1ffed
--- /dev/null
+++ b/rpmlint-2.2.0+git20220106.43867d0.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9845b550b87fa09aaac9a15ec946771e6c35e60d319409c81261dcb547dd25d0
+size 6740076
diff --git a/rpmlint.changes b/rpmlint.changes
index 55b332d..45ac08c 100644
--- a/rpmlint.changes
+++ b/rpmlint.changes
@@ -1,3 +1,18 @@
+-------------------------------------------------------------------
+Fri Jan 07 12:51:43 UTC 2022 - mliska@suse.cz
+
+- Update to version 2.2.0+git20220106.43867d0:
+ * Use readelf --debug-dump=no-follow-links if available.
+ * Do not use ObjdumpParser if not needed.
+ * Add icingaweb2 group
+ * Filter unused-rpmlintrc-filter for late checks.
+
+-------------------------------------------------------------------
+Wed Jan 05 05:52:40 UTC 2022 - mliska@suse.cz
+
+- Update to version 2.2.0+git20220105.2ac5ee1:
+ * Use different Python package for ZStandard
+
-------------------------------------------------------------------
Mon Jan 03 09:42:35 UTC 2022 - mliska@suse.cz
diff --git a/rpmlint.spec b/rpmlint.spec
index 14ddc81..57bad09 100644
--- a/rpmlint.spec
+++ b/rpmlint.spec
@@ -23,7 +23,7 @@
%define name_suffix -%{flavor}
%endif
Name: rpmlint%{name_suffix}
-Version: 2.2.0+git20220103.bda86d8
+Version: 2.2.0+git20220106.43867d0
Release: 0
Summary: RPM file correctness checker
License: GPL-2.0-or-later
@@ -51,7 +51,7 @@ BuildRequires: python3-pytest-xdist
BuildRequires: python3-pyxdg
BuildRequires: python3-rpm
BuildRequires: python3-toml
-BuildRequires: python3-zstd
+BuildRequires: python3-zstandard
BuildRequires: xz
%ifarch x86_64
BuildRequires: glibc-32bit
@@ -75,7 +75,7 @@ Requires: python3-pyxdg
Requires: python3-rpm
Requires: python3-toml
Requires: python3-xml
-Requires: python3-zstd
+Requires: python3-zstandard
Requires: rpm-build
%endif