diff --git a/_servicedata b/_servicedata
index 79b9b09..0d6fa5f 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,4 +1,4 @@
https://github.com/openSUSE/suse-module-tools.git
- 2e7447774e720050841ea03eb9f8447191eeffde
\ No newline at end of file
+ 65af4fbcd4584af98f6ab2f86aa5a17cf02d2b82
\ No newline at end of file
diff --git a/suse-module-tools-16.0.43.obscpio b/suse-module-tools-16.0.43.obscpio
deleted file mode 100644
index 2c809fc..0000000
--- a/suse-module-tools-16.0.43.obscpio
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:a5cf75a33501c2c189d4c31715e4a445900c539ffd8c5cf5e108b38399d38820
-size 120331
diff --git a/suse-module-tools-16.0.44.obscpio b/suse-module-tools-16.0.44.obscpio
new file mode 100644
index 0000000..7b4bbbe
--- /dev/null
+++ b/suse-module-tools-16.0.44.obscpio
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:87041fbcb0fc411e214072b5d473ff0172a6b070f20341acee880826ff45f14a
+size 121355
diff --git a/suse-module-tools.changes b/suse-module-tools.changes
index b0440d1..411a9a6 100644
--- a/suse-module-tools.changes
+++ b/suse-module-tools.changes
@@ -1,3 +1,11 @@
+-------------------------------------------------------------------
+Wed May 22 18:32:42 UTC 2024 - Martin Wilck
+
+- Update to version 16.0.44:
+ * Include unblacklist in initramfs (bsc#1224320)
+ * regenerate-initrd-posttrans: run update-bootloader --refresh for XEN
+ (bsc#1223278)
+
-------------------------------------------------------------------
Wed Jan 31 12:02:16 UTC 2024 - Martin Wilck
diff --git a/suse-module-tools.obsinfo b/suse-module-tools.obsinfo
index 142a00a..692235b 100644
--- a/suse-module-tools.obsinfo
+++ b/suse-module-tools.obsinfo
@@ -1,4 +1,4 @@
name: suse-module-tools
-version: 16.0.43
-mtime: 1705070353
-commit: 2e7447774e720050841ea03eb9f8447191eeffde
+version: 16.0.44
+mtime: 1716402609
+commit: 65af4fbcd4584af98f6ab2f86aa5a17cf02d2b82
diff --git a/suse-module-tools.spec b/suse-module-tools.spec
index 051f826..a9a76c6 100644
--- a/suse-module-tools.spec
+++ b/suse-module-tools.spec
@@ -20,6 +20,7 @@
# This assumes post-usr-merge (20210527) for Tumbleweed
%global modprobe_dir /usr/lib/modprobe.d
%global depmod_dir /usr/lib/depmod.d
+%global dracutlibdir %{_prefix}/lib/dracut
%global with_kernel_sysctl 1
# boot_sysctl may be dropped on TW when we can assume that nobody keeps
# kernel packages around that store sysctl files under /boot
@@ -36,7 +37,7 @@
%global modprobe_conf_rpmsave %(echo "%{modprobe_conf_files}" | sed 's,\\([^ ]*\\),%{_sysconfdir}/modprobe.d/\\1.conf.rpmsave,g')
Name: suse-module-tools
-Version: 16.0.43
+Version: 16.0.44
Release: 0
Summary: Configuration for module loading and SUSE-specific utilities for KMPs
License: GPL-2.0-or-later
@@ -126,6 +127,8 @@ for i in "pre" "preun" "post" "posttrans" "postun" ; do
ln -s rpm-script %{buildroot}/usr/lib/module-init-tools/kernel-scriptlets/rpm-$i
done
+install -d -m 755 %{buildroot}%{dracutlibdir}/dracut.conf.d
+install -pm 644 10-unblacklist.conf %{buildroot}%{dracutlibdir}/dracut.conf.d
install -d -m 755 "%{buildroot}%{_prefix}/bin"
# systemd service(s) to load kernel-specific sysctl settings
@@ -232,6 +235,8 @@ exit 0
%{_unitdir}/systemd-sysctl.service.d
%{_modulesloaddir}
%{_udevrulesdir}
+%dir %{dracutlibdir}
+%{dracutlibdir}/dracut.conf.d
%ifarch ppc64 ppc64le
/usr/lib/systemd/system-generators
%endif