From ffee7ca430e74c8e3441fdd8f4df19aa8b47ea51 Mon Sep 17 00:00:00 2001 From: Jiuyue Ma Date: Thu, 22 Jul 2021 21:58:29 +0800 Subject: [PATCH] Fix conflict files with other Pod packages --- perl-Pod-Parser.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/perl-Pod-Parser.spec b/perl-Pod-Parser.spec index 82fc9c1..89f9e04 100644 --- a/perl-Pod-Parser.spec +++ b/perl-Pod-Parser.spec @@ -1,6 +1,6 @@ Name: perl-Pod-Parser Version: 1.63 -Release: 397 +Release: 398 Summary: Basic perl modules for handling Plain Old Documentation (POD) License: GPL+ or Artistic URL: http://search.cpan.org/dist/Pod-Parser/ @@ -39,7 +39,7 @@ make test %files %doc README %{_bindir}/podselect -%{perl_vendorlib}/* +%{perl_vendorlib}/Pod/* %files help %doc ANNOUNCE CHANGES TODO @@ -47,5 +47,8 @@ make test %{_mandir}/man3/* %changelog +* Thu Jul 22 2021 Jiuyue Ma - 1.63-398 +- fix conflict package file '%{perl_vendorlib}/Pod' + * Wed Sep 11 2019 openEuler Buildteam - 1.63-397 - Package init