[gssproxy/f19] New upstream release

Guenther Deschner gd at fedoraproject.org
Thu May 16 12:14:50 UTC 2013


commit c802198c3952256e0573320c639f71deddf306f2
Author: Günther Deschner <gdeschner at redhat.com>
Date:   Thu May 16 14:14:11 2013 +0200

    New upstream release

 .gitignore    |    1 +
 gssproxy.spec |   10 +++++++---
 sources       |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c4ff1ea..81f745d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /gssproxy-0.1.1.tar.gz
 /gssproxy-0.2.0.tar.gz
 /gssproxy-0.2.1.tar.gz
+/gssproxy-0.2.2.tar.gz
diff --git a/gssproxy.spec b/gssproxy.spec
index c53aac7..a46ac79 100644
--- a/gssproxy.spec
+++ b/gssproxy.spec
@@ -1,5 +1,5 @@
 Name:		gssproxy
-Version:	0.2.1
+Version:	0.2.2
 Release:	2%{?dist}
 Summary:	GSSAPI Proxy
 
@@ -51,16 +51,17 @@ A proxy for GSSAPI credential handling
 %prep
 %setup -q
 
-
 %build
 autoreconf -f -i
 %configure \
     --with-pubconf-path=%{pubconfpath} \
     --with-init-dir=%{_initrddir} \
     --disable-static \
-    --disable-rpath
+    --disable-rpath \
+    --with-gpp-default-behavior=REMOTE_FIRST
 
 make %{?_smp_mflags} all
+make test_proxymech
 
 %install
 rm -rf %{buildroot}
@@ -101,6 +102,9 @@ rm -rf %{buildroot}
 %systemd_postun_with_restart gssproxy.service
 
 %changelog
+* Thu May 16 2013 Guenther Deschner <gdeschner at redhat.com> 0.2.2-2
+- New upstream release
+
 * Tue May 07 2013 Guenther Deschner <gdeschner at redhat.com> 0.2.1-2
 - New upstream release
 
diff --git a/sources b/sources
index 3d058bf..e1aeb53 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fbdaba108a45ea50ed0f2ccc6b3b9795  gssproxy-0.2.1.tar.gz
+b8e6111492380e629afb4f1518e160d9  gssproxy-0.2.2.tar.gz


More information about the scm-commits mailing list