From c57b807c05c79ee65d7f2ab35a172a76eb93fed6 Mon Sep 17 00:00:00 2001 From: Petr Kubat Date: Fri, 12 Jul 2019 14:06:31 +0200 Subject: [PATCH] Fix build failure due to missing tmpfiles_create arguments --- postgresql-pgpool-II.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/postgresql-pgpool-II.spec b/postgresql-pgpool-II.spec index 680f637..375c1bb 100644 --- a/postgresql-pgpool-II.spec +++ b/postgresql-pgpool-II.spec @@ -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 - 4.0.3-2 +- Fix build failure due to missing tmpfiles_create arguments + * Thu Feb 21 2019 Jozef Mlich - 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