From 4785f25eb5110389e4a83083958570d0a2873cba Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Tue, 30 Mar 2021 16:05:19 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/flatpak-builder.git#39a9813986032bc28c40edf5083869757419294e --- 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