From be4171edb0b40245c08c4afd27aac0139f092026 Mon Sep 17 00:00:00 2001
From: Alexey Berezhok <a@bayrepo.ru>
Date: Sat, 31 Aug 2024 11:28:51 +0300
Subject: [PATCH] Add requires to selector

---
 src/rpm/hestia/hestia.spec | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/src/rpm/hestia/hestia.spec b/src/rpm/hestia/hestia.spec
index 8790e23..99b2b51 100644
--- a/src/rpm/hestia/hestia.spec
+++ b/src/rpm/hestia/hestia.spec
@@ -2,7 +2,7 @@
 %global _hardened_build 1
 
 Name:              hestia
-Version:           1.8.4
+Version:           1.8.5
 Release:           1%{dist}.bayrepo.1
 Summary:           Hestia Control Panel
 Group:             System Environment/Base
@@ -26,6 +26,7 @@ Requires:          util-linux
 Requires:          zstd
 Requires:          jq
 Requires:          util-linux-user
+Requires:          hestiacp-php-selector
 Requires(post):    systemd
 Requires(preun):   systemd
 Requires(postun):  systemd
@@ -178,6 +179,10 @@ fi
 %{_tmpfilesdir}/%{name}.conf
 
 %changelog
+* Fri Aug 30 2024 Alexey Berezhok <a@bayrepo.ru> - 1.8.5-1.bayrepo.1
+- Added php cli selector support
+- Move mo/po files local
+
 * Fri Apr 5 2024 Alexey Berezhok <a@bayrepo.ru> - 1.8.1-1.bayrepo.2
 - Added fixes in rpm based installation
 - Added MSVSphere 9/8 support