[pam_openshift] update to latest release

tdawson tdawson at fedoraproject.org
Fri Jul 26 22:01:49 UTC 2013


commit 18ba79064c42f59ed187fe8867309bac08a274fa
Author: Troy Dawson <tdawson at redhat.com>
Date:   Fri Jul 26 17:01:26 2013 -0500

    update to latest release

 .gitignore         |    1 +
 pam_openshift.spec |   23 +++++++++++++++++++++--
 sources            |    2 +-
 3 files changed, 23 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 92ed31e..ebd8fbe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /pam_openshift-1.3.2.tar.gz
 /pam_openshift-1.4.1.tar.gz
 /pam_openshift-1.6.1.tar.gz
+/pam_openshift-1.8.2.tar.gz
diff --git a/pam_openshift.spec b/pam_openshift.spec
index cdd9716..d13f5e0 100644
--- a/pam_openshift.spec
+++ b/pam_openshift.spec
@@ -1,12 +1,13 @@
 Summary:       Openshift PAM module
 Name:          pam_openshift
-Version: 1.6.1
+Version: 1.8.2
 Release:       1%{?dist}
 Group:         System Environment/Base
 License:       GPLv2
 URL:           http://www.openshift.com/
 Source0:       http://mirror.openshift.com/pub/openshift-origin/source/%{name}/%{name}-%{version}.tar.gz
 Requires:      policycoreutils
+Requires:      attr
 BuildRequires: gcc
 BuildRequires: pam-devel
 BuildRequires: libselinux-devel
@@ -35,9 +36,27 @@ install -D -m 755 oo-namespace-init %{buildroot}/%{_sbindir}/oo-namespace-init
 %attr(0755,root,root) /%{_lib}/security/pam_openshift.so
 %attr(0755,root,root) /%{_lib}/security/pam_libra.so
 %attr(0644,root,root) %{_mandir}/man8/pam_openshift.8.gz
-%attr(0755,root,root) %{_sbindir}/oo-namespace-init
+%attr(0750,root,root) %{_sbindir}/oo-namespace-init
 
 %changelog
+* Wed Jul 24 2013 Adam Miller <admiller at redhat.com> 1.8.2-1
+- Bug 960355 - Fix file permissions. (rmillner at redhat.com)
+
+* Fri Jul 12 2013 Adam Miller <admiller at redhat.com> 1.8.1-1
+- bump_minor_versions for sprint 31 (admiller at redhat.com)
+
+* Fri Jul 05 2013 Adam Miller <admiller at redhat.com> 1.7.2-1
+- If the home directory entry is empty, then its not a valid OpenShift user.
+  (rmillner at redhat.com)
+
+* Tue Jun 25 2013 Adam Miller <admiller at redhat.com> 1.7.1-1
+- bump_minor_versions for sprint 30 (admiller at redhat.com)
+
+* Mon Jun 17 2013 Adam Miller <admiller at redhat.com> 1.6.2-1
+- require attr from pam_openshift (calfonso at redhat.com)
+- Bug 972977 - Fails on all numeric usernames.  Improve performance by
+  eliminating call to oo-get-mcs-level where possible. (rmillner at redhat.com)
+
 * Wed May 08 2013 Adam Miller <admiller at redhat.com> 1.6.1-1
 - bump_minor_versions for sprint 28 (admiller at redhat.com)
 
diff --git a/sources b/sources
index 4144957..68be3c4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cbc4bd8c00ac8c8e636aa9653d433c4d  pam_openshift-1.6.1.tar.gz
+f206e53c3cbe20e2d9927c4f55aae397  pam_openshift-1.8.2.tar.gz


More information about the scm-commits mailing list