diff --git a/_servicedata b/_servicedata
index 2906916..77cb106 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,4 +1,4 @@
https://github.com/rpm-software-management/rpmlint.git
- 4b34bab6d7cdbe304e0c01e80de9b72c63818bbc
\ No newline at end of file
+ 276506d8f48cfeaa818d94c031171a72417d5091
\ No newline at end of file
diff --git a/rpmlint-2.4.0+git20231006.4b34bab.tar.xz b/rpmlint-2.4.0+git20231006.4b34bab.tar.xz
deleted file mode 100644
index 4ffb73f..0000000
--- a/rpmlint-2.4.0+git20231006.4b34bab.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:536c2cbf94bddef38be4f2d530b6426a0bf0b09d39976880920b10fb6b758c31
-size 6869264
diff --git a/rpmlint-2.4.0+git20231010.276506d.tar.xz b/rpmlint-2.4.0+git20231010.276506d.tar.xz
new file mode 100644
index 0000000..1b29ef2
--- /dev/null
+++ b/rpmlint-2.4.0+git20231010.276506d.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e8f4cd1d9ba45d241d13775b263823e86bd38c625a18f124481aae2d186f1756
+size 6869016
diff --git a/rpmlint.changes b/rpmlint.changes
index 59177f4..d5dc6e2 100644
--- a/rpmlint.changes
+++ b/rpmlint.changes
@@ -1,3 +1,17 @@
+-------------------------------------------------------------------
+Wed Oct 11 08:57:44 UTC 2023 - Daniel Garcia
+
+- Use %pyproject_wheel to build the package
+
+-------------------------------------------------------------------
+Tue Oct 10 11:54:23 UTC 2023 - wolfgang.frisch@suse.com
+
+- Update to version 2.4.0+git20231010.276506d:
+ * dbus-services: adjust to etc -> usr move in thermald (bsc#1215873)
+ * dbus-services: remove obsolete entry for sysprof
+ * Use "int" as defaultdict factory instead of lambda
+ * test: Replace bin in test_zypp_syntax
+
-------------------------------------------------------------------
Fri Oct 06 12:11:12 UTC 2023 - filippo.bonazzi@suse.com
diff --git a/rpmlint.spec b/rpmlint.spec
index e832032..1fc8a5b 100644
--- a/rpmlint.spec
+++ b/rpmlint.spec
@@ -23,7 +23,7 @@
%define name_suffix -%{flavor}
%endif
Name: rpmlint%{name_suffix}
-Version: 2.4.0+git20231006.4b34bab
+Version: 2.4.0+git20231010.276506d
Release: 0
Summary: RPM file correctness checker
License: GPL-2.0-or-later
@@ -32,7 +32,9 @@ Source0: rpmlint-%{version}.tar.xz
Patch0: disable-flake-and-cov.patch
BuildRequires: fdupes
BuildRequires: python-rpm-macros
+BuildRequires: python3-pip
BuildRequires: python3-setuptools
+BuildRequires: python3-wheel
BuildArch: noarch
%if "%{flavor}" == "test"
BuildRequires: appstream-glib
@@ -92,7 +94,7 @@ source packages can be checked.
%build
%if "%{flavor}" != "strict"
-%python3_build
+%python3_pyproject_wheel
%endif
%install
@@ -102,7 +104,7 @@ install -m644 configs/openSUSE/scoring-strict.override.toml %{buildroot}%{_sysco
%endif
%if "%{flavor}" == ""
-%python3_install
+%python3_pyproject_install
fdupes %{buildroot}%{python3_sitelib}
install -m644 configs/openSUSE/* %{buildroot}%{_sysconfdir}/xdg/rpmlint
rm %{buildroot}%{_sysconfdir}/xdg/rpmlint/scoring-strict.override.toml