From: james Date: Fri, 11 Dec 2009 23:44:34 +0000 (+0000) Subject: Fixed some breakage in openvpn.spec (which is required to build an X-Git-Tag: v2.1.1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0777d054cdd146c974e3a0b47601a61969893616;p=thirdparty%2Fopenvpn.git Fixed some breakage in openvpn.spec (which is required to build an RPM distribution) where it was referencing a non-existent subdirectory in the tarball, causing it to fail (patch from David Sommerseth). Version 2.1.1. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@5269 e7ae566f-a301-0410-adde-c780ea21d3b5 --- diff --git a/ChangeLog b/ChangeLog index 44747df21..3cb33e7b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,13 @@ OpenVPN Change Log Copyright (C) 2002-2009 OpenVPN Technologies, Inc. +2009.12.11 -- Version 2.1.1 + +* Fixed some breakage in openvpn.spec (which is required to build an + RPM distribution) where it was referencing a non-existent + subdirectory in the tarball, causing it to fail (patch from + David Sommerseth). + 2009.12.11 -- Version 2.1.0 * Fixed a couple issues in sample plugins auth-pam.c and down-root.c. diff --git a/openvpn.spec.in b/openvpn.spec.in index 9ce8b343e..c5178e93c 100644 --- a/openvpn.spec.in +++ b/openvpn.spec.in @@ -223,9 +223,12 @@ fi %endif # Install extra %doc stuff -%doc contrib/ easy-rsa/ management/ sample-*/ plugin/README.* +%doc contrib/ easy-rsa/ sample-*/ plugin/README.* %changelog +* Thu Jul 30 2009 David Sommerseth +- Removed management/ directory from %doc + * Thu Dec 14 2006 Alon Bar-Lev - Added with_pkcs11 diff --git a/version.m4 b/version.m4 index 23306ea8b..48ca9972a 100644 --- a/version.m4 +++ b/version.m4 @@ -1,5 +1,5 @@ dnl define the OpenVPN version -define(PRODUCT_VERSION,[2.1.0]) +define(PRODUCT_VERSION,[2.1.1]) dnl define the TAP version define(PRODUCT_TAP_ID,[tap0901]) define(PRODUCT_TAP_WIN32_MIN_MAJOR,[9])