public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
* [git.ipfire.org] IPFire 3.x development tree branch, master, updated. f98ee7a3e4f7267833cd3957f750cb68f8b8d782
@ 2023-09-13 18:09 Michael Tremer
  0 siblings, 0 replies; only message in thread
From: Michael Tremer @ 2023-09-13 18:09 UTC (permalink / raw)
  To: ipfire-scm

[-- 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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-09-13 18:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-13 18:09 [git.ipfire.org] IPFire 3.x development tree branch, master, updated. f98ee7a3e4f7267833cd3957f750cb68f8b8d782 Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox