From 39a9813986032bc28c40edf5083869757419294e Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Mon, 29 Mar 2021 12:40:03 +0200 Subject: [PATCH] Remove bzr, lzip and svn recommends as they are not common enough There is no need to pull them in for everybody that installs flatpak-builder. If people want to build code from a bzr repo, they can just install bzr manually then. --- flatpak-builder.spec | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/flatpak-builder.spec b/flatpak-builder.spec index d65c007..bc3823e 100644 --- a/flatpak-builder.spec +++ b/flatpak-builder.spec @@ -4,7 +4,7 @@ Name: flatpak-builder Version: 1.0.12 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Tool to build flatpaks from source # src/builder-utils.c has portions derived from GPLv2+ code, @@ -38,17 +38,19 @@ Requires: /usr/bin/rofiles-fuse # Recommend various things that may or may not be needed depending on the code being built Recommends: /usr/bin/bzip2 -Recommends: /usr/bin/bzr Recommends: /usr/bin/eu-strip Recommends: /usr/bin/git -Recommends: /usr/bin/lzip Recommends: /usr/bin/patch Recommends: /usr/bin/strip -Recommends: /usr/bin/svn Recommends: /usr/bin/tar Recommends: /usr/bin/unzip Recommends: ccache +# Uncommon enough that we don't want to pull them in by default +#Recommends: /usr/bin/bzr +#Recommends: /usr/bin/lzip +#Recommends: /usr/bin/svn + %description Flatpak-builder is a tool for building flatpaks from sources. @@ -79,6 +81,9 @@ See http://flatpak.org/ for more information. %changelog +* Mon Mar 29 2021 Kalev Lember - 1.0.12-3 +- Remove bzr, lzip and svn recommends as they are not common enough + * Thu Mar 25 2021 Kalev Lember - 1.0.12-2 - Recommend all the archive handlers etc, instead of hard requiring