Rename perl dependency in scriptlets

This commit is contained in:
Petr Písař 2017-07-14 09:15:30 +02:00
parent 9b1c779958
commit 57c60f31f6

View File

@ -8,7 +8,7 @@ Name: perl-XML-LibXML
# it might not be needed anymore
# this module is maintained, the other is not
Version: 2.0129
Release: 3%{?dist}
Release: 4%{?dist}
Epoch: 1
Summary: Perl interface to the libxml2 library
Group: Development/Libraries
@ -76,9 +76,9 @@ BuildRequires: perl(utf8)
# Author test - Test::Kwalitee::Extra
# Author test - Test::TrailingSpace
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
# Run-require "perl" because a triggerin script needs it.
# Run-require "perl-interpreter" because a triggerin script needs it.
Requires: perl-interpreter
Requires(preun): perl
Requires(preun): perl-interpreter
# threads and threads::shared are optional
Provides: perl-XML-LibXML-Common = %{version}
Obsoletes: perl-XML-LibXML-Common <= 0.13
@ -136,6 +136,9 @@ fi
%{_mandir}/man3/*.3*
%changelog
* Fri Jul 14 2017 Petr Pisar <ppisar@redhat.com> - 1:2.0129-4
- Rename perl dependency in scriptlets
* Thu Jul 13 2017 Petr Pisar <ppisar@redhat.com> - 1:2.0129-3
- perl dependency renamed to perl-interpreter
<https://fedoraproject.org/wiki/Changes/perl_Package_to_Install_Core_Modules>