mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-19 13:01:51 -07:00
new release 0.9.8-4
This commit is contained in:
parent
8cdfe2b15c
commit
3b1a32f6cb
1 changed files with 10 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
Name: vesta
|
Name: vesta
|
||||||
Version: 0.9.8
|
Version: 0.9.8
|
||||||
Release: 3
|
Release: 4
|
||||||
Summary: Vesta Control Panel
|
Summary: Vesta Control Panel
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: GPL
|
License: GPL
|
||||||
|
@ -37,6 +37,9 @@ if [ $1 -ge 2 ]; then
|
||||||
if [ -e /usr/local/vesta/upd/convert_webip.sh ]; then
|
if [ -e /usr/local/vesta/upd/convert_webip.sh ]; then
|
||||||
/usr/local/vesta/upd/convert_webip.sh
|
/usr/local/vesta/upd/convert_webip.sh
|
||||||
fi
|
fi
|
||||||
|
if [ -e /usr/local/vesta/upd/fix_cron.sh ]; then
|
||||||
|
/usr/local/vesta/upd/fix_cron.sh
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
@ -49,6 +52,12 @@ fi
|
||||||
%config(noreplace) %{_vestadir}/web/css/main.css
|
%config(noreplace) %{_vestadir}/web/css/main.css
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 17 2013 Serghey Rodin <builder@vestacp.com> - 0.9.8-4
|
||||||
|
- DNS cluster 5-minute sync improvement
|
||||||
|
- Crontab ownership fix
|
||||||
|
- Fix for nginx template switcher
|
||||||
|
- Fix for LoadAverage check
|
||||||
|
|
||||||
* Mon Jul 30 2013 Serghey Rodin <builder@vestacp.com> - 0.9.8-3
|
* Mon Jul 30 2013 Serghey Rodin <builder@vestacp.com> - 0.9.8-3
|
||||||
- Fix for zero cron bug
|
- Fix for zero cron bug
|
||||||
- Minor fixes for dns sync
|
- Minor fixes for dns sync
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue