]> git.pld-linux.org Git - packages/zabbix.git/blobdiff - zabbix.spec
Add 'zabbix' user to the 'proc' group
[packages/zabbix.git] / zabbix.spec
index e51d71309c3e61829a8ebb60b9f945fe641f0980..9117d9cb0816613c8d9ed87d3994c092dda4ea21 100644 (file)
 Summary:       Zabbix - network monitoring software
 Summary(pl.UTF-8):     Zabbix - oprogramowanie do monitorowania sieci
 Name:          zabbix
-Version:       3.2.0
-Release:       1
+Version:       3.2.3
+Release:       2
 License:       GPL v2+
 Group:         Networking/Utilities
 Source0:       http://downloads.sourceforge.net/zabbix/%{name}-%{version}.tar.gz
-# Source0-md5: e2491b482868059f251902d5f636eacb
+# Source0-md5: b058115f9218b085310cd07bbbeb9cd0
 Source1:       %{name}-apache.conf
 Source2:       %{name}_server.service
 Source3:       %{name}_agentd.service
@@ -127,10 +127,14 @@ Requires: php(xml)
 Requires:      php(xmlreader)
 Requires:      php(xmlwriter)
 Requires:      webapps
+Requires:      webserver(alias)
+Requires:      webserver(indexfile)
 Requires:      webserver(php)
 Suggests:      php(mysql)
 Suggests:      php(pgsql)
 Suggests:      php(sqlite3)
+# used with sqlite3
+Suggests:      php(sysvsem)
 
 %description frontend-php
 This package provides web based (PHP) frontend for Zabbix.
@@ -273,9 +277,13 @@ Obsoletes: %{name}-server-postgresql
 %description server-sqlite3
 This package provides the Zabbix server binary for use with SQLite 3 database.
 
+NOTE: Support for SQLite 3 is EXPERIMENTAL and not recommended.
+
 %description server-sqlite3 -l pl.UTF-8
 Ten pakiet zawiera serwer Zabbiksa z obsługą bazy danych SQLite 3.
 
+INFO: Wsparcie dla SQLite 3 jest EKSPERYMENTALNE i nie rekomendowane.
+
 %package java
 Summary:       Zabbix Java Gateway
 Group:         Networking/Utilities
@@ -435,6 +443,7 @@ rm -rf $RPM_BUILD_ROOT
 %pre common
 %groupadd -g 111 zabbix
 %useradd -d / -u 111 -g zabbix -c "Zabbix User" -s /bin/false zabbix
+%addusertogroup -q zabbix proc
 
 %postun common
 if [ "$1" = "0" ]; then
This page took 0.133098 seconds and 4 git commands to generate.