#2 Fix build failure due to missing tmpfiles_create arguments
Merged 4 years ago by praiskup. Opened 4 years ago by pkubat.
rpms/ pkubat/postgresql-pgpool-II fix-master  into  master

file modified
+5 -2
@@ -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 @@ 

  # 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 @@ 

  

  

  %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