[pam_openshift] update to 1.2.1

tdawson tdawson at fedoraproject.org
Wed Dec 19 18:49:23 UTC 2012


commit 1c266273fba2db359583f7a85ba0f58ae2798380
Author: Troy Dawson <tdawson at redhat.com>
Date:   Wed Dec 19 12:49:17 2012 -0600

    update to 1.2.1

 .gitignore         |    1 +
 pam_openshift.spec |   10 ++++------
 sources            |    2 +-
 3 files changed, 6 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 12831da..f29c589 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /pam_openshift-1.1.2.tar.gz
+/pam_openshift-1.2.1.tar.gz
diff --git a/pam_openshift.spec b/pam_openshift.spec
index c9bffc7..36e99b5 100644
--- a/pam_openshift.spec
+++ b/pam_openshift.spec
@@ -1,6 +1,6 @@
 Name:           pam_openshift
-Version:        1.1.2
-Release:        2%{?dist}
+Version: 1.2.1
+Release:        1%{?dist}
 Summary:        Openshift PAM module
 Group:          System Environment/Base
 License:        GPLv2
@@ -32,7 +32,6 @@ make CFLAGS="%{optflags}"
 install -D -m 755 pam_openshift.so.1 %{buildroot}/%{_lib}/security/pam_openshift.so
 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 644 oo-namespace-init.8 %{buildroot}/%{_mandir}/man8/oo-namespace-init.8
 
 install -D -m 755 oo-namespace-init %{buildroot}/%{_sbindir}/oo-namespace-init
 
@@ -44,13 +43,12 @@ install -D -m 644 namespace.d/* %{buildroot}/%{_sysconfdir}/security/namespace.d
 %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(0755,root,root) %{_sbindir}/oo-namespace-init
 %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/security/namespace.d/*
 
 %changelog
-* Tue Nov 20 2012 Troy Dawson <tdawson at redhat.com> 1.1.2-2
-- Added the man page into the files section
+* Sat Nov 17 2012 Adam Miller <admiller at redhat.com> 1.2.1-1
+- bump_minor_versions for sprint 21 (admiller at redhat.com)
 
 * Thu Nov 08 2012 Adam Miller <admiller at redhat.com> 1.1.2-1
 - Increase the table sizes to cover 15000 nodes in dev and prod.
diff --git a/sources b/sources
index ba2cbff..4159e37 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1f5ec7fabd35653dbc8ae63a526f5534  pam_openshift-1.1.2.tar.gz
+292e4b5161e6a18b2174bc29a6f57755  pam_openshift-1.2.1.tar.gz


More information about the scm-commits mailing list