#3 Fix build failure due to missing tmpfiles_create arguments
Closed 4 years ago by pkubat. Opened 4 years ago by pkubat.
rpms/ pkubat/postgresql-pgpool-II stream-postgresql-11  into  stream-postgresql-11

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

no initial comment

rebased onto c57b807

4 years ago

I noticed that stream-postgresql-11 and master point to the same commit hashes, so likely better to merge the branch with master once #2 is merged. Closing for now.

Pull-Request has been closed by pkubat

4 years ago