diff --git a/_service b/_service
new file mode 100644
index 0000000..18cfdf4
--- /dev/null
+++ b/_service
@@ -0,0 +1,14 @@
+
+
+ https://github.com/SUSE/pam-config.git
+ git
+ enable
+ pam-config
+ 2.11+git.%cd
+
+
+ *.tar
+ xz
+
+
+
diff --git a/_servicedata b/_servicedata
new file mode 100644
index 0000000..bcba6b2
--- /dev/null
+++ b/_servicedata
@@ -0,0 +1,6 @@
+
+
+ https://github.com/SUSE/pam-config.git
+
+e73a167a7d18cc62c09707ae84c87a4dd20de849
+
\ No newline at end of file
diff --git a/pam-config-2.11+git.20240411.tar.xz b/pam-config-2.11+git.20240411.tar.xz
new file mode 100644
index 0000000..0897b58
--- /dev/null
+++ b/pam-config-2.11+git.20240411.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6e819e7dc1e3990e2313a136cc9a08ac282f22803148d9d7dcb646a03208147b
+size 146436
diff --git a/pam-config-2.11.tar.xz b/pam-config-2.11.tar.xz
deleted file mode 100644
index adf9a6c..0000000
--- a/pam-config-2.11.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:e7223ddc49f4f880304f81e1f7a00c81a667fca36fb2e1bcff097fa7c2050480
-size 268416
diff --git a/pam-config.changes b/pam-config.changes
index 71e9ed6..9ada42c 100644
--- a/pam-config.changes
+++ b/pam-config.changes
@@ -1,3 +1,11 @@
+-------------------------------------------------------------------
+Thu Apr 11 08:55:34 UTC 2024 - kukuk@suse.com
+
+- Update to version 2.11+git.20240411:
+ * Configure Himmelblau correctly w/ other services present
+ * Configure other services correctly w/ Himmelblau present
+ * Himmelblau session is only optional
+
-------------------------------------------------------------------
Tue Feb 13 10:59:28 UTC 2024 - Thorsten Kukuk
diff --git a/pam-config.spec b/pam-config.spec
index 860bbae..1a289e8 100644
--- a/pam-config.spec
+++ b/pam-config.spec
@@ -17,7 +17,7 @@
Name: pam-config
-Version: 2.11
+Version: 2.11+git.20240411
Release: 0
Summary: Utility to modify common PAM configuration files
License: GPL-2.0-only
@@ -26,6 +26,9 @@ URL: https://github.com/SUSE/pam-config
Source: %{name}-%{version}.tar.xz
# Do not show some rpmlint errors.
Source1: pam-config-rpmlintrc
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: docbook-xsl-stylesheets
PreReq: pam >= 1.3.0
Recommends: pam_pwquality
@@ -40,6 +43,7 @@ add/adjust/remove other PAM modules and their options.
%setup -q
%build
+./autogen.sh
%configure
%make_build