Change-Id: I34584235dfc96e44c2dd71f4669d19c9d99552d1
Reviewed-on: http://photon-jenkins.eng.vmware.com/1001
Reviewed-by: Sharath George
Tested-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: 5%{?dist}
|
|
| 4 |
+Release: 6%{?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.3.tar.gz |
|
| 13 |
-%define sha1 PAM=35b491506cefbafeb63a86a89084775123be971b |
|
| 12 |
+Source1: PAM-Configuration-Files-1.4.tar.gz |
|
| 13 |
+%define sha1 PAM=2b9ba18da04b8a13c271583a82c33ac8ab57fecc |
|
| 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 |
+* Wed May 25 2016 Divya Thaluru <dthaluru@vmware.com> 4.2.1-6 |
|
| 105 |
+- Modfying pam_systemd module as optional in a session |
|
| 104 | 106 |
* Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 4.2.1-5 |
| 105 | 107 |
- GA - Bump release of all rpms |
| 106 | 108 |
* Mon May 2 2016 Xiaolin Li <xiaolinl@vmware.com> 4.2.1-4 |