import UBI php-pecl-redis6-6.1.0-3.module+el9.8.0+24343+756b4fcd
This commit is contained in:
parent
cd0ce8951c
commit
a33e91099c
@ -1 +0,0 @@
|
||||
1
|
||||
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
/redis-6.1.0.tgz
|
||||
SOURCES/redis-6.1.0.tgz
|
||||
|
||||
1
.php-pecl-redis6.metadata
Normal file
1
.php-pecl-redis6.metadata
Normal file
@ -0,0 +1 @@
|
||||
8dae52e893779a7d03d384f1c4e12a432e432ded SOURCES/redis-6.1.0.tgz
|
||||
@ -26,7 +26,7 @@
|
||||
%bcond_with msgpack
|
||||
%bcond_with liblzf
|
||||
%endif
|
||||
%if 0%{?fedora} >= 41 || 0%{?rhel} >= 10
|
||||
%if 0%{?fedora} >= 41 || 0%{?rhel} >= 9
|
||||
%bcond_without valkey
|
||||
%else
|
||||
%bcond_with valkey
|
||||
@ -43,7 +43,7 @@
|
||||
Summary: PHP extension for interfacing with key-value stores
|
||||
Name: php-pecl-redis6
|
||||
Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}}
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
License: PHP-3.01
|
||||
URL: https://pecl.php.net/package/redis
|
||||
Source0: https://pecl.php.net/get/%{sources}.tgz
|
||||
@ -293,6 +293,9 @@ exit $ret
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jun 2 2026 Remi Collet <rcollet@redhat.com> - 6.1.0-3
|
||||
- use valkey for tests
|
||||
|
||||
* Wed Nov 20 2024 Remi Collet <rcollet@redhat.com> - 6.1.0-2
|
||||
- ignore 1 ONLINE test
|
||||
|
||||
@ -1,8 +0,0 @@
|
||||
#gating rhel
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-*
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier1-internal.functional}
|
||||
|
||||
@ -1,10 +0,0 @@
|
||||
summary: Internal Tier1 beakerlib tests
|
||||
discover:
|
||||
how: fmf
|
||||
url: https://gitlab.com/redhat/rhel/tests/php-pecl-redis6
|
||||
filter: "tier:1"
|
||||
execute:
|
||||
how: tmt
|
||||
adjust:
|
||||
enabled: false
|
||||
when: distro == centos-stream-10
|
||||
Loading…
Reference in New Issue
Block a user