rpms/drupal/devel drupal.conf,1.1,1.2 drupal.spec,1.8,1.9

Jon Ciesla (limb) fedora-extras-commits at redhat.com
Mon Jan 7 19:50:31 UTC 2008


Author: limb

Update of /cvs/pkgs/rpms/drupal/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27709

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



Index: drupal.conf
===================================================================
RCS file: /cvs/pkgs/rpms/drupal/devel/drupal.conf,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- drupal.conf	23 Jul 2007 23:55:51 -0000	1.1
+++ drupal.conf	7 Jan 2008 19:49:54 -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/devel/drupal.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- drupal.spec	10 Dec 2007 15:31:34 -0000	1.8
+++ drupal.spec	7 Jan 2008 19:49:54 -0000	1.9
@@ -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