diff --git a/configs/openSUSE/dbus-services.toml b/configs/openSUSE/dbus-services.toml index 5156ac891..4055374c1 100644 --- a/configs/openSUSE/dbus-services.toml +++ b/configs/openSUSE/dbus-services.toml @@ -1077,10 +1077,10 @@ hash = "89a2ce5a4c6ebd7cb471f820a28fbd2dd418e377cb2ed0eaea1af59840c1dabd" [[FileDigestGroup]] -package = "systemd-experimental" +package = "systemd-homed" type = "dbus" note = "systemd-homed helper service for providing portable home directory containers" -bug = "bsc#1185285" +bugs = ["bsc#1185285", "bsc#1213692"] nodigests = [ "/usr/share/dbus-1/system.d/org.freedesktop.home1.conf", "/usr/share/dbus-1/system-services/org.freedesktop.home1.service", diff --git a/configs/openSUSE/pam-modules.toml b/configs/openSUSE/pam-modules.toml index 73ad1127a..5b4794a80 100644 --- a/configs/openSUSE/pam-modules.toml +++ b/configs/openSUSE/pam-modules.toml @@ -230,10 +230,10 @@ nodigests = [ ] [[FileDigestGroup]] -package = "systemd-experimental" +package = "systemd-homed" type = "pam" -note = "Imported as part of the rpmlint2 migration" -bug = "bsc#1185285" +note = "authentication and session-time mount of per-user (portable, encrypted) home directories" +bugs = ["bsc#1185285", "bsc#1213692"] nodigests = [ "*/security/pam_systemd_home.so", ]