From 1d4102b7065e884abfcd0d619f49e499cfe916bf938dd8269ea88f0f1cde48a4 Mon Sep 17 00:00:00 2001 From: Franck Bui Date: Fri, 18 Aug 2023 06:31:58 +0000 Subject: [PATCH] - Fix incorrect option name when calling pam-config for systemd-homed OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1426 --- systemd.changes | 5 +++++ systemd.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/systemd.changes b/systemd.changes index d6eae517..05c92a54 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Aug 18 06:24:11 UTC 2023 - Franck Bui + +- Fix incorrect option name when calling pam-config for systemd-homed + ------------------------------------------------------------------- Thu Aug 17 09:01:36 UTC 2023 - Johannes Segitz diff --git a/systemd.spec b/systemd.spec index dad3b922..2e1295e2 100644 --- a/systemd.spec +++ b/systemd.spec @@ -1235,14 +1235,14 @@ fi %post homed if [ $1 -eq 1 ]; then - pam-config --add --systemd-homed || : + pam-config --add --systemd_home || : fi %systemd_post systemd-homed.service %preun homed %systemd_preun systemd-homed.service if [ $1 -eq 0 ]; then - pam-config --delete --systemd-homed || : + pam-config --delete --systemd_home || : fi %postun homed