This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via f98ee7a3e4f7267833cd3957f750cb68f8b8d782 (commit) from 786082f365d125d14c26c8ea23157f27261da252 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit f98ee7a3e4f7267833cd3957f750cb68f8b8d782 Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Sep 13 18:07:59 2023 +0000
perl: Fix that the package can be installed
Perl packages require "perl(strict)" which was accidentially dropped from the manual provides list. Furthermore, perl(Test) is a common package that is needed for building modules.
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: perl/perl.nm | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-)
Difference in files: diff --git a/perl/perl.nm b/perl/perl.nm index a19be3dcc..b3070c928 100644 --- a/perl/perl.nm +++ b/perl/perl.nm @@ -10,7 +10,7 @@ ver_plevel = 0 version = %{ver_major}.%{ver_minor}.%{ver_plevel}
# Never reset release in this package, just increase. -release = 4 +release = 5
thisver = %{version}-%{_release}
@@ -161,14 +161,6 @@ packages perl-libs = %{version}-%{_release} end
- conflicts - perl = 2:5.20.3-15 - end - - obsoletes - perl = 2:5.20.3-15 - end - provides perl(:VERSION) = %{thisver}
@@ -185,6 +177,9 @@ packages # PerlIO provides perl(:WITH_PERLIO)
+ # Perl features + perl(strict) + # File provides perl(abbrev.pl) perl(assert.pl) @@ -243,6 +238,7 @@ packages
requires perl = %{perl_version} + perl(Test) end
files
hooks/post-receive -- IPFire 3.x development tree