From: Michael Tremer <git@ipfire.org>
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 3.x development tree branch, master, updated. f98ee7a3e4f7267833cd3957f750cb68f8b8d782
Date: Wed, 13 Sep 2023 18:09:02 +0000 [thread overview]
Message-ID: <4Rm7kQ6m9Vz2y2X@people01.haj.ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 2107 bytes --]
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(a)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(a)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
reply other threads:[~2023-09-13 18:09 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4Rm7kQ6m9Vz2y2X@people01.haj.ipfire.org \
--to=git@ipfire.org \
--cc=ipfire-scm@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox