From: Marcin Krol <hawk@tld-linux.org>
Date: Sun, 16 Jun 2024 12:45:37 +0000 (+0200)
Subject: - fix noautoreq
X-Git-Url: https://git.tld-linux.org/?a=commitdiff_plain;h=640c7731d62e3007c673732fd598c88f2a39182c;p=packages%2Fzabbix.git

- fix noautoreq
---

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