]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Fixed some breakage in openvpn.spec (which is required to build an v2.1.1
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>
Fri, 11 Dec 2009 23:44:34 +0000 (23:44 +0000)
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>
Fri, 11 Dec 2009 23:44:34 +0000 (23:44 +0000)
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

ChangeLog
openvpn.spec.in
version.m4

index 44747df213cdc7eafc8ca78dde474e6765949dbe..3cb33e7b783ed295f1c48eda79d25815820e48d6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,13 @@
 OpenVPN Change Log
 Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
 
+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.
index 9ce8b343e57b709fe778841272556ae93dcfc67c..c5178e93cb0c5ef95698eefa68ebeccc84fd67ac 100644 (file)
@@ -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 <dazo@users.sourceforge.net>
+- Removed management/ directory from %doc
+
 * Thu Dec 14 2006 Alon Bar-Lev
 - Added with_pkcs11
 
index 23306ea8b9d1c60cb0fe13a1d6a68ead099cfa68..48ca9972a79ffe3cc53d168d501408273641eedd 100644 (file)
@@ -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])