--- rpms/smeserver-openvpn-routed/contribs10/smeserver-openvpn-routed.spec 2021/04/01 06:12:22 1.3 +++ rpms/smeserver-openvpn-routed/contribs10/smeserver-openvpn-routed.spec 2021/04/01 06:45:00 1.4 @@ -4,7 +4,7 @@ Summary: OpenVPN, a strong VPN solution build over SSL, pre-configured for routed mode Name: smeserver-openvpn-routed %define version 0.1.6 -%define release 3 +%define release 4 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -28,7 +28,7 @@ to have a full working openvpn server ru %changelog -* Thu Apr 01 2021 Jean-Philippe Pialasse 0.1.6-3.sme +* Thu Apr 01 2021 Jean-Philippe Pialasse 0.1.6-4.sme - autoconfiguration if openvpn-bridge is isntalled and configured [SME: 11336] - reworked systemd unit and scripts - new property HMAC forced to SHA256, instead of insecure default SHA1 [SME: 9925] @@ -80,9 +80,9 @@ perl createlinks %install /bin/rm -rf $RPM_BUILD_ROOT (cd root ; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT) -/bin/chmod +x $RPM_BUILD_ROOT/usr/sbin/systemd/openvpn-routed /bin/rm -f %{name}-%{version}-filelist /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ + --file /sbin/e-smith/systemd/openvpn-routed 'attr(0755,root,root)' \ --file /var/service/openvpn-routed/run 'attr(0755,root,root)' \ --file /var/service/openvpn-routed/log/run 'attr(0755,root,root)' \ --dir /var/log/openvpn-routed 'attr(0750,smelog,smelog)' \