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=%3C4E595080.7090603%40gmail.com%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="007608.html">
<LINK REL="Next" HREF="007612.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] Rpmlint configuration, false positives</H1>
<B>Guillaume Rousse</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Rpmlint%20configuration%2C%20false%20positives&In-Reply-To=%3C4E595080.7090603%40gmail.com%3E"
TITLE="[Mageia-dev] Rpmlint configuration, false positives">guillomovitch at gmail.com
</A><BR>
<I>Sat Aug 27 22:16:00 CEST 2011</I>
<P><UL>
<LI>Previous message: <A HREF="007608.html">[Mageia-dev] Rpmlint configuration, false positives
</A></li>
<LI>Next message: <A HREF="007612.html">[Mageia-dev] Rpmlint configuration, false positives
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#7610">[ date ]</a>
<a href="thread.html#7610">[ thread ]</a>
<a href="subject.html#7610">[ subject ]</a>
<a href="author.html#7610">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On 27/08/2011 22:06, Florian Hubold wrote:
><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>rpmrebuild won't work if you can't read the files included in the source
package after extracting them.
><i> *%ifarch-applied-patch* if the build is broken only for i586 for
</I>><i> example, what's wrong about the %ifarch?
</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>Because you won't notice your patch doesn't apply anymore until you
build on the platform where it is actually applied. In most case, it
will be the buildbot which fails, whereas your own local build was OK.
The point here is 'the earlier it breaks, the quicker it gets noticed'.
--
BOFH excuse #47:
Complete Transient Lockout
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="007608.html">[Mageia-dev] Rpmlint configuration, false positives
</A></li>
<LI>Next message: <A HREF="007612.html">[Mageia-dev] Rpmlint configuration, false positives
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#7610">[ date ]</a>
<a href="thread.html#7610">[ thread ]</a>
<a href="subject.html#7610">[ subject ]</a>
<a href="author.html#7610">[ 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>
|