From bf2e4779e97e6f03ce18e99617f2313cf183cb94b272d8fc0f5917674f0e8f8d Mon Sep 17 00:00:00 2001 From: Dario Faggioli Date: Thu, 22 Feb 2024 18:06:06 +0000 Subject: [PATCH] Accepting request 1149620 from home:dfaggioli:microos-desktop - Add flatpak as a dependency, as we need it for distrobox-host-exec to work properly (bsc#1220037) OBS-URL: https://build.opensuse.org/request/show/1149620 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/distrobox?expand=0&rev=37 --- distrobox.changes | 6 ++++++ distrobox.spec | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) 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