From d6350b1e030153604e445df5749283cf0a5b435e Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Mon, 25 Aug 2025 09:31:29 +0800 Subject: [PATCH] promote higher version of openEuler-rpm-config --- perl.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/perl.spec b/perl.spec index c1e7209..679e02a 100644 --- a/perl.spec +++ b/perl.spec @@ -26,7 +26,7 @@ Name: perl License: (GPL-1.0-or-later or Artistic-1.0-perl) and (GPL-2.0-or-later or Artistic-1.0-perl) and MIT and UCD and Public Domain and BSD Epoch: 4 Version: %{perl_version} -Release: 12 +Release: 13 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 @@ -98,6 +98,9 @@ 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) Requires: perl(Carp) perl(Exporter) perl(XSLoader) +%if %{?openEuler} +Requires: (openEuler-rpm-config >= 31-7 if (openEuler-rpm-config and rpm-build)) +%endif %description libs This package is the shared library for perl. @@ -506,6 +509,10 @@ make test_harness %{_mandir}/man3/* %changelog +* Mon Aug 25 2025 Funda Wang - 4:5.38.0-13 +- promote higher version of openEuler-rpm-config for automatic removal of + useless perl files + * Mon Jun 9 2025 hongjinghao - 4:5.38.0-12 - fix CVE-2025-40909 -- Gitee