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
|
<!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=%3CCAL%2BdqvAdy2h20vrYZPqkBbE9B2NO7qmqDrObJMeJ0vngtUdOJA%40mail.gmail.com%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="007613.html">
<LINK REL="Next" HREF="007626.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] Rpmlint configuration, false positives</H1>
<B>D.Morgan</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Rpmlint%20configuration%2C%20false%20positives&In-Reply-To=%3CCAL%2BdqvAdy2h20vrYZPqkBbE9B2NO7qmqDrObJMeJ0vngtUdOJA%40mail.gmail.com%3E"
TITLE="[Mageia-dev] Rpmlint configuration, false positives">dmorganec at gmail.com
</A><BR>
<I>Sat Aug 27 23:02:19 CEST 2011</I>
<P><UL>
<LI>Previous message: <A HREF="007613.html">[Mageia-dev] Rpmlint configuration, false positives
</A></li>
<LI>Next message: <A HREF="007626.html">[Mageia-dev] Rpmlint configuration, false positives
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#7614">[ date ]</a>
<a href="thread.html#7614">[ thread ]</a>
<a href="subject.html#7614">[ subject ]</a>
<a href="author.html#7614">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On Sat, Aug 27, 2011 at 10:41 PM, Florian Hubold <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">doktor5000 at arcor.de</A>> wrote:
><i> Am 27.08.2011 22:19, schrieb Michael Scherer:
</I>>><i>
</I>>><i> Le samedi 27 août 2011 à 22:06 +0200, Florian Hubold a écrit :
</I>>>><i>
</I>>>><i> What about the following, AFAIK those are deprecated and rpmlint
</I>>>><i> shouldn't
</I>>>><i> complain about:
</I>>>><i>
</I>>>><i> *files-attr-not-set*        as i was told by dmorgan, empty default
</I>>>><i> attributes
</I>>>><i> (%defattr(-,root,root))
</I>>>><i> are useless and not needed, but without it rpmlint complains with this
</I>>>><i> warning
</I>>>><i> for every file.
</I>>>><i> What's the status quoe here? rpmlint issue or maybe an rpm bug?
</I>>>><i> Empty %defattr still needed or not and if not, could you make that
</I>>>><i> warning an
</I>>>><i> exception?
</I>>><i>
</I>>><i> TO be really clean, this should be changed directly in rpmlint upstream
</I>>><i> to remove the check. But as I do not know the various supported version
</I>>><i> for this removal, I will add a filter.
</I>><i>
</I>><i> So someone with more insights wrt RPM should comment on this. dmorgan?
</I>
this is not needed since 2004.
commit 47ea5da7dd42de36b235b688205fb35f53e3cad6
Author: jbj <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">devnull at localhost</A>>
Date: Wed Oct 13 21:03:29 2004 +0000
- silently add default %defattr(-,root,root) for all packages.
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="007613.html">[Mageia-dev] Rpmlint configuration, false positives
</A></li>
<LI>Next message: <A HREF="007626.html">[Mageia-dev] Rpmlint configuration, false positives
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#7614">[ date ]</a>
<a href="thread.html#7614">[ thread ]</a>
<a href="subject.html#7614">[ subject ]</a>
<a href="author.html#7614">[ 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>
|