diff options
Diffstat (limited to 'zarb-ml/mageia-dev/20110530/005085.html')
-rw-r--r-- | zarb-ml/mageia-dev/20110530/005085.html | 94 |
1 files changed, 94 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/20110530/005085.html b/zarb-ml/mageia-dev/20110530/005085.html new file mode 100644 index 000000000..fb54cfcd7 --- /dev/null +++ b/zarb-ml/mageia-dev/20110530/005085.html @@ -0,0 +1,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> |