rpms/postgresql-pgpoolAdmin/EL-5 postgresql-pgpoolAdmin.spec, 1.2, 1.3

Devrim GÜNDÜZ (devrim) fedora-extras-commits at redhat.com
Tue Oct 16 19:09:14 UTC 2007


Author: devrim

Update of /cvs/extras/rpms/postgresql-pgpoolAdmin/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5408/EL-5

Modified Files:
	postgresql-pgpoolAdmin.spec 
Log Message:
- Fixed smarty error caused by wrong ownership
- Fix ownership problem of pgmgmt.conf




Index: postgresql-pgpoolAdmin.spec
===================================================================
RCS file: /cvs/extras/rpms/postgresql-pgpoolAdmin/EL-5/postgresql-pgpoolAdmin.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- postgresql-pgpoolAdmin.spec	16 Aug 2007 08:40:43 -0000	1.2
+++ postgresql-pgpoolAdmin.spec	16 Oct 2007 19:08:42 -0000	1.3
@@ -3,7 +3,7 @@
 Summary:	PgpoolAdmin - web-based pgpool administration
 Name:		postgresql-pgpoolAdmin
 Version:	1.0.0
-Release:	7%{?dist}
+Release:	9%{?dist}
 License:	BSD
 Group:		Applications/Databases
 URL:		http://pgpool.projects.postgresql.org
@@ -62,7 +62,7 @@
 %doc README README.euc_jp
 %dir %{_pgpoolAdmindir}
 %config(noreplace) %{_sysconfdir}/httpd/conf.d/%{name}.conf
-%config(noreplace) %{_sysconfdir}/%{name}/*
+%attr(%644,apache,apache,0644) %config(noreplace) %{_sysconfdir}/%{name}/*
 %attr(644,root,root) %{_pgpoolAdmindir}/*.php
 %{_pgpoolAdmindir}/conf
 %{_pgpoolAdmindir}/doc
@@ -71,10 +71,16 @@
 %{_pgpoolAdmindir}/lang
 %{_pgpoolAdmindir}/libs
 %{_pgpoolAdmindir}/templates
-%attr(755,root,apache) %{_pgpoolAdmindir}/templates_c
+%attr(755,apache,apache) %{_pgpoolAdmindir}/templates_c
 %{_pgpoolAdmindir}/screen.css
 
 %changelog
+* Tue Oct 16 2007 Devrim Gunduz <devrim at commandprompt.com> 1.0.0-9
+- Fixed smarty error caused by wrong ownership
+
+* Thu Aug 16 2007 Devrim Gunduz <devrim at commandprompt.com> 1.0.0-8
+- Fix ownership problem of pgmgmt.conf
+
 * Thu Aug 16 2007 Devrim Gunduz <devrim at commandprompt.com> 1.0.0-7
 - Fix httpd configuration file -- it was using wrong directory.
 




More information about the fedora-extras-commits mailing list