SHA256
1
0
forked from pool/zabbix

Accepting request 1163657 from home:bmanojlovic:branches:server:monitoring:zabbix

- fix broken copypasta for system-user-zabbix source file and 
  file itself to remove gecos (description) in file
  fixes bsc#1222169 Packaging Error in system-user-zabbix-6.0.27-1.1.noarch package prevents upgrade
  Thanks Andreas Stieger for pointing out and reporter himself

OBS-URL: https://build.opensuse.org/request/show/1163657
OBS-URL: https://build.opensuse.org/package/show/server:monitoring:zabbix/zabbix?expand=0&rev=56
This commit is contained in:
Boris Manojlovic 2024-03-30 09:46:31 +00:00 committed by Git OBS Bridge
parent a095fddab7
commit 312d757ba5
3 changed files with 11 additions and 3 deletions

View File

@ -1,6 +1,6 @@
#Type Name ID GECOS Home directory Shell
g zabbix - "Zabbix agent"
g zabbixs - "Zabbix server"
g zabbix -
g zabbixs -
u zabbix - "Zabbix agent" /var/lib/zabbix -
u zabbixs - "Zabbix agent" /var/lib/zabbixs -
m zabbix zabbix

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Mar 30 09:33:35 UTC 2024 - Boris Manojlovic <boris@steki.net>
- fix broken copypasta for system-user-zabbix source file and
file itself to remove gecos (description) in file
fixes bsc#1222169 Packaging Error in system-user-zabbix-6.0.27-1.1.noarch package prevents upgrade
Thanks Andreas Stieger for pointing out and reporter himself
-------------------------------------------------------------------
Fri Mar 22 16:11:33 UTC 2024 - Boris Manojlovic <boris@steki.net>

View File

@ -319,7 +319,7 @@ cp -r zabbix-%{version} zabbix-%{version}-sqlite
cd -
%build
%sysusers_generate_pre %{SOURCE1} zabbix system-user-zabbix.conf
%sysusers_generate_pre %{SOURCE16} zabbix system-user-zabbix.conf
ZABBIX_BASIC_CONFIG="--enable-proxy --enable-server --enable-agent --sysconfdir=%{_sysconfdir}/zabbix \
--with-openipmi --enable-java --enable-ipv6 --with-ssh2 --with-ldap --with-unixodbc \
--with-libcurl --with-net-snmp --with-libxml2 --with-openssl --with-libpcre --with-libevent"