SHA256
3
0
forked from pool/pam

Accepting request 603146 from home:jmoellers:branches:Linux-PAM

OBS-URL: https://build.opensuse.org/request/show/603146
OBS-URL: https://build.opensuse.org/package/show/Linux-PAM/pam?expand=0&rev=175
This commit is contained in:
Josef Möllers 2018-05-02 14:44:06 +00:00 committed by Git OBS Bridge
parent bd76b462a6
commit 74bd51166b
3 changed files with 40 additions and 1 deletions

View File

@ -0,0 +1,31 @@
Index: Linux-PAM-1.3.0/modules/pam_umask/pam_umask.8.xml
===================================================================
--- Linux-PAM-1.3.0.orig/modules/pam_umask/pam_umask.8.xml
+++ Linux-PAM-1.3.0/modules/pam_umask/pam_umask.8.xml
@@ -48,22 +48,22 @@
<itemizedlist>
<listitem>
<para>
- umask= argument
+ umask= entry in the user's GECOS field
</para>
</listitem>
<listitem>
<para>
- umask= entry in the user's GECOS field
+ umask= argument
</para>
</listitem>
<listitem>
<para>
- UMASK= entry from /etc/default/login
+ UMASK= entry from /etc/login.defs
</para>
</listitem>
<listitem>
<para>
- UMASK entry from /etc/login.defs
+ UMASK= entry from /etc/default/login
</para>
</listitem>
</itemizedlist>

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed May 2 12:32:40 UTC 2018 - josef.moellers@suse.com
- Changed order of configuration files to reflect actual code.
[bsc#1089884, pam-fix-config-order-in-manpage.patch]
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 22 15:10:42 UTC 2018 - fvogt@suse.com Thu Feb 22 15:10:42 UTC 2018 - fvogt@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package pam # spec file for package pam
# #
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2018 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -64,6 +64,7 @@ Patch0: fix-man-links.dif
Patch2: pam-limit-nproc.patch Patch2: pam-limit-nproc.patch
Patch3: encryption_method_nis.diff Patch3: encryption_method_nis.diff
Patch4: pam-hostnames-in-access_conf.patch Patch4: pam-hostnames-in-access_conf.patch
Patch5: pam-fix-config-order-in-manpage.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
# Remove with next version update: # Remove with next version update:
BuildRequires: autoconf BuildRequires: autoconf
@ -115,6 +116,7 @@ building both PAM-aware applications and modules for use with PAM.
%patch2 -p1 %patch2 -p1
%patch3 -p0 %patch3 -p0
%patch4 -p0 %patch4 -p0
%patch5 -p1
%build %build
autoreconf -fiv autoreconf -fiv