--- 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 2022/07/30 17:39:20 1.6 @@ -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 6 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -21,6 +21,7 @@ Requires: openvpn #Requires: perl(Net::OpenVPN::Manage) Patch0:smeserver-openvpn-routed-0.1.6-Add-in-systemd-startup.patch Patch1: smeserver-openvpn-routed-0.1.6-bz11336-sme10compatible.patch +Patch2: smeserver-openvpn-routed-0.1.6-bz12020-backup.patch %description This package contains all the needed scripts and templates @@ -28,7 +29,13 @@ to have a full working openvpn server ru %changelog -* Thu Apr 01 2021 Jean-Philippe Pialasse 0.1.6-3.sme +* Sat Jul 30 2022 Brian Read 0.1.6-6.sme +- Re-build and link to latest devtools [SME: 11997] + +* Sat Jul 23 2022 Jean-Philippe Pialasse 0.1.6-5.sme +- add to core backup [SME: 11997] + +* 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] @@ -66,6 +73,7 @@ to have a full working openvpn server ru %setup -q -n %{name}-%{version} %patch0 -p1 %patch1 -p1 +%patch2 -p1 %build perl createlinks @@ -80,9 +88,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)' \