We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64d16d1 commit e6376b9Copy full SHA for e6376b9
extras/python-sambacc.spec
@@ -40,12 +40,16 @@ Summary: %{summary}
40
# Distro requires that are technically optional for the lib
41
Requires: python3-samba
42
Requires: python3-pyxattr
43
-%if 0%{?fedora} >= 37
+%if 0%{?fedora} >= 37 || 0%{?rhel} >= 9
44
+# Enable extras other than validation as the dependency needed
45
+# is too old on centos/rhel 9.
46
Recommends: %{name}+toml
-Recommends: %{name}+validation
47
Recommends: %{name}+yaml
48
Recommends: %{name}+rados
49
%endif
50
+%if 0%{?fedora} >= 37
51
+Recommends: %{name}+validation
52
+%endif
53
54
%description -n python3-%{bname} %_description
55
0 commit comments