diff --git a/_servicedata b/_servicedata
index e4dd00f..bc6d6ba 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,4 +1,4 @@
https://github.com/rpm-software-management/rpmlint.git
- 96c1ac0d7303a1b0bd27305a3a8a75058363eae3
\ No newline at end of file
+ f239521912348dfe6bbd0b7a702d61a1c22a13b0
\ No newline at end of file
diff --git a/disable-flake-and-cov.patch b/disable-flake-and-cov.patch
index 156b578..659f448 100644
--- a/disable-flake-and-cov.patch
+++ b/disable-flake-and-cov.patch
@@ -1,10 +1,10 @@
diff --git a/setup.cfg b/setup.cfg
-index 098f636..0ccb9dc 100644
+index f9d99831..3ef7694a 100644
--- a/setup.cfg
+++ b/setup.cfg
-@@ -10,4 +10,4 @@ import-order-style = google
+@@ -12,4 +12,4 @@ import-order-style = google
application-import-names = Testing
[tool:pytest]
--addopts = -vv --cov=rpmlint -n auto
-+addopts = -vv -n auto
+-addopts = -vv --cov=rpmlint -n auto -p no:legacypath
++addopts = -vv -n auto -p no:legacypath
diff --git a/rpmlint-2.4.0+git20230324.96c1ac0.tar.xz b/rpmlint-2.4.0+git20230324.96c1ac0.tar.xz
deleted file mode 100644
index a46f938..0000000
--- a/rpmlint-2.4.0+git20230324.96c1ac0.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:5b811e4f3defc1864870dbc569bb6bee19a29b08e345a310e03d3dce02a74ab5
-size 6931408
diff --git a/rpmlint-2.4.0+git20230327.f239521.tar.xz b/rpmlint-2.4.0+git20230327.f239521.tar.xz
new file mode 100644
index 0000000..2c1d03d
--- /dev/null
+++ b/rpmlint-2.4.0+git20230327.f239521.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:085a2841d0edc3bcc865e98e911d9a9c566171a5c904a5a51fe27fec64ecae88
+size 7033552
diff --git a/rpmlint.changes b/rpmlint.changes
index 9208c5b..cf18e04 100644
--- a/rpmlint.changes
+++ b/rpmlint.changes
@@ -1,3 +1,13 @@
+-------------------------------------------------------------------
+Mon Mar 27 15:02:22 UTC 2023 - mliska@suse.cz
+
+- Update to version 2.4.0+git20230327.f239521:
+ * stringToVersion: make epoch always an integer
+ * pytest: use tmp_path mock instead of tmpdir
+ * pytest: disable legacypath
+ * Replace one more usage of tmpdir in a test.
+ * Pytest documentation recommends refactoring "tmpdir" to "tmp_path"
+
-------------------------------------------------------------------
Fri Mar 24 14:27:31 UTC 2023 - mliska@suse.cz
diff --git a/rpmlint.spec b/rpmlint.spec
index eb06f3f..529948b 100644
--- a/rpmlint.spec
+++ b/rpmlint.spec
@@ -23,7 +23,7 @@
%define name_suffix -%{flavor}
%endif
Name: rpmlint%{name_suffix}
-Version: 2.4.0+git20230324.96c1ac0
+Version: 2.4.0+git20230327.f239521
Release: 0
Summary: RPM file correctness checker
License: GPL-2.0-or-later