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/005087.html | 98 +++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 zarb-ml/mageia-dev/20110530/005087.html (limited to 'zarb-ml/mageia-dev/20110530/005087.html') 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 @@ + + + + [Mageia-dev] [1601] Do not append .%distro_section if section is core + + + + + + + + + +

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

+ Pascal Terjan + pterjan at gmail.com +
+ Mon May 30 18:39:52 CEST 2011 +

+
+ +
On Mon, May 30, 2011 at 13:08, Thomas Backlund <tmb at mageia.org> wrote:
+> 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 ?
+
+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
+
+ + +
+

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