diff --git a/_servicedata b/_servicedata
index a40a299..bbab2a9 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,4 +1,4 @@
https://github.com/openSUSE/permissions.git
- 475d85d0ce34afbeaf32db2676ee0636e9bd1824
\ No newline at end of file
+ a1c704b3270658924bfb24991952e01f44206876
\ No newline at end of file
diff --git a/permissions-20230602.tar.xz b/permissions-20230602.tar.xz
deleted file mode 100644
index 95b0a92..0000000
--- a/permissions-20230602.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:f2324531a758848ef3d33975da0a72335d6ef4678c26c5c46b6b189e1460da75
-size 47468
diff --git a/permissions-20240206.tar.xz b/permissions-20240206.tar.xz
new file mode 100644
index 0000000..5552f44
--- /dev/null
+++ b/permissions-20240206.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a1fbc6146d4090a8e4febbc515c66cf67456ceb533a1920807a082531f944889
+size 47364
diff --git a/permissions.changes b/permissions.changes
index 3ea81e3..c567c9c 100644
--- a/permissions.changes
+++ b/permissions.changes
@@ -1,3 +1,22 @@
+-------------------------------------------------------------------
+Tue Feb 6 16:42:10 UTC 2024 - Wolfgang Frisch
+
+- Drop superfluous mkdir /usr/share/permissions/permissions.d
+ This is now created by the Makefile. See also
+ commit 5900bc1ffe6275298ded3c96dee03a5c98e4db1c
+
+-------------------------------------------------------------------
+Tue Feb 06 11:06:15 UTC 2024 - paolo.perego@suse.com
+
+- Update to version 20240206:
+ * Whitelisting libgtop_server2 (bsc#1218921)
+ * Removing bogus whitespaces
+ * chkstat: harmonize and transform to a more compact coding and doc style
+ * gitignore: also ignore hidden ctags
+ * build: Create /usr/share/permissions/permissions.d for packagers
+ * profiles: drop /usr/sbin/lockdev which is no longer packaged in Factory
+ * profiles: drop /etc/ftpusers which is no longer shipped in netcfg
+
-------------------------------------------------------------------
Tue Jan 30 12:13:45 UTC 2024 - Dominique Leuenberger
diff --git a/permissions.spec b/permissions.spec
index 8aa1464..9f194c5 100644
--- a/permissions.spec
+++ b/permissions.spec
@@ -16,7 +16,7 @@
#
-%define VERSION_DATE 20230602
+%define VERSION_DATE 20240206
Name: permissions
Version: %{suse_version}_%{VERSION_DATE}
@@ -48,8 +48,6 @@ make %{?_smp_mflags} CXXFLAGS="%{optflags}"
%install
%make_install fillupdir=%{_fillupdir}
-# create directory for packages to place their drop-ins
-mkdir %{buildroot}%{_datadir}/permissions/permissions.d
# Fix shebang in scripts: Remove dependency on /usr/bin/python3,
# making scripts to depends on the real python3 binary, not the link.
# (bsc#1212476)