30c0969bef
- Use multibuild to build docu with correct paths and available features. - common-session: move pam_systemd to first position as if the file would have been generated with pam-config - Add vendordir fixes and enhancements from upstream: - 0001-Include-pam_xauth_data.3.xml-in-source-archive-400.patch - 0002-Only-include-vendordir-in-manual-page-if-set-401.patch - 0003-Use-vendor-specific-limits.conf-as-fallback-402.patch OBS-URL: https://build.opensuse.org/request/show/933444 OBS-URL: https://build.opensuse.org/package/show/Linux-PAM/pam?expand=0&rev=254
26 lines
823 B
Diff
26 lines
823 B
Diff
From 00a46bcead2857002ed720f22b558b6f6d349fc8 Mon Sep 17 00:00:00 2001
|
|
From: Thorsten Kukuk <5908016+thkukuk@users.noreply.github.com>
|
|
Date: Tue, 2 Nov 2021 11:45:59 +0100
|
|
Subject: [PATCH 1/3] Include pam_xauth_data.3.xml in source archive (#400)
|
|
|
|
---
|
|
doc/man/Makefile.am | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am
|
|
index 78c891df..c6fd73db 100644
|
|
--- a/doc/man/Makefile.am
|
|
+++ b/doc/man/Makefile.am
|
|
@@ -43,7 +43,7 @@ XMLS = pam.3.xml pam.8.xml \
|
|
pam_item_types_std.inc.xml pam_item_types_ext.inc.xml \
|
|
pam.conf-desc.xml pam.conf-dir.xml pam.conf-syntax.xml \
|
|
misc_conv.3.xml pam_misc_paste_env.3.xml pam_misc_drop_env.3.xml \
|
|
- pam_misc_setenv.3.xml
|
|
+ pam_misc_setenv.3.xml pam_xauth_data.3.xml
|
|
|
|
if ENABLE_REGENERATE_MAN
|
|
PAM.8: pam.8
|
|
--
|
|
2.31.1
|
|
|