diff --git a/helix.changes b/helix.changes index 411093c..1d8d494 100644 --- a/helix.changes +++ b/helix.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 1 00:12:53 UTC 2023 - Soc Virnyl Estela + +- Replace Suggests to Recommends. + ------------------------------------------------------------------- Wed Mar 1 00:04:56 UTC 2023 - Soc Virnyl Estela diff --git a/helix.spec b/helix.spec index 9952e2e..1ead578 100644 --- a/helix.spec +++ b/helix.spec @@ -34,7 +34,7 @@ BuildRequires: c_compiler BuildRequires: cargo-packaging BuildRequires: hicolor-icon-theme BuildRequires: update-desktop-files -Suggests: %{name}-runtime +Recommends: %{name}-runtime ExclusiveArch: %{rust_arches} %description @@ -80,7 +80,7 @@ done %package runtime Summary: Runtime files for %{name} -Suggests: %{name} +Recommends: %{name} %description runtime Helix runtime files. Separated due to how huge the runtime files are.