Hello,
I am trying to use your project to build libzbxpgsql for zabbix 4. It doesn't work for centos because spec file tries to copy query.conf. But this file doesn't exist on the good location. When I comment those lines:
install -m 644 $RPM_BUILD_ROOT/query.conf $RPM_BUILD_ROOT%{_sysconfdir}/%{name}.d/
%{_sysconfdir}/%{name}.d/query.conf
It works and i can build a RPM
Hello,
I am trying to use your project to build libzbxpgsql for zabbix 4. It doesn't work for centos because spec file tries to copy query.conf. But this file doesn't exist on the good location. When I comment those lines:
It works and i can build a RPM