Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package openvpn for openSUSE:Factory checked 
in at 2022-01-13 00:22:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openvpn (Old)
 and      /work/SRC/openSUSE:Factory/.openvpn.new.1892 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openvpn"

Thu Jan 13 00:22:07 2022 rev:98 rq:945623 version:2.5.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/openvpn/openvpn.changes  2021-12-21 
18:40:24.401861726 +0100
+++ /work/SRC/openSUSE:Factory/.openvpn.new.1892/openvpn.changes        
2022-01-13 00:22:20.095928705 +0100
@@ -30,0 +31,7 @@
+Sat Dec  4 15:52:46 UTC 2021 - Jan Engelhardt <jeng...@inai.de>
+
+- Avoid bashisms and use POSIX sh syntax.
+- Use more efficient find commands.
+- Trim marketing filler words from description.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ openvpn.spec ++++++
--- /var/tmp/diff_new_pack.hPcqkt/_old  2022-01-13 00:22:20.675929123 +0100
+++ /var/tmp/diff_new_pack.hPcqkt/_new  2022-01-13 00:22:20.679929126 +0100
@@ -57,21 +57,18 @@
 %systemd_ordering
 
 %description
-OpenVPN is a full-featured SSL VPN solution which can accommodate a wide
+OpenVPN is an SSL VPN solution which can accommodate a wide
 range of configurations, including remote access, site-to-site VPNs,
-WiFi security, and enterprise-scale remote access solutions with load
+WiFi security, and remote access solutions with load
 balancing, failover, and fine-grained access-controls.
 
 OpenVPN implements OSI layer 2 or 3 secure network extension using the
-industry standard SSL/TLS protocol, supports flexible client
+SSL/TLS protocol, supports flexible client
 authentication methods based on certificates, smart cards, and/or
 2-factor authentication, and allows user or group-specific access
 control policies using firewall rules applied to the VPN virtual
 interface.
 
-OpenVPN runs on: Linux, Windows 2000/XP and higher, OpenBSD, FreeBSD,
-NetBSD, Mac OS X, and Solaris.
-
 OpenVPN is not a web application proxy and does not operate through a
 web browser.
 
@@ -132,7 +129,7 @@
 sed -e "s|%{_localstatedir}/run|%{_rundir}|g" < %{SOURCE8} > %{name}.service
 
 # %%doc items shouldn't be executable.
-find contrib sample -type f -exec chmod a-x \{\} \;
+find contrib sample -type f -exec chmod a-x \{\} +
 
 %build
 export CFLAGS="%{optflags} $(getconf LFS_CFLAGS) -W -Wall -fno-strict-aliasing"
@@ -154,7 +151,7 @@
 
 %install
 %make_install
-find %{buildroot} -type f -name "*.la" -delete -print
+find %{buildroot} -type f -name "*.la" -print -exec rm -f {} +
 mkdir -p %{buildroot}/%{_sysconfdir}/openvpn
 mkdir -p %{buildroot}/%{_rundir}/openvpn
 mkdir -p %{buildroot}/%{_datadir}/openvpn
@@ -174,7 +171,7 @@
 
 # we install docs via spec into _defaultdocdir/name/management-notes.txt
 rm -rf %{buildroot}%{_datadir}/doc/{OpenVPN,%{name}}
-find sample -name .gitignore | xargs rm -f
+find sample -name .gitignore -exec rm -f {} +
 
 %pre
 %service_add_pre %{name}.target
@@ -187,14 +184,14 @@
        -x /bin/systemctl -a \
        -f %{_sysconfdir}/sysconfig/openvpn -a \
        -f %{_fillupdir}/sysconfig.openvpn && \
-       /bin/systemctl --quiet is-enabled openvpn.service &>/dev/null ;
+       /bin/systemctl --quiet is-enabled openvpn.service >/dev/null 
2>/dev/null;
 then
        . %{_sysconfdir}/sysconfig/openvpn
        try_service_cgroup_join()
        {
                local p="%{_localstatedir}/run/openvpn/${1}.pid"
                local t="/sys/fs/cgroup/systemd/system/openvpn@.service/${1}"
-               /sbin/checkproc -p "$p" "%{_sbindir}/openvpn" &>/dev/null || 
return 0
+               /sbin/checkproc -p "$p" "%{_sbindir}/openvpn" >/dev/null 
2>/dev/null || return 0
                test -d "$t" || mkdir -p "$t" 2>/dev/null || return 1
                cat "$p" > "$t/tasks" 2>/dev/null || return 1
        }

Reply via email to