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