Hello community,

here is the log from the commit of package openvpn for openSUSE:Factory checked 
in at 2018-02-21 14:12:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openvpn (Old)
 and      /work/SRC/openSUSE:Factory/.openvpn.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openvpn"

Wed Feb 21 14:12:37 2018 rev:80 rq:578447 version:2.4.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/openvpn/openvpn.changes  2017-11-25 
08:43:58.399384512 +0100
+++ /work/SRC/openSUSE:Factory/.openvpn.new/openvpn.changes     2018-02-21 
14:12:40.839576730 +0100
@@ -1,0 +2,8 @@
+Tue Feb 13 17:49:09 UTC 2018 - [email protected]
+
+- Add --askpass to ExecStart, so that the user name and password
+  are correctly being queried from the user.
+  (bsc#1078026, boo#985798, boo#1031748)
+- Use %service_add/del macros throughout (bsc#1038406).
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ openvpn.spec ++++++
--- /var/tmp/diff_new_pack.bTcJIS/_old  2018-02-21 14:12:43.519480221 +0100
+++ /var/tmp/diff_new_pack.bTcJIS/_new  2018-02-21 14:12:43.523480077 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package openvpn
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -211,6 +211,9 @@
 rm -rf %{buildroot}%{_datadir}/doc/{OpenVPN,%{name}}
 find sample -name .gitignore | xargs rm -f
 
+%pre
+%service_add_pre %{name}.target
+
 %post
 %if %{with_systemd}
 systemd-tmpfiles --create %{_tmpfilesdir}/%{name}.conf ||:
@@ -262,7 +265,7 @@
 
 %postun
 %if %{with_systemd}
-/bin/systemctl --system daemon-reload &>/dev/null || :
+%service_del_postun %{name}.target
 %else
 %{?insserv_cleanup:%insserv_cleanup}
 %endif



++++++ openvpn.service ++++++
--- /var/tmp/diff_new_pack.bTcJIS/_old  2018-02-21 14:12:43.667474891 +0100
+++ /var/tmp/diff_new_pack.bTcJIS/_new  2018-02-21 14:12:43.667474891 +0100
@@ -7,7 +7,7 @@
 Type=forking
 PrivateTmp=true
 PIDFile=/var/run/openvpn/%i.pid
-ExecStart=/usr/sbin/openvpn --daemon --suppress-timestamps --writepid 
/var/run/openvpn/%i.pid --cd /etc/openvpn/ --config %i.conf
+ExecStart=/usr/sbin/openvpn --daemon --askpass --suppress-timestamps 
--writepid /var/run/openvpn/%i.pid --cd /etc/openvpn/ --config %i.conf
 ExecReload=/sbin/killproc -p /var/run/openvpn/%i.pid -HUP /usr/sbin/openvpn
 
 [Install]


Reply via email to