Fix for BZ 213985
This commit is contained in:
parent
694fb7c736
commit
66829addd7
3 changed files with 7 additions and 4 deletions
|
|
@ -1 +1 @@
|
|||
wordpress-2.0.4.tar.gz
|
||||
wordpress-2.0.5.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
0de8e4b2051ce9313a23d7726210d5e3 wordpress-2.0.4.tar.gz
|
||||
f16ffc47e22ba3540a1e4f32354fae0e wordpress-2.0.5.tar.gz
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ URL: http://www.wordpress.org
|
|||
Name: wordpress
|
||||
Version: 2.0.5
|
||||
Group: Applications/Publishing
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: GPL
|
||||
# Source0 with name-version does not work for web retrieval,
|
||||
# latest.tar.gz does not work for build
|
||||
|
|
@ -12,7 +12,7 @@ Source0: http://wordpress.org/%{name}-%{version}.tar.gz
|
|||
Source1: wordpress-httpd-conf
|
||||
Source2: README.fedora.wordpress
|
||||
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
|
||||
|
|
@ -72,6 +72,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||
%dir %{_sysconfdir}/wordpress
|
||||
|
||||
%changelog
|
||||
* Sun Dec 3 2006 John Berninger <jwb at redhat dot com> - 2.0.5-2
|
||||
- Remove mysql-server dependency
|
||||
|
||||
* Sun Dec 3 2006 John Berninger <jwb at redhat dot com> - 2.0.5-1
|
||||
- Update to upstream 2.0.5 to fix vuln in bz 213985
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue