From e94ff72743fc7fa33f138512b3f358660014d38e Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Mon, 28 Nov 2016 20:20:40 +0100 Subject: [PATCH] Fix FTBFS by requiring Perl --- xz.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/xz.spec b/xz.spec index a954c49..741fcba 100644 --- a/xz.spec +++ b/xz.spec @@ -4,7 +4,7 @@ Summary: LZMA compression utilities Name: xz Version: 5.2.2 -Release: 2%{?dist} +Release: 3%{?dist} # Scripts xz{grep,diff,less,more} and symlinks (copied from gzip) are # GPLv2+, binaries are Public Domain (linked against LGPL getopt_long but its @@ -25,6 +25,8 @@ Requires: %{name}-libs%{?_isa} = %{version}-%{release} # have grepconf, but we're only concerned with F22 here. Requires: grep >= 2.20-5 +BuildRequires: perl + %description XZ Utils are an attempt to make LZMA compression easy to use on free (as in @@ -144,6 +146,9 @@ LD_LIBRARY_PATH=$PWD/src/liblzma/.libs make check %{_mandir}/man1/*lz* %changelog +* Mon Nov 28 2016 Lubomir Rintel - 5.2.2-3 +- Fix FTBFS by requiring Perl + * Fri Feb 05 2016 Fedora Release Engineering - 5.2.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild