From 2c79b0874bfccd46364a0008eae5b43e7cbd7eb6 Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Sat, 30 Oct 2021 16:39:10 +0300 Subject: [PATCH] hotfix: update package name condition --- src/deb/vesta/control | 2 +- src/rpm/specs/vesta.spec | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/src/deb/vesta/control b/src/deb/vesta/control index b25ddcdc1..0448d72da 100644 --- a/src/deb/vesta/control +++ b/src/deb/vesta/control @@ -1,7 +1,7 @@ Source: vesta Package: vesta Priority: optional -Version: 1.0.0-1 +Version: 1.0.0-2 Section: admin Maintainer: Serghey Rodin Homepage: http://vestacp.com diff --git a/src/rpm/specs/vesta.spec b/src/rpm/specs/vesta.spec index 3cd20d665..a2bf5bea4 100644 --- a/src/rpm/specs/vesta.spec +++ b/src/rpm/specs/vesta.spec @@ -1,6 +1,6 @@ Name: vesta Version: 1.0.0 -Release: 1 +Release: 2 Summary: Vesta Control Panel Group: System Environment/Base License: GPL @@ -70,6 +70,13 @@ fi %config(noreplace) %{_vestadir}/web/css/uploadify.css %changelog +* Sat Sep 30 2021 Serghey Rodin - 1.0.0-2 +- Merge pull request #2074 from mix5003/fix-fi + +* Sat Sep 30 2021 Serghey Rodin - 1.0.0-1 +- Modern Web UI based on React +- Bugfixes + * Sat Sep 29 2019 Serghey Rodin - 0.9.8-26 - Let's Encrypt HTTP/2 support