diff --git a/webmin.spec b/webmin.spec index bb3e431..9f2a54e 100644 --- a/webmin.spec +++ b/webmin.spec @@ -1,5 +1,5 @@ Name: webmin -Version: 2.110 +Version: 2.111 Release: 1mamba Summary: A web-based interface for system administration for Unix Group: Applications/Web @@ -95,6 +95,12 @@ rm -f %{buildroot}%{_sysconfdir}/webmin/uninstall.sh # strip buildroot from configuration files find %{buildroot}%{_sysconfdir}/webmin -type f -exec sed -i 's|%{buildroot}||g' {} \; +%ifarch aarch64 +for f in reload restart restart-by-force-kill start stop; do + ln -sf .${f}-init %{buildroot}%{_sysconfdir}/webmin/${f} +done +%endif + chmod +x %{buildroot}%{_sysconfdir}/webmin/{.*-init,.post-install,.pre-install} # install systemd service @@ -154,6 +160,9 @@ fi %doc LICENCE %changelog +* Sat Apr 27 2024 Automatic Build System 2.111-1mamba +- automatic version update by autodist + * Wed Apr 17 2024 Automatic Build System 2.110-1mamba - automatic version update by autodist