[pam_openshift] update to latest stable release

tdawson tdawson at fedoraproject.org
Mon Feb 10 23:22:24 UTC 2014


commit cea90c350f6e094910057de048c3c9abc3877bb2
Author: Troy Dawson <tdawson at redhat.com>
Date:   Mon Feb 10 17:23:01 2014 -0600

    update to latest stable release

 .gitignore         |    1 +
 pam_openshift.spec |   20 +++++++++++++++++---
 sources            |    2 +-
 3 files changed, 19 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f209284..15f20f0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /pam_openshift-1.6.1.tar.gz
 /pam_openshift-1.8.2.tar.gz
 /pam_openshift-1.9.0.1.tar.gz
+/pam_openshift-1.10.1.1.tar.gz
diff --git a/pam_openshift.spec b/pam_openshift.spec
index 12c1824..cb198a4 100644
--- a/pam_openshift.spec
+++ b/pam_openshift.spec
@@ -1,6 +1,6 @@
 Summary:       Openshift PAM module
 Name:          pam_openshift
-Version: 1.9.0.1
+Version: 1.10.1.1
 Release:       1%{?dist}
 Group:         System Environment/Base
 License:       GPLv2
@@ -29,6 +29,7 @@ ln -s pam_openshift.so %{buildroot}/%{_lib}/security/pam_libra.so
 install -D -m 644 pam_openshift.8 %{buildroot}/%{_mandir}/man8/pam_openshift.8
 
 install -D -m 755 oo-namespace-init %{buildroot}/%{_sbindir}/oo-namespace-init
+install -D -m 644 oo-namespace-init.8 %{buildroot}/%{_mandir}/man8/oo-namespace-init.8
 
 
 %files
@@ -36,11 +37,24 @@ 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(0644,root,root) %{_mandir}/man8/oo-namespace-init.8.gz
 %attr(0750,root,root) %{_sbindir}/oo-namespace-init
 
 %changelog
-* Thu Aug 01 2013 Krishna Raman <kraman at gmail.com> 1.9.0.1-1
-- Bumping version #s for origin release 2 (kraman at gmail.com)
+* Fri Dec 06 2013 Krishna Raman <kraman at gmail.com> 1.10.1.1-1
+- Bumping versions for OpenShift Origin Release 3 (kraman at gmail.com)
+
+* Wed Dec 04 2013 Krishna Raman <kraman at gmail.com> 1.10.1.1-1
+- 
+
+* Thu Aug 29 2013 Adam Miller <admiller at redhat.com> 1.10.1-1
+- bump_minor_versions for sprint 33 (admiller at redhat.com)
+
+* Fri Aug 16 2013 Adam Miller <admiller at redhat.com> 1.9.2-1
+- Bug 977936 - /usr/sbin/oo-namespace-init needs a man page
+  (bleanhar at redhat.com)
+
+* Thu Aug 08 2013 Adam Miller <admiller at redhat.com> 1.9.1-1
 - bump_minor_versions for sprint 32 (admiller at redhat.com)
 
 * Wed Jul 24 2013 Adam Miller <admiller at redhat.com> 1.8.2-1
diff --git a/sources b/sources
index bb13ff6..581a281 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d4a312450ebe1e3713d567269e4422b6  pam_openshift-1.9.0.1.tar.gz
+926cf156aff182f095112ef86a48b613  pam_openshift-1.10.1.1.tar.gz


More information about the scm-commits mailing list