Accepting request 1149621 from Virtualization:containers
OBS-URL: https://build.opensuse.org/request/show/1149621 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/distrobox?expand=0&rev=17
This commit is contained in:
commit
0db7c90fe8
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 22 17:54:06 UTC 2024 - Dario Faggioli <dfaggioli@suse.com>
|
||||||
|
|
||||||
|
- 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 <kilgore.trout@idesmi.eu>
|
Wed Feb 21 10:53:53 UTC 2024 - Enrico Belleri <kilgore.trout@idesmi.eu>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package distrobox
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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
|
# Idea would be: if bash completion is already there, let's have it. If
|
||||||
# not, let's "only" recommend it...
|
# not, let's "only" recommend it...
|
||||||
Requires: (%{name}-bash-completion if bash-completion)
|
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: ImageMagick
|
||||||
BuildRequires: hicolor-icon-theme
|
BuildRequires: hicolor-icon-theme
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
Loading…
Reference in New Issue
Block a user