update to v2.1 to fix multiple bz/vuln's
This commit is contained in:
parent
f38988bf6e
commit
17871ed1ef
3 changed files with 8 additions and 4 deletions
|
|
@ -1 +1 @@
|
|||
wordpress-2.0.5.tar.gz
|
||||
wordpress-2.1.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
f16ffc47e22ba3540a1e4f32354fae0e wordpress-2.0.5.tar.gz
|
||||
a8ffd0063b080de4789b928696c1fb26 wordpress-2.1.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
Summary: WordPress blogging software
|
||||
URL: http://www.wordpress.org
|
||||
Name: wordpress
|
||||
Version: 2.0.5
|
||||
Version: 2.1
|
||||
Group: Applications/Publishing
|
||||
Release: 1%{?dist}
|
||||
Release: 0%{?dist}
|
||||
License: GPL
|
||||
# Source0 with name-version does not work for web retrieval,
|
||||
# latest.tar.gz does not work for build
|
||||
|
|
@ -57,6 +57,7 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||
%{_datadir}/wordpress/wp-config-sample.php
|
||||
%{_datadir}/wordpress/wp-config.php
|
||||
%config(noreplace) %{_sysconfdir}/wordpress/wp-config.php
|
||||
%{_datadir}/wordpress/wp-cron.php
|
||||
%{_datadir}/wordpress/wp-feed.php
|
||||
%{_datadir}/wordpress/wp-links-opml.php
|
||||
%{_datadir}/wordpress/wp-login.php
|
||||
|
|
@ -72,6 +73,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||
%dir %{_sysconfdir}/wordpress
|
||||
|
||||
%changelog
|
||||
* Wed Jan 31 2007 John Berninger <jwb at redhat dot com> - 2.1-0
|
||||
- update to v 2.1 to fix multiple bz/vuln's
|
||||
|
||||
* Wed Dec 27 2006 John Berninger <jwb at redhat dot com> - 2.0.5-1
|
||||
- ver 2.0.5 to fix bz 220818
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue