blob: bda3fcd66eb013636ecb1c649b5daaad72ba9076 (
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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] bumblebee in mageia (and mentoring)
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20bumblebee%20in%20mageia%20%28and%20mentoring%29&In-Reply-To=%3C4F848F1D.3070900%40gmail.com%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="014108.html">
<LINK REL="Next" HREF="014110.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] bumblebee in mageia (and mentoring)</H1>
<B>Guillaume Rousse</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20bumblebee%20in%20mageia%20%28and%20mentoring%29&In-Reply-To=%3C4F848F1D.3070900%40gmail.com%3E"
TITLE="[Mageia-dev] bumblebee in mageia (and mentoring)">guillomovitch at gmail.com
</A><BR>
<I>Tue Apr 10 21:50:53 CEST 2012</I>
<P><UL>
<LI>Previous message: <A HREF="014108.html">[Mageia-dev] bumblebee in mageia (and mentoring)
</A></li>
<LI>Next message: <A HREF="014110.html">[Mageia-dev] bumblebee in mageia (and mentoring)
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#14109">[ date ]</a>
<a href="thread.html#14109">[ thread ]</a>
<a href="subject.html#14109">[ subject ]</a>
<a href="author.html#14109">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Le 10/04/2012 21:45, simple w8 a écrit :
>><i> Because you need to have it on the system to get this module rebuilt
</I>>><i> when you install a new kernel, not only when you install this package
</I>><i>
</I>><i> If we add a plain require theres no need to have requires in
</I>><i> scriplets, at least more recently that was clarified, a plain require
</I>><i> is enough.
</I>A dependency only ensure your package and the depended one will get
installed in the same transaction, but in any order. Which often
translates into:
- dkms-stuff
- dmks
In this case, %post of dkms-stuff run before dkms get installed, and fails.
--
Why are they called 'stands' when they're made for sitting?
-- Why Why Why n°24
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="014108.html">[Mageia-dev] bumblebee in mageia (and mentoring)
</A></li>
<LI>Next message: <A HREF="014110.html">[Mageia-dev] bumblebee in mageia (and mentoring)
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#14109">[ date ]</a>
<a href="thread.html#14109">[ thread ]</a>
<a href="subject.html#14109">[ subject ]</a>
<a href="author.html#14109">[ 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>
|