summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/20110530/005087.html
blob: 25175bdd05f379bedd66d55fa7b217ce072b1812 (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
95
96
97
98
<!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=%3CBANLkTin7j%2BfwiG9ObzuVLN_4eP7iY6tz%2Bg%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="005085.html">
   <LINK REL="Next"  HREF="005086.html">
 </HEAD>
 <BODY BGCOLOR="#ffffff">
   <H1>[Mageia-dev] [1601] Do not append .%distro_section if section	is core</H1>
    <B>Pascal Terjan</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=%3CBANLkTin7j%2BfwiG9ObzuVLN_4eP7iY6tz%2Bg%40mail.gmail.com%3E"
       TITLE="[Mageia-dev] [1601] Do not append .%distro_section if section	is core">pterjan at gmail.com
       </A><BR>
    <I>Mon May 30 18:39:52 CEST 2011</I>
    <P><UL>
        <LI>Previous message: <A HREF="005085.html">[Mageia-dev] [1601] Do not append .%distro_section if section	is core
</A></li>
        <LI>Next message: <A HREF="005086.html">[Mageia-dev] [ANN] Mageia-release upload and urpmi breakage
</A></li>
         <LI> <B>Messages sorted by:</B> 
              <a href="date.html#5087">[ date ]</a>
              <a href="thread.html#5087">[ thread ]</a>
              <a href="subject.html#5087">[ subject ]</a>
              <a href="author.html#5087">[ author ]</a>
         </LI>
       </UL>
    <HR>  
<!--beginarticle-->
<PRE>On Mon, May 30, 2011 at 13:08, Thomas Backlund &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">tmb at mageia.org</A>&gt; wrote:
&gt;<i> <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>&gt;&gt;<i>
</I>&gt;&gt;<i> Revision
</I>&gt;&gt;<i> &#160; &#160;1601
</I>&gt;&gt;<i> Author
</I>&gt;&gt;<i> &#160; &#160;pterjan
</I>&gt;&gt;<i> Date
</I>&gt;&gt;<i> &#160; &#160;2011-05-30 13:44:17 +0200 (Mon, 30 May 2011)
</I>&gt;&gt;<i>
</I>&gt;&gt;<i>
</I>&gt;&gt;<i> &#160; &#160; &#160;Log Message
</I>&gt;&gt;<i>
</I>&gt;&gt;<i> Do not append .%distro_section if section is core
</I>&gt;&gt;<i>
</I>&gt;<i>
</I>&gt;<i> [...]
</I>&gt;<i>
</I>&gt;&gt;<i>
</I>&gt;&gt;<i> Modified: rpm/rpm-setup/trunk/build.macros.in
</I>&gt;&gt;<i> ===================================================================
</I>&gt;&gt;<i> --- rpm/rpm-setup/trunk/build.macros.in 2011-05-30 10:02:43 UTC (rev 1600)
</I>&gt;&gt;<i> +++ rpm/rpm-setup/trunk/build.macros.in 2011-05-30 11:44:17 UTC (rev 1601)
</I>&gt;&gt;<i> @@ -152,7 +152,7 @@
</I>&gt;&gt;<i>
</I>&gt;&gt;<i> &#160;%distsuffix @DISTSUFFIX@
</I>&gt;&gt;<i>
</I>&gt;&gt;<i> -%mkrel(c:) %{-c:
</I>&gt;&gt;<i> 0.%{-c*}.}%{1}%{?subrel:.%subrel}%{?distsuffix:%distsuffix}%{?!distsuffix:.mga}%{?distro_release:%distro_release}%{?distro_section:.%distro_section}
</I>&gt;&gt;<i> +%mkrel(c:) %{-c:
</I>&gt;&gt;<i> 0.%{-c*}.}%{1}%{?subrel:.%subrel}%{?distsuffix:%distsuffix}%{?!distsuffix:.mga}%{?distro_release:%distro_release}%([&quot;%{distro_section}&quot;
</I>&gt;&gt;<i> &#160;!=&quot;core&quot; &#160;]&amp;&amp; &#160;echo .%distro_section)
</I>&gt;&gt;<i>
</I>&gt;<i>
</I>&gt;<i> This is wrong...
</I>&gt;<i>
</I>&gt;<i> It will trigger on nonfree
</I>&gt;<i>
</I>&gt;<i> Isnt it better to only check for tainted ?
</I>
I had planned to have if on nonfree and tainted since the beginning,
as we way have some packages in core + nonfree, if they can be built
with some support for nonfree stuff
</PRE>

<!--endarticle-->
    <HR>
    <P><UL>
        <!--threads-->
	<LI>Previous message: <A HREF="005085.html">[Mageia-dev] [1601] Do not append .%distro_section if section	is core
</A></li>
	<LI>Next message: <A HREF="005086.html">[Mageia-dev] [ANN] Mageia-release upload and urpmi breakage
</A></li>
         <LI> <B>Messages sorted by:</B> 
              <a href="date.html#5087">[ date ]</a>
              <a href="thread.html#5087">[ thread ]</a>
              <a href="subject.html#5087">[ subject ]</a>
              <a href="author.html#5087">[ 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>