WordPress 5.5.1 Maintenance Release
This commit is contained in:
parent
8fc4eba2f3
commit
5cfa351092
2 changed files with 5 additions and 17 deletions
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (wordpress-5.5.tar.gz) = 1fe7ba37023aef4dae01318be06672621454fba90ed4d881c7483573abc6e6e6ba1c0bce16dcc2f4a6b33fde2cd7710ac99827a0939a51f75917d78263a03865
|
||||
SHA512 (wordpress-5.5.1.tar.gz) = 11285e6e776756185814cde905986ce01f586d159fb06de5d16463cec544c8b3b85a695af51e9de71cbcd79f039ed8f6da233a8e82f5ee797d5124983b6ff0d3
|
||||
|
|
|
|||
|
|
@ -13,12 +13,7 @@
|
|||
%else
|
||||
%global with_nginx 0
|
||||
%endif
|
||||
%if 0%{?fedora} >= 28 || 0%{?rhel} >= 8
|
||||
%global clean_compat 1
|
||||
%else
|
||||
%global clean_compat 0
|
||||
%endif
|
||||
%global upstream_version 5.5
|
||||
%global upstream_version 5.5.1
|
||||
#global upstream_prever RC5
|
||||
#global upstream_lower rc5
|
||||
|
||||
|
|
@ -69,11 +64,7 @@ Patch8: wordpress-5.1-remove-jshint-refs.patch
|
|||
BuildArch: noarch
|
||||
BuildRequires: php-cli
|
||||
BuildRequires: php-patchwork-jsqueeze
|
||||
%if %{clean_compat}
|
||||
BuildRequires: php(language) >= 7.2
|
||||
%else
|
||||
BuildRequires: php(language) >= 5.6.20
|
||||
%endif
|
||||
|
||||
%if %{with_nginx}
|
||||
Requires: webserver
|
||||
|
|
@ -85,12 +76,8 @@ Requires: nginx-filesystem
|
|||
%else
|
||||
Requires: php
|
||||
%endif
|
||||
%if %{clean_compat}
|
||||
Requires: php(language) >= 7.2
|
||||
Requires: php-sodium
|
||||
%else
|
||||
Requires: php(language) >= 5.6.20
|
||||
%endif
|
||||
Requires: php-simplepie >= 1.3.1
|
||||
Requires: php-getid3
|
||||
Requires: php-ctype
|
||||
|
|
@ -142,12 +129,10 @@ rm -rf wp-includes/js/swfupload
|
|||
# remove .htaccess, protected by httpd config file
|
||||
rm wp-content/plugins/akismet/.htaccess
|
||||
|
||||
%if %{clean_compat}
|
||||
# only for PHP < 7.0 without random_int
|
||||
rm -rf wp-includes/random_compat
|
||||
# only for PHP < 7.2 without sodium_crypto_box
|
||||
rm -rf wp-includes/sodium_compat
|
||||
%endif
|
||||
|
||||
%patch0 -p1 -b .dolly
|
||||
#patch1 -p1 -b .rhbz522897
|
||||
|
|
@ -293,6 +278,9 @@ find ${RPM_BUILD_ROOT} \( -name \*.dolly -o -name \*.rhbz522897 -o -name \*.orig
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Sep 2 2020 Remi Collet <remi@remirepo.net> - 5.5.1-1
|
||||
- WordPress 5.5.1 Maintenance Release
|
||||
|
||||
* Wed Aug 12 2020 Remi Collet <remi@remirepo.net> - 5.5-1
|
||||
- WordPress 5.5 “Eckstine”
|
||||
- requires php-phpmailer6 instead of old php-PHPMailer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue