blob: 08b4489e69a895434063361ecc552abb4b3421aa (
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
105
106
107
108
109
110
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] Directory conflict ?
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Directory%20conflict%20%3F&In-Reply-To=%3C20120905172059.6562215c%40SuperSize.eslrahc.com%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="018494.html">
<LINK REL="Next" HREF="018498.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] Directory conflict ?</H1>
<B>Charles A Edwards</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Directory%20conflict%20%3F&In-Reply-To=%3C20120905172059.6562215c%40SuperSize.eslrahc.com%3E"
TITLE="[Mageia-dev] Directory conflict ?">CAE at eslrahc.com
</A><BR>
<I>Wed Sep 5 23:20:59 CEST 2012</I>
<P><UL>
<LI>Previous message: <A HREF="018494.html">[Mageia-dev] Directory conflict ?
</A></li>
<LI>Next message: <A HREF="018498.html">[Mageia-dev] Directory conflict ?
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#18495">[ date ]</a>
<a href="thread.html#18495">[ thread ]</a>
<a href="subject.html#18495">[ subject ]</a>
<a href="author.html#18495">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On Wed, 05 Sep 2012 19:53:13 +0200
Guillaume Rousse wrote:
><i> > 'Twas brillig, and Guillaume Rousse at 05/09/12 12:46 did gyre and
</I>><i> > gimble:
</I>><i> >> It seems than rpm now consider two packages shipping the same
</I>><i> >> directory as a conflict:
</I>><i> >>
</I>><i> >> Installation failed: file /etc/nagios from install of
</I>><i> >> nrpe-2.13-2.mga3.x86_64 conflicts with file from package
</I>><i> >> nagios-1:3.4.1-7.mga3.x86_64
</I>><i> >
</I>><i> > Are you referring to specs that have:
</I>><i> >
</I>><i> > %dir /etc/foo
</I>><i> >
</I>><i> > here? If so, won't this affect a metric crapload of packages?
</I>><i> Exactly. Unless I've missing something obvious.
</I>
You are missing something (-;
I think the error from rpm is that 2 pkgs want to own the same
directory../etc/nagios
In this case nrpe is a nagios addon.
It should
Require: nagios
which Does install and should own /etc/nagios
and the %dir /etc/foo should be dropped from nrpe.spec
Charles
--
You want to know why I kept getting promoted? Because my mouth knows
more than my brain.
-- W.G.
----------------------
Mageia release 3 (Cauldron) for x86_64$
On SuperSize....<A HREF="http://www.eslrahc.com">http://www.eslrahc.com</A>
Registered Linux user #182463
3.5.3-tmb-server-1.mga3 x86_64
----------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: </pipermail/mageia-dev/attachments/20120905/9ebed14e/attachment.asc>
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="018494.html">[Mageia-dev] Directory conflict ?
</A></li>
<LI>Next message: <A HREF="018498.html">[Mageia-dev] Directory conflict ?
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#18495">[ date ]</a>
<a href="thread.html#18495">[ thread ]</a>
<a href="subject.html#18495">[ subject ]</a>
<a href="author.html#18495">[ 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>
|