From 771ec762402f492b93dbbfe7d29b37056d68cffb Mon Sep 17 00:00:00 2001 From: John Berninger Date: Fri, 27 Oct 2006 01:18:40 +0000 Subject: [PATCH] Doc update fixing BZ 207822, release bump --- README.fedora.wordpress | 6 ++++++ wordpress.spec | 5 ++++- 2 files changed, 10 insertions(+), 1 deletion(-) 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