WordPress 6.4.2 Maintenance & Security Release
(cherry picked from commit a4d1623c1c)
This commit is contained in:
parent
d361df888c
commit
f5111cd229
2 changed files with 5 additions and 15 deletions
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (wordpress-6.5.4.tar.gz) = 4300137980c9d0f4c7f4a2ca5771c3b1f70ac7c216f0c634b3c2c755214b697dc6af3223b05f848e2c7133342147e9ef191fd1408bb0f44ab80c03d7f2b3bb0b
|
||||
SHA512 (wordpress-6.5.5.tar.gz) = 34b401f6abf08d654188906117c54e962e22fb1e8abcfec2a191d761d5719b4cfe7c33d33f6da786b3e6a04e50622429d5d7c9f9b8baec0bd08430b1f4435ff7
|
||||
|
|
|
|||
|
|
@ -8,12 +8,7 @@
|
|||
%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
|
||||
%global wp_content %{_datadir}/wordpress/wp-content
|
||||
|
||||
%if 0%{?fedora} >= 21 || 0%{?rhel} >= 8
|
||||
%global with_nginx 1
|
||||
%else
|
||||
%global with_nginx 0
|
||||
%endif
|
||||
%global upstream_version 6.5.4
|
||||
%global upstream_version 6.5.5
|
||||
#global upstream_prever RC5
|
||||
#global upstream_lower rc5
|
||||
|
||||
|
|
@ -65,16 +60,12 @@ BuildRequires: php-cli
|
|||
BuildRequires: php-patchwork-jsqueeze
|
||||
BuildRequires: php(language) >= 7.2
|
||||
|
||||
%if %{with_nginx}
|
||||
Requires: webserver
|
||||
Requires: php(httpd)
|
||||
Suggests: httpd
|
||||
# For directory ownership
|
||||
Requires: httpd-filesystem
|
||||
Requires: nginx-filesystem
|
||||
%else
|
||||
Requires: php
|
||||
%endif
|
||||
Requires: php(language) >= 7.2
|
||||
Requires: php-sodium
|
||||
Requires: php-ctype
|
||||
|
|
@ -195,9 +186,7 @@ grep ' VERSION ' wp-includes/PHPMailer/PHPMailer.php
|
|||
# Apache configuration
|
||||
install -m 0644 -D -p %{SOURCE1} ${RPM_BUILD_ROOT}%{_sysconfdir}/httpd/conf.d/wordpress.conf
|
||||
|
||||
%if %{with_nginx}
|
||||
install -m 0644 -D -p %{SOURCE4} ${RPM_BUILD_ROOT}%{_sysconfdir}/nginx/default.d/wordpress.conf
|
||||
%endif
|
||||
|
||||
# Application
|
||||
mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/wordpress
|
||||
|
|
@ -239,9 +228,7 @@ end
|
|||
|
||||
%files
|
||||
%config(noreplace) %{_sysconfdir}/httpd/conf.d/wordpress.conf
|
||||
%if %{with_nginx}
|
||||
%config(noreplace) %{_sysconfdir}/nginx/default.d/wordpress.conf
|
||||
%endif
|
||||
%dir %{_datadir}/wordpress
|
||||
%{_datadir}/wordpress/wp-admin
|
||||
%{_datadir}/wordpress/wp-includes
|
||||
|
|
@ -266,6 +253,9 @@ end
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Jul 2 2024 Remi Collet <remi@remirepo.net> - 6.5.5-1
|
||||
- WordPress 6.4.2 Maintenance & Security Release
|
||||
|
||||
* Thu Jun 6 2024 Remi Collet <remi@remirepo.net> - 6.5.4-1
|
||||
- WordPress 6.5.4 Maintenance Release
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue