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/lightdm] f45: Fix installation of pam files in /usr
Date: Wed, 02 Sep 2026 18:16:30 GMT	[thread overview]
Message-ID: <178837299066.1.6389271020126785248.rpms-lightdm-aab2b9ece775@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/lightdm
Branch : f45
Commit : aab2b9ece775cb9beb0cb8632f2d338edd77184b
Author : Neal Gompa <ngompa@fedoraproject.org>
Date   : 2026-09-02T14:16:08-04:00
Stats  : +2/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/lightdm/c/aab2b9ece775cb9beb0cb8632f2d338edd77184b?branch=f45

Log:
Fix installation of pam files in /usr

---
diff --git a/lightdm.spec b/lightdm.spec
index ed51298..b8485bf 100644
--- a/lightdm.spec
+++ b/lightdm.spec
@@ -202,6 +202,8 @@ rm -fv %{buildroot}%{_libdir}/lib*.la
 %{__rm} -rfv %{buildroot}%{_sysconfdir}/init
 
 # install pam file
+mkdir -p %{buildroot}%{_prefix}
+mv %{buildroot}%{_sysconfdir}/pam.d %{buildroot}%{_prefix}
 %{__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

                 reply	other threads:[~2026-09-02 18:16 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=178837299066.1.6389271020126785248.rpms-lightdm-aab2b9ece775@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