Fix build failure due to missing tmpfiles_create arguments

This commit is contained in:
Petr Kubat 2019-07-12 14:06:31 +02:00
commit c57b807c05

View file

@ -10,7 +10,7 @@
Summary: Pgpool is a connection pooling/replication server for PostgreSQL
Name: postgresql-%{short_name}
Version: 4.0.3
Release: 1%{?dist}
Release: 2%{?dist}
License: BSD
URL: http://pgpool.net
Source0: http://www.pgpool.net/mediawiki/images/%{short_name}-%{version}.tar.gz
@ -138,7 +138,7 @@ rm -f %{buildroot}%{_libdir}/libpcp.{a,la}
# This adds the proper /etc/rc*.d links for the script
/sbin/chkconfig --add pgpool
%endif
%tmpfiles_create
%tmpfiles_create %{_tmpfilesdir}/%{name}.conf
%preun
%if %{systemd_enabled}
@ -233,6 +233,9 @@ fi
%changelog
* Fri Jul 12 2019 Petr Kubat <pkubat@redhat.com> - 4.0.3-2
- Fix build failure due to missing tmpfiles_create arguments
* Thu Feb 21 2019 Jozef Mlich <imlich@fit.vutbr.cz> - 4.0.3-1
- update to the latest version, per release notes:
http://www.pgpool.net/docs/latest/en/html/release-4-0-3.html