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/greetd] rawhide: Move pam configs to /usr
Date: Wed, 02 Sep 2026 17:09:57 GMT [thread overview]
Message-ID: <178836899772.1.8465564405125881478.rpms-greetd-f64b9ef68631@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/greetd
Branch : rawhide
Commit : f64b9ef68631b6b87a5f0ca972607a385893f10a
Author : Neal Gompa <ngompa@fedoraproject.org>
Date : 2026-09-02T13:04:51-04:00
Stats : +4/-4 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/greetd/c/f64b9ef68631b6b87a5f0ca972607a385893f10a?branch=rawhide
Log:
Move pam configs to /usr
---
diff --git a/greetd.spec b/greetd.spec
index 121fc51..d7e1334 100644
--- a/greetd.spec
+++ b/greetd.spec
@@ -116,8 +116,8 @@ done
%make_install PREFIX=%{_prefix} -C man
install -D -m644 -vp greetd.service %{buildroot}%{_unitdir}/%{name}.service
install -D -m644 -vp config.toml %{buildroot}%{_sysconfdir}/%{name}/config.toml
-install -D -m644 -vp %{SOURCE101} %{buildroot}%{_sysconfdir}/pam.d/%{name}
-install -D -m644 -vp %{SOURCE102} %{buildroot}%{_sysconfdir}/pam.d/%{name}-greeter
+install -D -m644 -vp %{SOURCE101} %{buildroot}%{_prefix}/lib/pam.d/%{name}
+install -D -m644 -vp %{SOURCE102} %{buildroot}%{_prefix}/lib/pam.d/%{name}-greeter
install -D -m644 -vp %{SOURCE103} %{buildroot}%{_sysusersdir}/%{name}.conf
install -D -m644 -vp %{SOURCE104} %{buildroot}%{_tmpfilesdir}/%{name}.conf
install -d -m750 -vp %{buildroot}%{_sharedstatedir}/%{name}
@@ -177,8 +177,8 @@ fi
%attr(-,%{username},%{username}) %dir %{_sharedstatedir}/%{name}
%dir %{_sysconfdir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}/config.toml
-%config(noreplace) %{_sysconfdir}/pam.d/%{name}
-%config(noreplace) %{_sysconfdir}/pam.d/%{name}-greeter
+%{_prefix}/lib/pam.d/%{name}
+%{_prefix}/lib/pam.d/%{name}-greeter
%{_bindir}/%{name}
%{_bindir}/agreety
%{_mandir}/man1/agreety.1*
reply other threads:[~2026-09-02 17:09 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=178836899772.1.8465564405125881478.rpms-greetd-f64b9ef68631@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