rpms/gallery2/devel gallery2.spec,1.2,1.3

John Berninger (jwb) fedora-extras-commits at redhat.com
Wed Aug 2 18:08:42 UTC 2006


Author: jwb

Update of /cvs/extras/rpms/gallery2/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30351/devel

Modified Files:
	gallery2.spec 
Log Message:
Fixes in FC-4, FC-5, devel for BZ 200793



Index: gallery2.spec
===================================================================
RCS file: /cvs/extras/rpms/gallery2/devel/gallery2.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gallery2.spec	8 Jun 2006 18:55:00 -0000	1.2
+++ gallery2.spec	2 Aug 2006 18:08:42 -0000	1.3
@@ -6,7 +6,7 @@
 Name: gallery2
 Version: 2.1
 Group: Applications/Publishing
-Release: 0.22.svn20060524%{?dist}
+Release: 0.23.svn20060524%{?dist}
 License: GPL
 # Source0: http://dl.sf.net/gallery/gallery-2.1-developer.tar.gz
 # Using SVN tarball for source to resolve provides issues sanely
@@ -571,7 +571,7 @@
 %install
 mkdir -p ${RPM_BUILD_ROOT}%{installprefix}/gallery2
 install -m 0644 -D -p %{SOURCE1} ${RPM_BUILD_ROOT}%{_sysconfdir}/httpd/conf.d/gallery2.conf
-cp -pr %{SOURCE2} ${RPM_BUILD_ROOT}%{installprefix}/gallery2/.htaccess
+install -m 0644 -p %{SOURCE2} ${RPM_BUILD_ROOT}%{installprefix}/gallery2/.htaccess
 cp -pr * ${RPM_BUILD_ROOT}%{installprefix}/gallery2
 install -m 0644 -p %{SOURCE3} ${RPM_BUILD_ROOT}%{installprefix}/gallery2/README.fedora
 echo "<?php /* This file intentionally empty - it is populated during Gallery's setup / configuration process*/ ?>" > ${RPM_BUILD_ROOT}%{installprefix}/gallery2/config.php
@@ -866,6 +866,9 @@
 %{installprefix}/gallery2/themes/tile/
 
 %changelog
+* Wed Aug  2 2006 John Berninger <johnw at berningeronline dot net> - 2.1-0.23.svn20060524
+- Fix /usr/share/gallery2/.htaccess permissions - bz # 200793
+
 * Thu Jun  8 2006 John Berninger <johnw at berningeronline dot net> - 2.1-0.22.svn20060524
 - Fix problem with config.php getting put into /usr/share/gallery2 - move it
   to /srv/gallery2 to avoid issues with a ro /usr partition




More information about the fedora-extras-commits mailing list