Change-Id: Ia227555e2179562a89f0da6b490830a8fbf76b56
Reviewed-on: http://photon-jenkins.eng.vmware.com/766
Tested-by: jenkins-photon <wangnan2015@hotmail.com>
Reviewed-by: Sharath George
| ... | ... |
@@ -1,7 +1,7 @@ |
| 1 | 1 |
Summary: Programs for handling passwords in a secure way |
| 2 | 2 |
Name: shadow |
| 3 | 3 |
Version: 4.2.1 |
| 4 |
-Release: 3%{?dist}
|
|
| 4 |
+Release: 4%{?dist}
|
|
| 5 | 5 |
URL: http://pkg-shadow.alioth.debian.org/ |
| 6 | 6 |
License: BSD |
| 7 | 7 |
Group: Applications/System |
| ... | ... |
@@ -9,8 +9,8 @@ Vendor: VMware, Inc. |
| 9 | 9 |
Distribution: Photon |
| 10 | 10 |
Source0: http://pkg-shadow.alioth.debian.org/releases/%{name}-%{version}.tar.xz
|
| 11 | 11 |
%define sha1 shadow=0917cbadd4ce0c7c36670e5ecd37bbed92e6d82d |
| 12 |
-Source1: PAM-Configuration-Files-1.2.tar.gz |
|
| 13 |
-%define sha1 PAM=ce8ae30a91a541f519ec5daed3e793d618f42432 |
|
| 12 |
+Source1: PAM-Configuration-Files-1.3.tar.gz |
|
| 13 |
+%define sha1 PAM=35b491506cefbafeb63a86a89084775123be971b |
|
| 14 | 14 |
Patch0: chkname-allowcase.patch |
| 15 | 15 |
BuildRequires: cracklib |
| 16 | 16 |
BuildRequires: cracklib-devel |
| ... | ... |
@@ -101,6 +101,8 @@ done |
| 101 | 101 |
%{_mandir}/*/*
|
| 102 | 102 |
%{_sysconfdir}/pam.d/*
|
| 103 | 103 |
%changelog |
| 104 |
+* Mon May 2 2016 Xiaolin Li <xiaolinl@vmware.com> 4.2.1-4 |
|
| 105 |
+- Enabling pam_systemd module in a session. |
|
| 104 | 106 |
* Fri Apr 29 2016 Divya Thaluru <dthaluru@vmware.com> 4.2.1-3 |
| 105 | 107 |
- Setting password aging limits to 90 days |
| 106 | 108 |
* Wed Apr 27 2016 Divya Thaluru <dthaluru@vmware.com> 4.2.1-3 |