This commit is contained in:
Serghey Rodin 2015-06-03 18:54:46 +03:00
commit d3e05ca956
2 changed files with 8 additions and 3 deletions

View file

@ -1,7 +1,7 @@
Source: vesta Source: vesta
Package: vesta Package: vesta
Priority: optional Priority: optional
Version: 0.9.8-12 Version: 0.9.8-13
Section: admin Section: admin
Maintainer: Serghey Rodin <skid@vestacp.com> Maintainer: Serghey Rodin <skid@vestacp.com>
Homepage: http://vestacp.com Homepage: http://vestacp.com

View file

@ -1,6 +1,6 @@
Name: vesta Name: vesta
Version: 0.9.8 Version: 0.9.8
Release: 12 Release: 14
Summary: Vesta Control Panel Summary: Vesta Control Panel
Group: System Environment/Base Group: System Environment/Base
License: GPL License: GPL
@ -20,7 +20,6 @@ This package contains the packages for Vesta Control Panel api.
%setup -q -n %{name}-%{version} %setup -q -n %{name}-%{version}
%build %build
gcc -lcrypt src/v-check-user-password.c -o bin/v-check-user-password
%install %install
install -d %{buildroot}%{_vestadir} install -d %{buildroot}%{_vestadir}
@ -60,6 +59,12 @@ fi
%config(noreplace) %{_vestadir}/web/css/main.css %config(noreplace) %{_vestadir}/web/css/main.css
%changelog %changelog
* Wed June 03 2015 Serghey Rodin <builder@vestacp.com> - 0.9.8-13
- New UI
- PHP-FPM support
- Security improvements
- Dozen bugfixes
* Wed Oct 23 2014 Serghey Rodin <builder@vestacp.com> - 0.9.8-12 * Wed Oct 23 2014 Serghey Rodin <builder@vestacp.com> - 0.9.8-12
- Firewall service handler for Debian and Ubuntu - Firewall service handler for Debian and Ubuntu
- Minor i18n fix - Minor i18n fix