From 63322311fb12b4d4cbe611cf7ec2008c5f335d94 Mon Sep 17 00:00:00 2001 From: dogsheng <960055655@qq.com> Date: Wed, 25 Dec 2019 16:01:20 +0800 Subject: [PATCH] Package init --- perl-CPAN-Meta.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/perl-CPAN-Meta.spec b/perl-CPAN-Meta.spec index 7ef6ffa..fdc9c50 100644 --- a/perl-CPAN-Meta.spec +++ b/perl-CPAN-Meta.spec @@ -1,6 +1,6 @@ Name: perl-CPAN-Meta Version: 2.150010 -Release: 418 +Release: 419 Summary: The distribution metadata for a CPAN dist License: GPL+ or Artistic URL: https://metacpan.org/release/CPAN-Meta @@ -35,6 +35,7 @@ perl Makefile.PL INSTALLDIRS=vendor NO_PERLLOCAL=1 NO_PACKLIST=1 %install %make_install +%{_fixperms} %{buildroot}/* %check make test @@ -59,5 +60,8 @@ make test %{_mandir}/*/* %changelog +* Sat Dec 21 2019 openEuler Buildteam - 2.150010-419 +- Change mod of file + * Mon Sep 2 2019 openEuler Buildteam - 2.150010-418 - Package init