From 7527aa472487791936fe7d649cbcc5e323284348 Mon Sep 17 00:00:00 2001 From: weiwei_tiantian Date: Mon, 28 Mar 2022 15:20:00 +0800 Subject: [PATCH] delete low version files --- perl.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/perl.spec b/perl.spec index 9a25b90..4ff9d07 100644 --- a/perl.spec +++ b/perl.spec @@ -22,7 +22,7 @@ Name: perl License: (GPL+ or Artistic) and (GPLv2+ or Artistic) and MIT and UCD and Public Domain and BSD Epoch: 4 Version: %{perl_version} -Release: 3 +Release: 4 Summary: A highly capable, feature-rich programming language Url: https://www.perl.org/ Source0: https://www.cpan.org/src/5.0/%{name}-%{version}.tar.xz @@ -77,9 +77,8 @@ prototyping and large scale development projects. %package libs Summary: The libraries for the perl License: (GPL+ or Artistic) and HSRL and MIT and UCD -Provides: perl(:MODULE_COMPAT_5.32.0) perl(:VERSION) = 5.32.0 Provides: %perl_compat -Provides: perl(:VERSION) = %{perl_version} libperl.so.5.32()(64bit) +Provides: perl(:VERSION) = %{perl_version} Provides: perl(:WITH_64BIT) perl(:WITH_ITHREADS) perl(:WITH_THREADS) Provides: perl(:WITH_LARGEFILES) perl(:WITH_PERLIO) perl(unicore::Name) Provides: perl(utf8_heavy.pl) @@ -488,6 +487,12 @@ make test_harness %{_mandir}/man3/* %changelog +* Mon Mar 28 2022 tianwei 4:5.34.0-4 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:delete low version files + * Thu Feb 24 2022 yuanxin 4:5.34.0-3 - Type:CVE - ID:CVE-2021-36770 -- Gitee