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/cosmic-greeter] rawhide: Add support for unlocking oo7 keyrings with login
Date: Wed, 02 Sep 2026 18:11:04 GMT [thread overview]
Message-ID: <178837266433.1.2341628256697892147.rpms-cosmic-greeter-938280e3a76b@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/cosmic-greeter
Branch : rawhide
Commit : 938280e3a76b138f52ab636e19e85c36d4a174f7
Author : Neal Gompa <ngompa@fedoraproject.org>
Date : 2026-09-02T14:09:44-04:00
Stats : +4/-2 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/cosmic-greeter/c/938280e3a76b138f52ab636e19e85c36d4a174f7?branch=rawhide
Log:
Add support for unlocking oo7 keyrings with login
---
diff --git a/cosmic-greeter.spec b/cosmic-greeter.spec
index f4813cc..e0c33e1 100644
--- a/cosmic-greeter.spec
+++ b/cosmic-greeter.spec
@@ -101,7 +101,7 @@ install -Dm0644 debian/cosmic-greeter.tmpfiles %{buildroot}/%{_tmpfilesdir}/cosm
install -Dm0644 cosmic-greeter.toml %{buildroot}/%{_sysconfdir}/greetd/cosmic-greeter.toml
install -Dm0644 debian/cosmic-greeter.service %{buildroot}/%{_unitdir}/cosmic-greeter.service
install -Dm0644 debian/cosmic-greeter-daemon.service %{buildroot}/%{_unitdir}/cosmic-greeter-daemon.service
-install -Dm0644 debian/greetd.pam %{buildroot}/%{_sysconfdir}/pam.d/cosmic-greeter
+install -Dm0644 debian/cosmic-greeter.pam %{buildroot}/%{_prefix}/lib/pam.d/cosmic-greeter
# TODO: In greetd patch, make sure gnome-keyring is unlocked
@@ -142,7 +142,7 @@ export VERGEN_GIT_SHA="%{commit}"
%{_sysconfdir}/greetd/cosmic-greeter.toml
%{_unitdir}/cosmic-greeter.service
%{_unitdir}/cosmic-greeter-daemon.service
-%{_sysconfdir}/pam.d/cosmic-greeter
+%{_prefix}/lib/pam.d/cosmic-greeter
%changelog
%autochangelog
diff --git a/include-greetd.patch b/include-greetd.patch
index 73527ae..d673d2a 100644
--- a/include-greetd.patch
+++ b/include-greetd.patch
@@ -9,6 +9,7 @@ index 0000000..52df2fe
+-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_sepermit.so
@@ -26,4 +27,5 @@ index 0000000..52df2fe
+-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
reply other threads:[~2026-09-02 18:11 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=178837266433.1.2341628256697892147.rpms-cosmic-greeter-938280e3a76b@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