public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Neal Gompa <ngompa@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/sddm] rawhide: Add support for unlocking oo7 wallets with login
Date: Wed, 02 Sep 2026 16:57:55 GMT [thread overview]
Message-ID: <178836827595.1.11566775367319082535.rpms-sddm-9916a8546161@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/sddm
Branch : rawhide
Commit : 9916a8546161bc471b980f2c8e874b1524fb3984
Author : Neal Gompa <ngompa@fedoraproject.org>
Date : 2026-09-02T12:57:44-04:00
Stats : +7/-1 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/sddm/c/9916a8546161bc471b980f2c8e874b1524fb3984?branch=rawhide
Log:
Add support for unlocking oo7 wallets with login
---
diff --git a/sddm-autologin.pam b/sddm-autologin.pam
index f62fad0..0088304 100644
--- a/sddm-autologin.pam
+++ b/sddm-autologin.pam
@@ -17,4 +17,5 @@ session include system-auth
-session optional pam_gnome_keyring.so auto_start
-session optional pam_kwallet5.so auto_start
-session optional pam_kwallet.so auto_start
+-session optional pam_oo7.so auto_start
session include postlogin
diff --git a/sddm.pam b/sddm.pam
index 34c0777..703815e 100644
--- a/sddm.pam
+++ b/sddm.pam
@@ -3,6 +3,7 @@ auth substack password-auth
-auth optional pam_gnome_keyring.so
-auth optional pam_kwallet5.so
-auth optional pam_kwallet.so
+-auth optional pam_oo7.so
auth include postlogin
account required pam_nologin.so
@@ -20,4 +21,5 @@ session include password-auth
-session optional pam_gnome_keyring.so auto_start
-session optional pam_kwallet5.so auto_start
-session optional pam_kwallet.so auto_start
+-session optional pam_oo7.so auto_start
session include postlogin
diff --git a/sddm.spec b/sddm.spec
index e7e7847..fd45c9d 100644
--- a/sddm.spec
+++ b/sddm.spec
@@ -3,7 +3,7 @@
Name: sddm
Version: 0.21.0
-Release: 15%{?dist}
+Release: 16%{?dist}
License: GPL-2.0-or-later
Summary: QML based desktop and login manager
@@ -307,6 +307,9 @@ ln -sr %{buildroot}%{_bindir}/sddm-greeter-qt6 %{buildroot}%{_bindir}/sddm-greet
%changelog
+* Wed Sep 02 2026 Neal Gompa <ngompa@fedoraproject.org> - 0.21.0-16
+- Add support for unlocking oo7 wallets with login
+
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.21.0-15
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
reply other threads:[~2026-09-02 16:57 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178836827595.1.11566775367319082535.rpms-sddm-9916a8546161@fedoraproject.org \
--to=ngompa@fedoraproject.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox