File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,11 @@ Requires: python%{python3_pkgversion}-jinja2
3535Requires: python%{python3_pkgversion }-ply
3636Requires: python%{python3_pkgversion }-yaml
3737Requires: python%{python3_pkgversion }-redis
38+ %if 0%{?rhel } <= 9
3839Requires: redis
40+ %else
41+ Requires: valkey
42+ %endif
3943BuildRequires: python%{python3_pkgversion }-ply
4044BuildRequires: python%{python3_pkgversion }-jinja2
4145BuildRequires: python%{python3_pkgversion }-yaml
@@ -44,7 +48,11 @@ BuildRequires: python%{python3_pkgversion}-devel
4448BuildRequires: python%{python3_pkgversion }-nemea-pytrap
4549BuildRequires: python%{python3_pkgversion }-pynspect
4650BuildRequires: python%{python3_pkgversion }-redis
51+ %if 0%{?rhel } <= 9
4752BuildRequires: redis
53+ %else
54+ BuildRequires: valkey
55+ %endif
4856
4957%description -n python%{python3_pkgversion }-%{pypi_name }
5058The module contains methods for creation and submission of incident reports in IDEA format.
You can’t perform that action at this time.
0 commit comments