automatic version update by autodist [release 2.111-1mamba;Sat Apr 27 2024]
This commit is contained in:
parent
87e8c66a2f
commit
9e96266ac6
11
webmin.spec
11
webmin.spec
@ -1,5 +1,5 @@
|
|||||||
Name: webmin
|
Name: webmin
|
||||||
Version: 2.110
|
Version: 2.111
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A web-based interface for system administration for Unix
|
Summary: A web-based interface for system administration for Unix
|
||||||
Group: Applications/Web
|
Group: Applications/Web
|
||||||
@ -95,6 +95,12 @@ rm -f %{buildroot}%{_sysconfdir}/webmin/uninstall.sh
|
|||||||
# strip buildroot from configuration files
|
# strip buildroot from configuration files
|
||||||
find %{buildroot}%{_sysconfdir}/webmin -type f -exec sed -i 's|%{buildroot}||g' {} \;
|
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}
|
chmod +x %{buildroot}%{_sysconfdir}/webmin/{.*-init,.post-install,.pre-install}
|
||||||
|
|
||||||
# install systemd service
|
# install systemd service
|
||||||
@ -154,6 +160,9 @@ fi
|
|||||||
%doc LICENCE
|
%doc LICENCE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Apr 27 2024 Automatic Build System <autodist@openmamba.org> 2.111-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Wed Apr 17 2024 Automatic Build System <autodist@openmamba.org> 2.110-1mamba
|
* Wed Apr 17 2024 Automatic Build System <autodist@openmamba.org> 2.110-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user