blob: ca77776cbe261cca9cd0e6ce239691bd2d9d9e38 (
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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-sysadm] Seems bs got a little broken by the changes for tainted...
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20Seems%20bs%20got%20a%20little%20broken%20by%20the%20changes%20for%0A%20tainted...&In-Reply-To=%3Calpine.LMD.2.02.1105301015070.10621%40zem.cjw.nep%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="003522.html">
<LINK REL="Next" HREF="003530.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-sysadm] Seems bs got a little broken by the changes for tainted...</H1>
<B>Christiaan Welvaart</B>
<A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20Seems%20bs%20got%20a%20little%20broken%20by%20the%20changes%20for%0A%20tainted...&In-Reply-To=%3Calpine.LMD.2.02.1105301015070.10621%40zem.cjw.nep%3E"
TITLE="[Mageia-sysadm] Seems bs got a little broken by the changes for tainted...">cjw at daneel.dyndns.org
</A><BR>
<I>Mon May 30 10:36:27 CEST 2011</I>
<P><UL>
<LI>Previous message: <A HREF="003522.html">[Mageia-sysadm] Seems bs got a little broken by the changes for tainted...
</A></li>
<LI>Next message: <A HREF="003530.html">[Mageia-sysadm] Hobbit [785603] rabbit.mageia.org:files warning (YELLOW)
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#3524">[ date ]</a>
<a href="thread.html#3524">[ thread ]</a>
<a href="subject.html#3524">[ subject ]</a>
<a href="author.html#3524">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On Mon, 30 May 2011, Thomas Backlund wrote:
><i> the last rpms have dual dots after .mga1
</I>><i>
</I>><i> And this does not happend on local build...
</I>
This is likely because mkrel adds a dot even if %distro_section is defined
as %nil (but not when it is undefined). Below an example of how to fix it
in mkrel. I'm not a rpm macro guru so maybe it can be improved.
%mkrel(c:) %{-c: 0.%{-c*}.}%{1}%{?subrel:.%subrel}%{?distsuffix:%distsuffix}%{?!distsuffix:.mga}%{?distro_release:%distro_release}%([ -n "%{?distro_section}" ] && echo -n ".")%{?distro_section}
Christiaan
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="003522.html">[Mageia-sysadm] Seems bs got a little broken by the changes for tainted...
</A></li>
<LI>Next message: <A HREF="003530.html">[Mageia-sysadm] Hobbit [785603] rabbit.mageia.org:files warning (YELLOW)
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#3524">[ date ]</a>
<a href="thread.html#3524">[ thread ]</a>
<a href="subject.html#3524">[ subject ]</a>
<a href="author.html#3524">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-sysadm">More information about the Mageia-sysadm
mailing list</a><br>
</body></html>
|