diff --git a/README.fedora.wordpress b/README.fedora.wordpress index 060e2c1..8a4518d 100644 --- a/README.fedora.wordpress +++ b/README.fedora.wordpress @@ -21,6 +21,12 @@ username / password inside MySQL first: Bye # +Under certain curcumstances, you may need to run variations of the "grant" +command: +mysql> grant all privileges on wordpress.* to wordpress@localhost identified by 'wordpress'; + OR +mysql> grant all privileges on wordpress.* to wordpress@'%' identified by 'wordpress'; + This has created an empty database called 'wordpress', created a user named 'wordpress' with a password of 'wordpress', and given the 'wordpress' user total permission over the 'wordpress' database. Obviously, you'll want to select a diff --git a/wordpress.spec b/wordpress.spec index 2695aa0..34a7f20 100644 --- a/wordpress.spec +++ b/wordpress.spec @@ -3,7 +3,7 @@ URL: http://www.wordpress.org Name: wordpress Version: 2.0.4 Group: Applications/Publishing -Release: 0%{?dist} +Release: 1%{?dist} License: GPL # Source0 with name-version does not work for web retrieval, # latest.tar.gz does not work for build @@ -72,6 +72,9 @@ rm -rf ${RPM_BUILD_ROOT} %dir %{_sysconfdir}/wordpress %changelog +* Thu Oct 26 2006 John Berninger - 2.0.4-1 +- Doc fix for BZ 207822 + * Sat Aug 12 2006 John Berninger - 2.0.4-0 - Upstream security vulns - bz 201989