diff options
Diffstat (limited to 'zarb-ml/mageia-dev/2011-August/007647.html')
-rw-r--r-- | zarb-ml/mageia-dev/2011-August/007647.html | 85 |
1 files changed, 85 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2011-August/007647.html b/zarb-ml/mageia-dev/2011-August/007647.html new file mode 100644 index 000000000..2d3a1842e --- /dev/null +++ b/zarb-ml/mageia-dev/2011-August/007647.html @@ -0,0 +1,85 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-dev] change in perl automatic provides extraction + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20change%20in%20perl%20automatic%20provides%20extraction&In-Reply-To=%3C20110829110812.GL14995%40mongueurs.net%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="007520.html"> + <LINK REL="Next" HREF="007527.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] change in perl automatic provides extraction</H1> + <B>Jerome Quelin</B> + <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20change%20in%20perl%20automatic%20provides%20extraction&In-Reply-To=%3C20110829110812.GL14995%40mongueurs.net%3E" + TITLE="[Mageia-dev] change in perl automatic provides extraction">jquelin at gmail.com + </A><BR> + <I>Mon Aug 29 13:08:12 CEST 2011</I> + <P><UL> + <LI>Previous message: <A HREF="007520.html">[Mageia-dev] change in perl automatic provides extraction +</A></li> + <LI>Next message: <A HREF="007527.html">[Mageia-dev] [RPM] cauldron core/release firefox-ext-add-on-compatibility-reporter-0.9-1.mga2 +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#7647">[ date ]</a> + <a href="thread.html#7647">[ thread ]</a> + <a href="subject.html#7647">[ subject ]</a> + <a href="author.html#7647">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On 11/08/25 16:41 +0200, Jerome Quelin wrote: +><i> i therefore propose to apply the following patch: +</I>><i> $ svn di +</I>><i> Index: find-provides.in +</I>><i> =================================================================== +</I>><i> --- find-provides.in (révision 1889) +</I>><i> +++ find-provides.in (copie de travail) +</I>><i> @@ -47,7 +47,7 @@ +</I>><i> # +</I>><i> # --- Perl modules. +</I>><i> [ -x @RPMVENDORDIR@/perl.prov ] && +</I>><i> - echo "$filelist" | tr '[:blank:]' \\n | @RPMVENDORDIR@/perl.prov | grep 'perl([[:upper:]]' | sort -u \ +</I>><i> + echo "$filelist" | tr '[:blank:]' \\n | @RPMVENDORDIR@/perl.prov | grep 'perl(' | sort -u \ +</I>><i> && test ${PIPESTATUS[2]} -ne 0 && echo 'error: @RPMVENDORDIR@/perl.prov failed' >&2 && exit 1 +</I>><i> +</I>><i> # +</I>><i> +</I>><i> +</I>><i> ==> if someone has a compelling reason to disagree, speak now +</I>><i> +</I>><i> otherwise, i'll proceed with the change, and will rebuild (at least) +</I>><i> perl to provide those. other modules will be rebuilt when updating them +</I>><i> to latest upstream. +</I> +since nobody objected, i proceeded with the change which should land to +bs soonish. + +jérôme +</PRE> + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="007520.html">[Mageia-dev] change in perl automatic provides extraction +</A></li> + <LI>Next message: <A HREF="007527.html">[Mageia-dev] [RPM] cauldron core/release firefox-ext-add-on-compatibility-reporter-0.9-1.mga2 +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#7647">[ date ]</a> + <a href="thread.html#7647">[ thread ]</a> + <a href="subject.html#7647">[ subject ]</a> + <a href="author.html#7647">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev +mailing list</a><br> +</body></html> |