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
This commit is contained in:
parent
dc47cb46eb
commit
4785f25eb5
@ -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 <klember@redhat.com> - 1.0.12-3
|
||||
- Remove bzr, lzip and svn recommends as they are not common enough
|
||||
|
||||
* Thu Mar 25 2021 Kalev Lember <klember@redhat.com> - 1.0.12-2
|
||||
- Recommend all the archive handlers etc, instead of hard requiring
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user