[openconnect] Add token support

David Woodhouse dwmw2 at fedoraproject.org
Fri Jun 7 20:46:45 UTC 2013


commit 37fc338ff929606aef661c3722ef08c7727b319c
Author: David Woodhouse <David.Woodhouse at intel.com>
Date:   Thu Jun 6 00:17:09 2013 +0100

    Add token support

 openconnect.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/openconnect.spec b/openconnect.spec
index 8d1e93b..605a044 100644
--- a/openconnect.spec
+++ b/openconnect.spec
@@ -9,13 +9,15 @@
 %if 0%{?rhel} && 0%{?rhel} <= 5
 %define use_libproxy 0
 %define make_install %{__make} install DESTDIR=%{?buildroot}
+%define use_tokens 0
 %else
 %define use_libproxy 1
+%define use_tokens 1
 %endif
 
 Name:		openconnect
 Version:	5.01
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Open client for Cisco AnyConnect VPN
 
 Group:		Applications/Internet
@@ -28,6 +30,9 @@ BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	openssl-devel libxml2-devel gtk2-devel GConf2-devel dbus-devel
 BuildRequires:	autoconf automake libtool trousers-devel python gettext
+%if %{use_tokens}
+BuildRequires:  pkgconfig(liboath) pkgconfig(stoken)
+%endif
 %if 0%{?fedora}
 %if !(%{build_compat_lib})
 Obsoletes:	openconnect-lib-compat < %{version}-%{release}
@@ -154,6 +159,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/openconnect.pc
 
 %changelog
+* Thu Jun 06 2013 David Woodhouse <David.Woodhouse at intel.com> - 5.01-2
+- Build with stoken and OATH support.
+
 * Sat Jun 01 2013 David Woodhouse <David.Woodhouse at intel.com> - 5.01-1
 - Update to 5.01 release (#955710, #964329, #964650)
 


More information about the scm-commits mailing list