SHA256
1
0
forked from pool/openvpn

- Marked /var/run/openvpn as ghost, man page and rpmlint fixes

OBS-URL: https://build.opensuse.org/package/show/network:vpn/openvpn?expand=0&rev=30
This commit is contained in:
Marius Tomaschewski 2011-08-29 18:29:54 +00:00 committed by Git OBS Bridge
parent 51b8b2f803
commit fd4475a471
3 changed files with 21 additions and 1 deletions

View File

@ -0,0 +1,18 @@
--- openvpn.8
+++ openvpn.8 2011/08/29 18:26:40
@@ -21,13 +21,13 @@
.\" 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
.\"
.\" Manual page for openvpn
-.\
+.\"
.\" SH section heading
.\" SS subsection heading
.\" LP paragraph
.\" IP indented paragraph
.\" TP hanging label
-.\
+.\"
.\" .nf -- no formatting
.\" .fi -- resume formatting
.\" .ft 3 -- boldface

View File

@ -1,7 +1,7 @@
-------------------------------------------------------------------
Mon Aug 29 18:05:30 UTC 2011 - mt@suse.com
- Marked /var/run/openvpn as ghost, other rpmlint warnings
- Marked /var/run/openvpn as ghost, man page and rpmlint fixes
-------------------------------------------------------------------
Tue Aug 23 15:41:00 UTC 2011 - crrodriguez@opensuse.org

View File

@ -40,6 +40,7 @@ Patch1: %{name}-2.1-plugin-man.dif
Patch2: %{name}-2.1-plugin-build.dif
Patch3: openvpn-2.1-systemd-passwd.patch
Patch4: 0001-Use-SSL_MODE_RELEASE_BUFFERS-if-available.patch
Patch5: openvpn-2.2.1-man-dot.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: lzo-devel openssl-devel
BuildRequires: iproute2 pam-devel
@ -134,6 +135,7 @@ Authors:
%patch2 -p0
%patch3 -p1
%patch4 -p1
%patch5 -p0
sed -e "s|@PLUGIN_DIR@|%{plugin_dir}|g" \
-e "s|@PLUGIN_LIBDIR@|%{plugin_libdir}|g" \
-e "s|@PLUGIN_DOCDIR@|%{_defaultdocdir}/%{name}|g" \