diff --git a/distrobox.changes b/distrobox.changes index c0c6a4d..941385d 100644 --- a/distrobox.changes +++ b/distrobox.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Feb 22 17:54:06 UTC 2024 - Dario Faggioli + +- Add flatpak as a dependency, as we need it for distrobox-host-exec + to work properly (bsc#1220037) + ------------------------------------------------------------------- Wed Feb 21 10:53:53 UTC 2024 - Enrico Belleri diff --git a/distrobox.spec b/distrobox.spec index 6176f63..22ed03b 100644 --- a/distrobox.spec +++ b/distrobox.spec @@ -1,7 +1,7 @@ # # spec file for package distrobox # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -34,6 +34,8 @@ Requires: (%{_bindir}/podman or %{_bindir}/docker) # Idea would be: if bash completion is already there, let's have it. If # not, let's "only" recommend it... Requires: (%{name}-bash-completion if bash-completion) +# For distrobox-exec to work properly, we need flatpak helper services (bsc#1220037) +Requires: flatpak BuildRequires: ImageMagick BuildRequires: hicolor-icon-theme BuildArch: noarch