diff --git a/cockpit.changes b/cockpit.changes index 16789ee..1d3d1d5 100644 --- a/cockpit.changes +++ b/cockpit.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Apr 16 12:11:05 UTC 2024 - Adam Majer + +- Do not require setroubleshoot in cockpit-selinux on Leap. + It's not there + ------------------------------------------------------------------- Mon Mar 4 13:24:23 UTC 2024 - Adam Majer diff --git a/cockpit.spec b/cockpit.spec index 383e07e..e07ffa6 100644 --- a/cockpit.spec +++ b/cockpit.spec @@ -812,7 +812,7 @@ Requires: cockpit-bridge >= %{required_base} Requires: cockpit-shell >= %{required_base} Requires: policycoreutils-python-utils >= 3.1 # setroubleshoot is available on SLE Micro starting with 5.5) -%if !0%{?is_smo} || ( 0%{?is_smo} && 0%{?sle_version} >= 150500 ) +%if !0%{?suse_version} || ( 0%{?is_smo} && 0%{?sle_version} >= 150500 ) || 0%{?suse_version} >= 1600 Requires: setroubleshoot-server >= 3.3.3 %endif BuildArch: noarch