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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] Some more new rpmlint warning on upload
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Some%20more%20new%20rpmlint%20warning%20on%20upload&In-Reply-To=%3C1311768606.2114.63.camel%40akroma.ephaone.org%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="007057.html">
<LINK REL="Next" HREF="007061.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] Some more new rpmlint warning on upload</H1>
<B>Michael Scherer</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Some%20more%20new%20rpmlint%20warning%20on%20upload&In-Reply-To=%3C1311768606.2114.63.camel%40akroma.ephaone.org%3E"
TITLE="[Mageia-dev] Some more new rpmlint warning on upload">misc at zarb.org
</A><BR>
<I>Wed Jul 27 14:10:06 CEST 2011</I>
<P><UL>
<LI>Previous message: <A HREF="007057.html">[Mageia-dev] Some more new rpmlint warning on upload
</A></li>
<LI>Next message: <A HREF="007061.html">[Mageia-dev] Some more new rpmlint warning on upload
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#7059">[ date ]</a>
<a href="thread.html#7059">[ thread ]</a>
<a href="subject.html#7059">[ subject ]</a>
<a href="author.html#7059">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Le mercredi 27 juillet 2011 à 13:37 +0200, Michael Scherer a écrit :
><i> *
</I>
of course, this one is backup-file-in-package
><i> while having foo.c~ or #.foo.c are not causing problem, this usually
</I>><i> take space for nothing. But since the problem is often in upstream
</I>><i> tarball, this can be tricky to fix.
</I>
I also found some others :
* bogus-variable-use-in-%posttrans
ia_ora-gnome.i586: W: bogus-variable-use-in-%posttrans $RPM_BUILD_ROOT
this one is clearly a bug.
* no-url-tag
while not blocking, I see no good reason for that.
* non-standard-dir-in-usr
inn.i586: W: non-standard-dir-in-usr com
no really compliant with FHS, but on the other hand, inn seems complex
to use and fix ...
* self-obsoletion
lots of package obsoletes themself ( or just one of their provides ).
While the goal was to rename them, this should be done with proper
versionning ( ie Obsoletes: foo < X ), as some upstream have changed
their mind, or some software can reuse the name. Most specs are just
wrong on that point, and should be corrected. ( so in the 2nd list ).
* use-tmp-in-%postun
this one is likely a security problem. Look at ipxutils script to see
what I mean.
* statically-linked-binary
While there is some case for static binary, this one is clearly wrong :
statically-linked-binary /usr/lib/debug/usr/lib/ibus-engine-pinyin.debug
So I would add that one to the 3rd list of the previous mail.
* spurious-executable-perm
file in %doc and manpages should not be executable. And so this errors
( if I am not wrong ) should block upload. Yet I am not sure, so let's
add to the 2nd list ( discuss and then act ).
* update-menus-without-menu-file-in-%postun
AFAIK, menu is deprecated in favor of freedesktop menu. So there is
clearly something wrong ( from icewm-light )
( watch for the 3rd mail, as I have done only half of the rpm for now )
--
Michael Scherer
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="007057.html">[Mageia-dev] Some more new rpmlint warning on upload
</A></li>
<LI>Next message: <A HREF="007061.html">[Mageia-dev] Some more new rpmlint warning on upload
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#7059">[ date ]</a>
<a href="thread.html#7059">[ thread ]</a>
<a href="subject.html#7059">[ subject ]</a>
<a href="author.html#7059">[ 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>
|