public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/lightdm] f45: Move pam configs to /usr
@ 2026-09-02 17:15 Neal Gompa
0 siblings, 0 replies; only message in thread
From: Neal Gompa @ 2026-09-02 17:15 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/lightdm
Branch : f45
Commit : f7b91a7d4231a0d3bf627180b95fe265caa6544a
Author : Neal Gompa <ngompa@fedoraproject.org>
Date : 2026-09-02T13:15:20-04:00
Stats : +3/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/lightdm/c/f7b91a7d4231a0d3bf627180b95fe265caa6544a?branch=f45
Log:
Move pam configs to /usr
---
diff --git a/lightdm.spec b/lightdm.spec
index f022222..ed51298 100644
--- a/lightdm.spec
+++ b/lightdm.spec
@@ -202,8 +202,8 @@ rm -fv %{buildroot}%{_libdir}/lib*.la
%{__rm} -rfv %{buildroot}%{_sysconfdir}/init
# install pam file
-%{__install} -Dpm 0644 %{SOURCE10} %{buildroot}%{_sysconfdir}/pam.d/lightdm
-%{__install} -Dpm 0644 %{SOURCE11} %{buildroot}%{_sysconfdir}/pam.d/lightdm-autologin
+%{__install} -Dpm 0644 %{SOURCE10} %{buildroot}%{_prefix}/lib/pam.d/lightdm
+%{__install} -Dpm 0644 %{SOURCE11} %{buildroot}%{_prefix}/lib/pam.d/lightdm-autologin
%{__install} -Dpm 0644 %{SOURCE12} %{buildroot}%{_prefix}/lib/tmpfiles.d/lightdm.conf
%{__install} -Dpm 0644 %{SOURCE13} %{buildroot}%{_unitdir}/lightdm.service
%{__install} -Dpm 0644 %{SOURCE14} %{buildroot}%{_sysconfdir}/logrotate.d/lightdm
@@ -238,7 +238,7 @@ rm -fv %{buildroot}%{_libdir}/lib*.la
%doc NEWS
%dir %{_sysconfdir}/lightdm/
%dir %{_sysconfdir}/lightdm/lightdm.conf.d
-%config(noreplace) %{_sysconfdir}/pam.d/lightdm*
+%{_prefix}/lib/pam.d/lightdm*
%config(noreplace) %{_sysconfdir}/lightdm/keys.conf
%config(noreplace) %{_sysconfdir}/lightdm/lightdm.conf
%config(noreplace) %{_sysconfdir}/lightdm/users.conf
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-02 17:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-02 17:15 [rpms/lightdm] f45: Move pam configs to /usr Neal Gompa
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox