blob: 83da08a537573446e76ddead3996d73d9d1f4419 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
|
<!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=%3C4F8C1703.5000501%40mageia.org%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="014339.html">
<LINK REL="Next" HREF="014341.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] RFC: Add versioned require in rpm on rpm-helper</H1>
<B>Thomas Backlund</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=%3C4F8C1703.5000501%40mageia.org%3E"
TITLE="[Mageia-dev] RFC: Add versioned require in rpm on rpm-helper">tmb at mageia.org
</A><BR>
<I>Mon Apr 16 14:56:35 CEST 2012</I>
<P><UL>
<LI>Previous message: <A HREF="014339.html">[Mageia-dev] RFC: Add versioned require in rpm on rpm-helper
</A></li>
<LI>Next message: <A HREF="014341.html">[Mageia-dev] RFC: Add versioned require in rpm on rpm-helper
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#14340">[ date ]</a>
<a href="thread.html#14340">[ thread ]</a>
<a href="subject.html#14340">[ subject ]</a>
<a href="author.html#14340">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Thierry Vignaud skrev 16.4.2012 15:50:
><i>
</I>><i> Again this won't work.
</I>><i> eg: nginx provides a systemd unit but doesn't require systemd.
</I>><i> So you cannot guaranty that systemd (& thus rpm-helper) will got
</I>><i> installed prior those packages
</I>><i>
</I>
Hm, yeah, so...
><i> It's the all the packages that provides systemd units that should
</I>><i> requires a recent enough rpm-helper.
</I>><i> Not just systemd.
</I>><i>
</I>
...this is the only way to fix it properly after all
>><i> But what will happend to initscript/sysvinit installs ?
</I>><i>
</I>><i> Those will upgrade to systemd due to automatic
</I>><i> choice between systemd& sysvinit-legacy.
</I>
I was thinking of those selecting to keep sysvinit-legacy,
wich is a supported setup too, but if we fix requires on
all affected packages, this wont be any different.
--
Thomas
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="014339.html">[Mageia-dev] RFC: Add versioned require in rpm on rpm-helper
</A></li>
<LI>Next message: <A HREF="014341.html">[Mageia-dev] RFC: Add versioned require in rpm on rpm-helper
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#14340">[ date ]</a>
<a href="thread.html#14340">[ thread ]</a>
<a href="subject.html#14340">[ subject ]</a>
<a href="author.html#14340">[ 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>
|