diff --git a/openvpn-2.2.1-man-dot.diff b/openvpn-2.2.1-man-dot.diff new file mode 100644 index 0000000..9901c6c --- /dev/null +++ b/openvpn-2.2.1-man-dot.diff @@ -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 diff --git a/openvpn.changes b/openvpn.changes index 16fd437..112402e 100644 --- a/openvpn.changes +++ b/openvpn.changes @@ -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 diff --git a/openvpn.spec b/openvpn.spec index 20a1e34..49e47ad 100644 --- a/openvpn.spec +++ b/openvpn.spec @@ -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" \