rpms/drupal/devel drupal-README.fedora,1.1,1.2 drupal.spec,1.3,1.4

Jon Ciesla (limb) fedora-extras-commits at redhat.com
Mon Sep 24 11:55:33 UTC 2007


Author: limb

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

Modified Files:
	drupal-README.fedora drupal.spec 
Log Message:
Minor doc correction, BZ 301541



Index: drupal-README.fedora
===================================================================
RCS file: /cvs/pkgs/rpms/drupal/devel/drupal-README.fedora,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- drupal-README.fedora	23 Jul 2007 23:55:51 -0000	1.1
+++ drupal-README.fedora	24 Sep 2007 11:55:00 -0000	1.2
@@ -2,14 +2,20 @@
 
 1. DB setup
 
-Follow the installation instructions in INSTALL.*.txt to complete the setup
-of and connection of Drupal to the required database, including chmod 644 on
-/etc/drupal/default/settings.php, uncommenting the appropriate line in 
+To begin with, install php-mysql or php-pgsql, depending on which db backend
+you intend to use.
+
+Then, follow the installation instructions in INSTALL.*.txt to complete the 
+setup of and connection of Drupal to the required database, including chmod 
+666 on /etc/drupal/default/settings.php, uncommenting the appropriate line in 
 /etc/httpd/conf.d/drupal.conf, and restarting httpd.
 
 Once these steps have been completed, you should be ready to connect to http://yourhost/drupal
 to complete the initial setup.
 
+Remember to change the /etc/drupal/default/settings.php permissions back to 
+644 when you've finished the initial setup.
+
 2. Enable remote access
 
 Drupal ships in Fedora with all non-localhost access disabled.  Comment and


Index: drupal.spec
===================================================================
RCS file: /cvs/pkgs/rpms/drupal/devel/drupal.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- drupal.spec	16 Aug 2007 12:07:43 -0000	1.3
+++ drupal.spec	24 Sep 2007 11:55:00 -0000	1.4
@@ -1,7 +1,7 @@
 %define drupaldir %{_datadir}/drupal
 Name: drupal
 Version:  5.2
-Release:  2%{?dist}
+Release:  3%{?dist}
 Summary: An open-source content-management platform
 
 Group: Applications/Publishing
@@ -69,6 +69,9 @@
 %dir %attr(755,root,apache) %{_localstatedir}/lib/drupal/
 
 %changelog
+* Mon Sep 24 2007 Jon Ciesla <limb at jcomserv.net> - 5.2-3
+- Minor doc correction, BZ 301541.
+
 * Thu Aug 16 2007 Jon Ciesla <limb at jcomserv.net> - 5.2-2
 - License tag correction.
 




More information about the fedora-extras-commits mailing list