From 640c7731d62e3007c673732fd598c88f2a39182c Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Sun, 16 Jun 2024 14:45:37 +0200 Subject: [PATCH 1/1] - fix noautoreq --- zabbix.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zabbix.spec b/zabbix.spec index b044a85..5997c3c 100644 --- a/zabbix.spec +++ b/zabbix.spec @@ -11,7 +11,7 @@ %define databases %{?with_sqlite3:sqlite3} %{?with_pgsql:postgresql} %{?with_mysql:mysql} %define any_database %{with pgsql}%{with mysql}%{with sqlite3} -%define _noautoreq 'pear(.*\.php)' +%define _noautoreq_pear /etc/zabbix/web/maintenance\.inc\.php include/.*\.php vendor/.*\.php %define php_min_version 7.2.5 -- 2.45.2