rpms/drupal/F-7 drupal.conf,1.1,1.2 drupal.spec,1.6,1.7

Jon Ciesla (limb) fedora-extras-commits at redhat.com
Tue Jan 8 13:11:19 UTC 2008


Author: limb

Update of /cvs/pkgs/rpms/drupal/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4706

Modified Files:
	drupal.conf drupal.spec 
Log Message:
BZ 427720.



Index: drupal.conf
===================================================================
RCS file: /cvs/pkgs/rpms/drupal/F-7/drupal.conf,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- drupal.conf	24 Jul 2007 00:33:23 -0000	1.1
+++ drupal.conf	8 Jan 2008 13:10:36 -0000	1.2
@@ -11,4 +11,5 @@
 	#Allow from all
 	#Uncomment the following line for setup
         #Allow from 127.0.0.1
+	AllowOverride All
 </Directory>


Index: drupal.spec
===================================================================
RCS file: /cvs/pkgs/rpms/drupal/F-7/drupal.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- drupal.spec	10 Dec 2007 15:45:12 -0000	1.6
+++ drupal.spec	8 Jan 2008 13:10:36 -0000	1.7
@@ -1,7 +1,7 @@
 %define drupaldir %{_datadir}/drupal
 Name: drupal
 Version:  5.5
-Release:  1%{?dist}
+Release:  2%{?dist}
 Summary: An open-source content-management platform
 
 Group: Applications/Publishing
@@ -35,6 +35,7 @@
 rm -rf %{buildroot}
 install -d %{buildroot}%{drupaldir}
 cp -pr * %{buildroot}%{drupaldir}
+cp -pr .htaccess %{buildroot}%{drupaldir}
 mkdir -p %{buildroot}%{_sysconfdir}/httpd
 mkdir -p %{buildroot}%{_sysconfdir}/httpd/conf.d
 cp -pr %SOURCE1 %{buildroot}%{_sysconfdir}/httpd/conf.d
@@ -69,6 +70,9 @@
 %dir %attr(775,root,apache) %{_localstatedir}/lib/drupal/
 
 %changelog
+* Mon Jan 07 2008 Jon Ciesla <limb at jcomserv.net> - 5.5-2
+- Include .htaccess file, BZ 427720.
+
 * Mon Dec 10 2007 Jon Ciesla <limb at jcomserv.net> - 5.5-1
 - Upgrade to 5.5, critical fixes.
 




More information about the fedora-extras-commits mailing list