[cockpit/f21] Update to 0.15 release

Stef Walter stefw at fedoraproject.org
Thu Jul 10 07:53:12 UTC 2014


commit 699b733dc341bf9b71b211e8f053ce32a9970e06
Author: Stef Walter <stefw at redhat.com>
Date:   Thu Jul 10 09:33:34 2014 +0200

    Update to 0.15 release
    
     * And include the pam_authorize.so module correctly in PAM stack

 cockpit.pam  |    2 ++
 cockpit.spec |    6 +++++-
 sources      |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/cockpit.pam b/cockpit.pam
index 567361f..65799bf 100644
--- a/cockpit.pam
+++ b/cockpit.pam
@@ -2,6 +2,7 @@
 auth            required     pam_sepermit.so
 auth            substack     password-auth
 auth            include      postlogin
+auth            optional     pam_reauthorize.so prepare
 account         required     pam_nologin.so
 account         include      password-auth
 password        include      password-auth
@@ -11,6 +12,7 @@ session         required     pam_loginuid.so
 # pam_selinux.so open should only be followed by sessions to be executed in the user context
 session         required     pam_selinux.so open env_params
 session         optional     pam_keyinit.so force revoke
+session         optional     pam_reauthorize.so prepare
 session         include      password-auth
 session         include      postlogin
 
diff --git a/cockpit.spec b/cockpit.spec
index 46fc117..a84c780 100644
--- a/cockpit.spec
+++ b/cockpit.spec
@@ -1,5 +1,5 @@
 Name:           cockpit
-Version:        0.14
+Version:        0.15
 Release:        1%{?dist}
 Summary:        A user interface for Linux servers
 
@@ -132,6 +132,10 @@ test -f %{_bindir}/firewall-cmd && firewall-cmd --reload --quiet || true
 
 
 %changelog
+* Thu Jul 10 2014 Stef Walter <stefw at redhat.com> 0.15-1
+- Update to 0.15 release
+- Put pam_reauthorize.so in the cockpit PAM stack
+
 * Thu Jul 03 2014 Stef Walter <stefw at redhat.com> 0.14-1
 - Update to 0.14 release
 
diff --git a/sources b/sources
index a0763e0..bd39b1e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-552b165ffefbe0f65547ac587926ca26  cockpit-0.14.tar.bz2
+da431648ba68145bbe63afa8652d3be8  cockpit-0.15.tar.bz2


More information about the scm-commits mailing list