Add dependency on lzip
This commit is contained in:
parent
a35f9bcef3
commit
eb85b50d0b
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: flatpak-builder
|
Name: flatpak-builder
|
||||||
Version: 1.0.3
|
Version: 1.0.3
|
||||||
Release: 1%{?dist}
|
Release: 2%{?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,
|
||||||
@ -40,6 +40,7 @@ Recommends: /usr/bin/bzr
|
|||||||
%endif
|
%endif
|
||||||
Requires: /usr/bin/eu-strip
|
Requires: /usr/bin/eu-strip
|
||||||
Requires: /usr/bin/git
|
Requires: /usr/bin/git
|
||||||
|
Requires: /usr/bin/lzip
|
||||||
Requires: /usr/bin/patch
|
Requires: /usr/bin/patch
|
||||||
Requires: /usr/bin/rofiles-fuse
|
Requires: /usr/bin/rofiles-fuse
|
||||||
Requires: /usr/bin/strip
|
Requires: /usr/bin/strip
|
||||||
@ -78,6 +79,9 @@ See http://flatpak.org/ for more information.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 30 2019 David King <amigadave@amigadave.com> - 1.0.3-2
|
||||||
|
- Add dependency on lzip
|
||||||
|
|
||||||
* Mon Jan 28 2019 David King <amigadave@amigadave.com> - 1.0.3-1
|
* Mon Jan 28 2019 David King <amigadave@amigadave.com> - 1.0.3-1
|
||||||
- Update to 1.0.3
|
- Update to 1.0.3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user