From 3c12a7a7e60c2b1f5630934988c2be79a48cfda5 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Wed, 9 Mar 2022 12:09:39 +0100 Subject: [PATCH] Update a comment Since 1.0.11, flatpak-builder prefers Breezy (brz) over Bazaar-NG (bzr). The former is a "friendly fork" that's been ported to Python 3 and is maintained, while the latter uses Python 2 and appears to be essentially unmaintained. No need to issue a build just for this. --- flatpak-builder.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flatpak-builder.spec b/flatpak-builder.spec index 6927590..ca21c79 100644 --- a/flatpak-builder.spec +++ b/flatpak-builder.spec @@ -50,7 +50,7 @@ Recommends: /usr/bin/zstd Recommends: ccache # Uncommon enough that we don't want to pull them in by default -#Recommends: /usr/bin/bzr +#Recommends: /usr/bin/brz #Recommends: /usr/bin/lzip #Recommends: /usr/bin/svn