From f25da9c90ee81b7fd4f9260063f744b900cbc159 Mon Sep 17 00:00:00 2001 From: Jon Ciesla Date: Jan 09 2017 18:38:46 +0000 Subject: Require perl-Encode --- diff --git a/cowsay.spec b/cowsay.spec index b978c8f..2bf7b5e 100644 --- a/cowsay.spec +++ b/cowsay.spec @@ -3,7 +3,7 @@ Name: cowsay Version: 3.04 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Configurable speaking/thinking cow Group: Amusements/Games License: GPLv3+ @@ -21,7 +21,7 @@ Patch4: cowsay-3.03-debian-utf8_width.patch BuildArch: noarch BuildRequires: bash-completion BuildRequires: perl-generators - +Requires: perl-Encode %description cowsay is a configurable talking cow, written in Perl. It operates @@ -76,6 +76,9 @@ cp %{SOURCE1} $RPM_BUILD_ROOT%{compdir}/ %changelog +* Mon Jan 09 2017 Jon Ciesla - 3.04-4 +- Require perl-Encode, BZ 1411168. + * Mon Dec 19 2016 Jon Ciesla - 3.04-3 - Fix license tag, BZ 1350114.