From 9e96266ac6270ba3840e9cde99527401de830719 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 3 May 2024 10:05:42 +0200 Subject: [PATCH] automatic version update by autodist [release 2.111-1mamba;Sat Apr 27 2024] --- webmin.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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