diff options
Diffstat (limited to 'zarb-ml/mageia-dev/2012-April/014339.html')
| -rw-r--r-- | zarb-ml/mageia-dev/2012-April/014339.html | 110 | 
1 files changed, 110 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2012-April/014339.html b/zarb-ml/mageia-dev/2012-April/014339.html new file mode 100644 index 000000000..70f5c2597 --- /dev/null +++ b/zarb-ml/mageia-dev/2012-April/014339.html @@ -0,0 +1,110 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> +   <TITLE> [Mageia-dev] RFC: Add versioned require in rpm on rpm-helper +   </TITLE> +   <LINK REL="Index" HREF="index.html" > +   <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20RFC%3A%20Add%20versioned%20require%20in%20rpm%20on%20rpm-helper&In-Reply-To=%3CCAONrEtZKs52EzEsTipOPHGykFE5HQK_%2BQG7SZjqmYNyTh8-KDg%40mail.gmail.com%3E"> +   <META NAME="robots" CONTENT="index,nofollow"> +   <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> +   <LINK REL="Previous"  HREF="014337.html"> +   <LINK REL="Next"  HREF="014340.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> +   <H1>[Mageia-dev] RFC: Add versioned require in rpm on rpm-helper</H1> +    <B>Thierry Vignaud</B>  +    <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20RFC%3A%20Add%20versioned%20require%20in%20rpm%20on%20rpm-helper&In-Reply-To=%3CCAONrEtZKs52EzEsTipOPHGykFE5HQK_%2BQG7SZjqmYNyTh8-KDg%40mail.gmail.com%3E" +       TITLE="[Mageia-dev] RFC: Add versioned require in rpm on rpm-helper">thierry.vignaud at gmail.com +       </A><BR> +    <I>Mon Apr 16 14:50:46 CEST 2012</I> +    <P><UL> +        <LI>Previous message: <A HREF="014337.html">[Mageia-dev] RFC: Add versioned require in rpm on rpm-helper +</A></li> +        <LI>Next message: <A HREF="014340.html">[Mageia-dev] RFC: Add versioned require in rpm on rpm-helper +</A></li> +         <LI> <B>Messages sorted by:</B>  +              <a href="date.html#14339">[ date ]</a> +              <a href="thread.html#14339">[ thread ]</a> +              <a href="subject.html#14339">[ subject ]</a> +              <a href="author.html#14339">[ author ]</a> +         </LI> +       </UL> +    <HR>   +<!--beginarticle--> +<PRE>On 16 April 2012 14:33, Thomas Backlund <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">tmb at mageia.org</A>> en eus skrivet: +>>><i> So just to make sure I'm following this right: +</I>>>><i>  1. Versioned require will fix urpmi-based upgrades. +</I>>>><i> +</I>>>><i>  2. Installer (fresh-install) will be fine because basesystem-minimal +</I>>>><i> will pull in rpm which will pull in rpm-helper.  WE can be confident +</I>>>><i> this will happen early. +</I>>><i> +</I>>><i> No you cannot on upgrade. +</I>>><i> Package ordering will depends on versioned requires. +</I>>><i> +</I>>>><i>  3. Installer (upgrade) will still be broken as it does not treat the +</I>>>><i> rpm package inside the chroot as any kind of priority update that is +</I>>>><i> installed early in the upgrade process. +</I>>><i> +</I>>><i> installer upgrade will be OK if systemd unit packages require a recent +</I>>><i> enough rpm-helper +</I>><i> +</I>><i> So, if I read this right, if we set versioned Requires(pre) rpm-helper on +</I>><i> systemd (or systemd-units) we will fix 2 and 3 too as anything systemd +</I>><i> related depends on theese packages ? +</I> +Again this won't work. +eg: nginx provides a systemd unit but doesn't require systemd. +So you cannot guaranty that systemd (& thus rpm-helper) will got +installed prior those packages + +It's the all the packages that provides systemd units that should +requires a recent enough rpm-helper. +Not just systemd. + +><i> But what will happend to initscript/sysvinit installs ? +</I> +Those will upgrade to systemd due to automatic +choice between systemd & sysvinit-legacy. +</PRE> + + + + + + + + + + + + + + + + + + + + + +<!--endarticle--> +    <HR> +    <P><UL> +        <!--threads--> +	<LI>Previous message: <A HREF="014337.html">[Mageia-dev] RFC: Add versioned require in rpm on rpm-helper +</A></li> +	<LI>Next message: <A HREF="014340.html">[Mageia-dev] RFC: Add versioned require in rpm on rpm-helper +</A></li> +         <LI> <B>Messages sorted by:</B>  +              <a href="date.html#14339">[ date ]</a> +              <a href="thread.html#14339">[ thread ]</a> +              <a href="subject.html#14339">[ subject ]</a> +              <a href="author.html#14339">[ 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>  | 
