[postgresql-pgpool-II] - incorrect permissions on init script

Jozef Mlich jmlich at fedoraproject.org
Mon Dec 15 14:15:55 UTC 2014


commit 164a536f0bd14e732180591b1a352051ae8b36bf
Author: Jozef Mlich <jmlich at redhat.com>
Date:   Mon Dec 15 15:16:03 2014 +0100

    - incorrect permissions on init script

 postgresql-pgpool-II.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/postgresql-pgpool-II.spec b/postgresql-pgpool-II.spec
index 8ff1a03..3bf2e5e 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:		3.4.0
-Release:		4%{?dist}
+Release:		5%{?dist}
 License:		BSD
 Group:			Applications/Databases
 URL:			http://pgpool.net
@@ -120,7 +120,7 @@ EOF
 
 %else
 install -d %{buildroot}%{_sysconfdir}/init.d
-install -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/init.d/pgpool
+install -m 755 %{SOURCE3} %{buildroot}%{_sysconfdir}/init.d/pgpool
 %endif
 
 install -d %{buildroot}%{_sysconfdir}/sysconfig
@@ -228,6 +228,9 @@ fi
 
 
 %changelog
+* Mon Dec 15 2014 Jozef Mlich <jmlich at redhat.com> - 3.4.0-5
+- incorrect permissions on init script. 
+
 * Thu Dec 11 2014 Jozef Mlich <jmlich at redhat.com> - 3.4.0-4
 - incorrect epoch in obsoletes of recovery subpackage
 - fixed some rpmlint warnings


More information about the scm-commits mailing list