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] Rpmlint configuration, false positives
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Rpmlint%20configuration%2C%20false%20positives&In-Reply-To=%3C4E5952DA.5060406%40arcor.de%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="007610.html">
<LINK REL="Next" HREF="007611.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] Rpmlint configuration, false positives</H1>
<B>Florian Hubold</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Rpmlint%20configuration%2C%20false%20positives&In-Reply-To=%3C4E5952DA.5060406%40arcor.de%3E"
TITLE="[Mageia-dev] Rpmlint configuration, false positives">doktor5000 at arcor.de
</A><BR>
<I>Sat Aug 27 22:26:02 CEST 2011</I>
<P><UL>
<LI>Previous message: <A HREF="007610.html">[Mageia-dev] Rpmlint configuration, false positives
</A></li>
<LI>Next message: <A HREF="007611.html">[Mageia-dev] Rpmlint configuration, false positives
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#7612">[ date ]</a>
<a href="thread.html#7612">[ thread ]</a>
<a href="subject.html#7612">[ subject ]</a>
<a href="author.html#7612">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Am 27.08.2011 22:16, schrieb Guillaume Rousse:
><i> On 27/08/2011 22:06, Florian Hubold wrote:
</I>>><i> I think the following are bogus, but i may be totally wrong:
</I>>><i>
</I>>><i> *strange-permission * for SOURCES and SPEC it complains if not 0644, why
</I>>><i> is that?
</I>><i> rpmrebuild won't work if you can't read the files included in the source
</I>><i> package after extracting them.
</I>Yes, understood perfectly.
But why does it complain about 0664 which would be the default for those
files with a freshly created /home? Maybe it should only warn if the permissions
are actually less?
><i>
</I>>><i> *%ifarch-applied-patch* if the build is broken only for i586 for
</I>>><i> example, what's wrong about the %ifarch?
</I>><i> >
</I>>><i> Or maybe i don't get the description fully:
</I>>><i>
</I>>><i> /Patches must be applied on all architectures and may contain
</I>>><i> necessary configure and/or code patch to be effective only on a given
</I>>><i> arch./
</I>>><i>
</I>>><i> With the last part of the explanation and the warning itself, i'm
</I>>><i> confused. If it is only
</I>>><i> effective on one arch and fixed build there, why apply it blindly to the
</I>>><i> other where this may break build
</I>>><i> or have other unwanted sideeffects?
</I>><i> Because you won't notice your patch doesn't apply anymore until you build on
</I>><i> the platform where it is actually applied. In most case, it will be the
</I>><i> buildbot which fails, whereas your own local build was OK. The point here is
</I>><i> 'the earlier it breaks, the quicker it gets noticed'.
</I>><i>
</I>Ah, silly me. Now i got it.
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="007610.html">[Mageia-dev] Rpmlint configuration, false positives
</A></li>
<LI>Next message: <A HREF="007611.html">[Mageia-dev] Rpmlint configuration, false positives
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#7612">[ date ]</a>
<a href="thread.html#7612">[ thread ]</a>
<a href="subject.html#7612">[ subject ]</a>
<a href="author.html#7612">[ 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>
|