diff --git a/.gitignore b/.gitignore index 20235cc..8d4c2c3 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ openconnect-2.25.tar.gz /openconnect-4.05.tar.gz /openconnect-4.06.tar.gz /openconnect-4.07.tar.gz +/openconnect-4.99.tar.gz diff --git a/openconnect.spec b/openconnect.spec index d515865..336f625 100644 --- a/openconnect.spec +++ b/openconnect.spec @@ -14,8 +14,8 @@ %endif Name: openconnect -Version: 4.07 -Release: 2%{?dist} +Version: 4.99 +Release: 1%{?dist} Summary: Open client for Cisco AnyConnect VPN Group: Applications/Internet @@ -58,7 +58,9 @@ Summary: Development package for OpenConnect VPN authentication tools Group: Applications/Internet Requires: %{name} = %{version}-%{release} # RHEL5 needs these spelled out because it doesn't automatically infer from pkgconfig +%if 0%{?rhel} && 0%{?rhel} <= 5 Requires: openssl-devel zlib-devel +%endif %description devel This package provides the core HTTP and authentication support from @@ -152,6 +154,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/openconnect.pc %changelog +* Thu Feb 08 2013 David Woodhouse - 4.99-1 +- Update to 4.99 release + * Fri Aug 31 2012 David Woodhouse - 4.07-2 - Obsolete openconnect-lib-compat (#842840) diff --git a/sources b/sources index 4c8b504..5799a78 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -61f26e7936d8b26c0f7e8119b7ef84b2 openconnect-4.07.tar.gz +ebd780dfbee3f7a48e0f1bdfe1f5b846 openconnect-4.99.tar.gz