diff --git a/perl-Archive-Extract.spec b/perl-Archive-Extract.spec index 4ca5b21..1d45ece 100644 --- a/perl-Archive-Extract.spec +++ b/perl-Archive-Extract.spec @@ -2,7 +2,7 @@ Name: perl-Archive-Extract # Epoch to compete with core module from perl.spec Epoch: 1 Version: 0.74 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Generic archive extracting mechanism License: GPL+ or Artistic Group: Development/Libraries @@ -250,7 +250,7 @@ Requires: perl(Archive::Zip) Summary: Xz decompressor for %{name} via unxz Provides: %{name}-xz Requires: %{name} = %{epoch}:%{version}-%{release} -Requires: unxz +Requires: xz %description xz-unxz %{summary}. @@ -306,6 +306,9 @@ make test %files xz-IO-Uncompress-UnXz %changelog +* Thu Apr 30 2015 Petr Pisar - 1:0.74-3 +- Fix a typo, unxz is provided by xz + * Thu Apr 30 2015 Petr Pisar - 1:0.74-2 - Prefer Archive::Tar (bug #1217352)