diff --git a/perl-XML-Parser.spec b/perl-XML-Parser.spec index fedbce4..34c5332 100644 --- a/perl-XML-Parser.spec +++ b/perl-XML-Parser.spec @@ -1,7 +1,7 @@ Name: perl-XML-Parser Epoch: 1 Version: 2.44 -Release: 2 +Release: 3 Summary: Perl module for parsing XML documents License: GPLv1+ or Artistic 1.0 URL: https://metacpan.org/release/XML-Parser @@ -37,6 +37,7 @@ perl Makefile.PL INSTALLDIRS=vendor NO_PERLLOCAL=1 NO_PACKLIST=1 %install %make_install +%{_fixperms} %{buildroot}/* %check make test @@ -51,6 +52,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Sat Dec 21 2019 openEuler Buildteam - 1:2.44-3 +- Change mod of files + * Tue Sep 24 2019 openEuler Buildteam - 1:2.44-2 - Adjust requires