Actually remove mysql-server dependency this time
This commit is contained in:
parent
b3452f6d8f
commit
00f9393a2a
1 changed files with 5 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ URL: http://www.wordpress.org
|
|||
Name: wordpress
|
||||
Version: 2.0.4
|
||||
Group: Applications/Publishing
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
License: GPL
|
||||
# Source0 with name-version does not work for web retrieval,
|
||||
# latest.tar.gz does not work for build
|
||||
|
|
@ -13,7 +13,7 @@ Source1: wordpress-httpd-conf
|
|||
Source2: README.fedora.wordpress
|
||||
Patch0: wordpress-bz213985.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Requires: php >= 4.1.0, httpd, mysql-server, php-mysql
|
||||
Requires: php >= 4.1.0, httpd, php-mysql
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
|
|
@ -74,6 +74,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||
%dir %{_sysconfdir}/wordpress
|
||||
|
||||
%changelog
|
||||
* Sun Dec 3 2006 John Berninger <jwb at redhat dot com> - 2.0.4-4
|
||||
- Remove mysql-server dependency for real this time.
|
||||
|
||||
* Sun Dec 3 2006 John Berninger <jwb at redhat dot com> - 2.0.4-3
|
||||
- Remove mysql-server dependency
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue