Fix a typo, unxz is provided by xz

f38
Petr Písař 10 years ago
parent 656c8e0064
commit 4af6fd2cfd

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

Loading…
Cancel
Save