delete low version files

(cherry picked from commit 7527aa472487791936fe7d649cbcc5e323284348)
This commit is contained in:
weiwei_tiantian 2022-03-28 15:20:00 +08:00 committed by openeuler-sync-bot
parent d52e7ae493
commit 39e34e72d5

View File

@ -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<tianwei@h-partners.com> 4:5.34.0-4
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:delete low version files
* Thu Feb 24 2022 yuanxin<yuanxin24@h-partners.com> 4:5.34.0-3
- Type:CVE
- ID:CVE-2021-36770