blob: fb54cfcd7c51f2115e14cb76b3dd2f82ba7d9ce6 (
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] [1601] Do not append .%distro_section if section is core
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5B1601%5D%20Do%20not%20append%20.%25distro_section%20if%20section%0A%09is%20core&In-Reply-To=%3C4DE388BC.4070605%40mageia.org%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="005084.html">
<LINK REL="Next" HREF="005087.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] [1601] Do not append .%distro_section if section is core</H1>
<B>Thomas Backlund</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5B1601%5D%20Do%20not%20append%20.%25distro_section%20if%20section%0A%09is%20core&In-Reply-To=%3C4DE388BC.4070605%40mageia.org%3E"
TITLE="[Mageia-dev] [1601] Do not append .%distro_section if section is core">tmb at mageia.org
</A><BR>
<I>Mon May 30 14:08:28 CEST 2011</I>
<P><UL>
<LI>Previous message: <A HREF="005084.html">[Mageia-dev] after release: don't update perl modules please!
</A></li>
<LI>Next message: <A HREF="005087.html">[Mageia-dev] [1601] Do not append .%distro_section if section is core
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#5085">[ date ]</a>
<a href="thread.html#5085">[ thread ]</a>
<a href="subject.html#5085">[ subject ]</a>
<a href="author.html#5085">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE><A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">root-odJJhXpcy38dnm+yROfE0A at public.gmane.org</A> skrev 30.5.2011 14:44:
><i> Revision
</I>><i> 1601
</I>><i> Author
</I>><i> pterjan
</I>><i> Date
</I>><i> 2011-05-30 13:44:17 +0200 (Mon, 30 May 2011)
</I>><i>
</I>><i>
</I>><i> Log Message
</I>><i>
</I>><i> Do not append .%distro_section if section is core
</I>><i>
</I>
[...]
><i>
</I>><i> Modified: rpm/rpm-setup/trunk/build.macros.in
</I>><i> ===================================================================
</I>><i> --- rpm/rpm-setup/trunk/build.macros.in 2011-05-30 10:02:43 UTC (rev 1600)
</I>><i> +++ rpm/rpm-setup/trunk/build.macros.in 2011-05-30 11:44:17 UTC (rev 1601)
</I>><i> @@ -152,7 +152,7 @@
</I>><i>
</I>><i> %distsuffix @DISTSUFFIX@
</I>><i>
</I>><i> -%mkrel(c:) %{-c: 0.%{-c*}.}%{1}%{?subrel:.%subrel}%{?distsuffix:%distsuffix}%{?!distsuffix:.mga}%{?distro_release:%distro_release}%{?distro_section:.%distro_section}
</I>><i> +%mkrel(c:) %{-c: 0.%{-c*}.}%{1}%{?subrel:.%subrel}%{?distsuffix:%distsuffix}%{?!distsuffix:.mga}%{?distro_release:%distro_release}%(["%{distro_section}" !="core" ]&& echo .%distro_section)
</I>><i>
</I>
This is wrong...
It will trigger on nonfree
Isnt it better to only check for tainted ?
--
Thomas
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="005084.html">[Mageia-dev] after release: don't update perl modules please!
</A></li>
<LI>Next message: <A HREF="005087.html">[Mageia-dev] [1601] Do not append .%distro_section if section is core
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#5085">[ date ]</a>
<a href="thread.html#5085">[ thread ]</a>
<a href="subject.html#5085">[ subject ]</a>
<a href="author.html#5085">[ 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>
|