summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2012-January/011391.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-dev/2012-January/011391.html')
-rw-r--r--zarb-ml/mageia-dev/2012-January/011391.html139
1 files changed, 139 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2012-January/011391.html b/zarb-ml/mageia-dev/2012-January/011391.html
new file mode 100644
index 000000000..3b8bbf857
--- /dev/null
+++ b/zarb-ml/mageia-dev/2012-January/011391.html
@@ -0,0 +1,139 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-dev] [changelog] [RPM] cauldron core/release meta-task-2-21.mga2
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5Bchangelog%5D%20%5BRPM%5D%20cauldron%20core/release%0A%09meta-task-2-21.mga2&In-Reply-To=%3C4F13EFBD.5010908%40mageia.org%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="011390.html">
+ <LINK REL="Next" HREF="011392.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-dev] [changelog] [RPM] cauldron core/release meta-task-2-21.mga2</H1>
+ <B>Thomas Backlund</B>
+ <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5Bchangelog%5D%20%5BRPM%5D%20cauldron%20core/release%0A%09meta-task-2-21.mga2&In-Reply-To=%3C4F13EFBD.5010908%40mageia.org%3E"
+ TITLE="[Mageia-dev] [changelog] [RPM] cauldron core/release meta-task-2-21.mga2">tmb at mageia.org
+ </A><BR>
+ <I>Mon Jan 16 10:37:01 CET 2012</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="011390.html">[Mageia-dev] [changelog] [RPM] cauldron core/release meta-task-2-21.mga2
+</A></li>
+ <LI>Next message: <A HREF="011392.html">[Mageia-dev] [changelog] [RPM] cauldron core/release meta-task-2-21.mga2
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#11391">[ date ]</a>
+ <a href="thread.html#11391">[ thread ]</a>
+ <a href="subject.html#11391">[ subject ]</a>
+ <a href="author.html#11391">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Thierry Vignaud skrev 16.1.2012 11:18:
+&gt;<i> On 15 January 2012 22:49, Thomas Backlund&lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">tmb at mageia.org</A>&gt; wrote:
+</I>&gt;&gt;&gt;<i> This is wrong, you're just introducing two different behaviors:
+</I>&gt;&gt;&gt;<i> - new installations will got drakcut&amp; systemd
+</I>&gt;&gt;&gt;<i> - updated ones will keep mkinitrd&amp; sysvinit
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> How about enhancing urpmi to read prefer.vendor.list during distro
+</I>&gt;&gt;<i> upgrade? That would solve this issue.
+</I>&gt;&gt;<i> either by a specific --upgrade flag,
+</I>&gt;&gt;<i> or automatically when mageia-release-common bumps version, would that
+</I>&gt;&gt;<i> work ?
+</I>&gt;<i>
+</I>&gt;<i> This is already done. But prefer choice only apply to initial package
+</I>&gt;<i> installation.
+</I>
+Which is why I asked if it should do it during upgrade too ?
+
+&gt;<i> Once a package is installed, what matters are the package tags (provides,
+</I>&gt;<i> obsoletes, ...)
+</I>&gt;<i>
+</I>&gt;&gt;<i> Or maybe we should add systemd and dracut as suggests to basesystem ?
+</I>&gt;&gt;<i> (and not the hard requires on systemd...), that would pull them in.
+</I>&gt;<i>
+</I>&gt;<i> Hard requires are not an issue:
+</I>&gt;<i> - for systemd if systemd-sysvinit isn't hard required, which was
+</I>&gt;<i> already the case
+</I>
+Doh, I forgot about that it was sysvinit vs systemd-sysvinit and not
+systemd itself :(
+
+so systemd can/must be readded as requires.
+
+&gt;<i> - for drakcut, as alternatives are used
+</I>
+Yep. useful as long as there is a mkinitrd on the mirrors.
+
+&gt;<i>
+</I>&gt;&gt;<i> If both dracut and mkinitrd provides mkinitrd, the prefer list must
+</I>&gt;&gt;<i> contain the one we want by default, wich is what I did here.
+</I>&gt;<i>
+</I>&gt;<i> Yes but you also remove all of the obsolete/provides tag, which prevents drakcut
+</I>&gt;<i> to replace mkinitrd on upgrade.
+</I>&gt;<i>
+</I>
+Check again. I only removed Obsoletes, the Provides is still there:
+<A HREF="http://svnweb.mageia.org/packages/cauldron/dracut/current/SPECS/dracut.spec?r1=194858&amp;r2=196541">http://svnweb.mageia.org/packages/cauldron/dracut/current/SPECS/dracut.spec?r1=194858&amp;r2=196541</A>
+
+But I guess I need to bump rel on provides to be mkinitrd rel + 1
+
+And maybe readd the obsoletes with current mkinitrd rel - 1
+That way mkinitrd will stay on the mirrors, but an automatic
+upgrade to dracut will happend from Mageia 1.
+
+&gt;<i> What needs to be carefully tested is to bump sysvinit/mkinitrd
+</I>&gt;<i> provides in systemd/drakcut
+</I>&gt;<i> and check upgrade.
+</I>
+Yeah, systemd-sysvinit provides (and maybe possible obsoletes)
+need to be checked
+
+
+I will recheck the EVRs and fix the &quot;mess&quot;
+
+--
+Thomas
+</PRE>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="011390.html">[Mageia-dev] [changelog] [RPM] cauldron core/release meta-task-2-21.mga2
+</A></li>
+ <LI>Next message: <A HREF="011392.html">[Mageia-dev] [changelog] [RPM] cauldron core/release meta-task-2-21.mga2
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#11391">[ date ]</a>
+ <a href="thread.html#11391">[ thread ]</a>
+ <a href="subject.html#11391">[ subject ]</a>
+ <a href="author.html#11391">[ 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>