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.
This commit is contained in:
parent
2422825a68
commit
39a9813986
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: flatpak-builder
|
Name: flatpak-builder
|
||||||
Version: 1.0.12
|
Version: 1.0.12
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Tool to build flatpaks from source
|
Summary: Tool to build flatpaks from source
|
||||||
|
|
||||||
# src/builder-utils.c has portions derived from GPLv2+ code,
|
# 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
|
# Recommend various things that may or may not be needed depending on the code being built
|
||||||
Recommends: /usr/bin/bzip2
|
Recommends: /usr/bin/bzip2
|
||||||
Recommends: /usr/bin/bzr
|
|
||||||
Recommends: /usr/bin/eu-strip
|
Recommends: /usr/bin/eu-strip
|
||||||
Recommends: /usr/bin/git
|
Recommends: /usr/bin/git
|
||||||
Recommends: /usr/bin/lzip
|
|
||||||
Recommends: /usr/bin/patch
|
Recommends: /usr/bin/patch
|
||||||
Recommends: /usr/bin/strip
|
Recommends: /usr/bin/strip
|
||||||
Recommends: /usr/bin/svn
|
|
||||||
Recommends: /usr/bin/tar
|
Recommends: /usr/bin/tar
|
||||||
Recommends: /usr/bin/unzip
|
Recommends: /usr/bin/unzip
|
||||||
Recommends: ccache
|
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
|
%description
|
||||||
Flatpak-builder is a tool for building flatpaks from sources.
|
Flatpak-builder is a tool for building flatpaks from sources.
|
||||||
|
|
||||||
@ -79,6 +81,9 @@ See http://flatpak.org/ for more information.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Mar 25 2021 Kalev Lember <klember@redhat.com> - 1.0.12-2
|
||||||
- Recommend all the archive handlers etc, instead of hard requiring
|
- Recommend all the archive handlers etc, instead of hard requiring
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user