Skip to content
This repository has been archived by the owner on Oct 22, 2020. It is now read-only.

Commit

Permalink
Fixed some breakage in openvpn.spec (which is required to build an
Browse files Browse the repository at this point in the history
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
  • Loading branch information
james committed Dec 11, 2009
1 parent 4580320 commit 0777d05
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
7 changes: 7 additions & 0 deletions 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.
Expand Down
5 changes: 4 additions & 1 deletion openvpn.spec.in
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion 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])
Expand Down

0 comments on commit 0777d05

Please sign in to comment.