From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-dev/20110530/005085.html | 94 +++++++++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 zarb-ml/mageia-dev/20110530/005085.html (limited to 'zarb-ml/mageia-dev/20110530/005085.html') 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 @@ + + + + [Mageia-dev] [1601] Do not append .%distro_section if section is core + + + + + + + + + +

[Mageia-dev] [1601] Do not append .%distro_section if section is core

+ Thomas Backlund + tmb at mageia.org +
+ Mon May 30 14:08:28 CEST 2011 +

+
+ +
root-odJJhXpcy38dnm+yROfE0A at public.gmane.org skrev 30.5.2011 14:44:
+> Revision
+>     1601
+> Author
+>     pterjan
+> Date
+>     2011-05-30 13:44:17 +0200 (Mon, 30 May 2011)
+>
+>
+>       Log Message
+>
+> Do not append .%distro_section if section is core
+>
+
+[...]
+
+>
+> Modified: rpm/rpm-setup/trunk/build.macros.in
+> ===================================================================
+> --- rpm/rpm-setup/trunk/build.macros.in	2011-05-30 10:02:43 UTC (rev 1600)
+> +++ rpm/rpm-setup/trunk/build.macros.in	2011-05-30 11:44:17 UTC (rev 1601)
+> @@ -152,7 +152,7 @@
+>
+>   %distsuffix @DISTSUFFIX@
+>
+> -%mkrel(c:) %{-c: 0.%{-c*}.}%{1}%{?subrel:.%subrel}%{?distsuffix:%distsuffix}%{?!distsuffix:.mga}%{?distro_release:%distro_release}%{?distro_section:.%distro_section}
+> +%mkrel(c:) %{-c: 0.%{-c*}.}%{1}%{?subrel:.%subrel}%{?distsuffix:%distsuffix}%{?!distsuffix:.mga}%{?distro_release:%distro_release}%(["%{distro_section}"  !="core"  ]&&  echo .%distro_section)
+>
+
+This is wrong...
+
+It will trigger on nonfree
+
+Isnt it better to only check for tainted ?
+
+--
+Thomas
+
+ + + + +
+

+ +
+More information about the Mageia-dev +mailing list
+ -- cgit v1.2.1