summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/20110530/005087.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-dev/20110530/005087.html')
-rw-r--r--zarb-ml/mageia-dev/20110530/005087.html98
1 files changed, 98 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/20110530/005087.html b/zarb-ml/mageia-dev/20110530/005087.html
new file mode 100644
index 000000000..25175bdd0
--- /dev/null
+++ b/zarb-ml/mageia-dev/20110530/005087.html
@@ -0,0 +1,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>