rebase to 8.1.30
Resolves: RHEL-64144
This commit is contained in:
parent
1d0ea87cd4
commit
3d147fbbbd
11
.gitignore
vendored
11
.gitignore
vendored
@ -1,8 +1,7 @@
|
||||
/php-8.0.*.tar.xz
|
||||
/php-8.0.*.tar.xz.asc
|
||||
/php-8.2.*.tar.xz
|
||||
/php-8.2.*.tar.xz.asc
|
||||
/php-8.1.14.tar.xz
|
||||
/php-8.1.14.tar.xz.asc
|
||||
/php-8.0.*.tar.xz*
|
||||
/php-8.2.*.tar.xz*
|
||||
/php-8.3.*.tar.xz*
|
||||
/php-8.1.27.tar.xz
|
||||
/php-8.1.27.tar.xz.asc
|
||||
/php-8.1.30.tar.xz
|
||||
/php-8.1.30.tar.xz.asc
|
||||
|
5
php.spec
5
php.spec
@ -64,7 +64,7 @@
|
||||
%bcond_with imap
|
||||
%bcond_without lmdb
|
||||
|
||||
%global upver 8.1.27
|
||||
%global upver 8.1.30
|
||||
#global rcver RC1
|
||||
|
||||
Summary: PHP scripting language for creating dynamic web sites
|
||||
@ -1539,6 +1539,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Nov 12 2024 Remi Collet <rcollet@redhat.com> - 8.1.30-1
|
||||
- rebase to 8.1.30 RHEL-64144
|
||||
|
||||
* Thu Dec 21 2023 Remi Collet <rcollet@redhat.com> - 8.1.27-1
|
||||
- rebase to 8.1.27 RHEL-19093
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (php-8.1.27.tar.xz) = 07fb2b8e10e2487635e26bfd8a27949a26b85f76bc3984ad8599224bb7a7f9498d84299335ae5a0bba16599275e9747ab141f73f4f2076ddf49ebec8e76fd0ed
|
||||
SHA512 (php-8.1.27.tar.xz.asc) = 2138f31f12e8353b14fb38d79b2a0ebe10f00d8b34cbbfc89baefa6efed32000ece0d48de815c3e14908d3bb160a162ad2beed14d71cf7b532932f97192bae55
|
||||
SHA512 (php-8.1.30.tar.xz) = cdca1c1671362272bf6c2abf45d097b42ca06c0abf962ee814bf478f8b346f274f42a1b1aa6603cdd59a1978a8b9d1971b589706f2909b6ea34594de0edaee1e
|
||||
SHA512 (php-8.1.30.tar.xz.asc) = bb4ef0449c389747473a10acc0cf3777eb043658dbc1ef2bdc6a4aff93be2e5e9a0934a2e426d741e198e0546dd11c55258d8d46927acc35572cbe9321804fb2
|
||||
|
Loading…
Reference in New Issue
Block a user