From 397e386ff1c1a9d917933c7f0527dc04d1fe9d9ae55ccd19a363a5ed2e6f5929 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Wed, 22 Jan 2025 16:38:23 +0100 Subject: [PATCH] fix: bash-completion subpackage doesn't make sense without breezy installed. --- breezy.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/breezy.spec b/breezy.spec index 32789e7..3ff325a 100644 --- a/breezy.spec +++ b/breezy.spec @@ -82,6 +82,7 @@ Bazaar file formats and network protocols. %package bash-completion Summary: Bash completion for breezy +Requires: %{name} = %{version} Requires: bash-completion Supplements: (breezy and bash-completion) BuildArch: noarch