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-sysadm/2011-January/002442.html | 95 ++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2011-January/002442.html (limited to 'zarb-ml/mageia-sysadm/2011-January/002442.html') diff --git a/zarb-ml/mageia-sysadm/2011-January/002442.html b/zarb-ml/mageia-sysadm/2011-January/002442.html new file mode 100644 index 000000000..5c8fec6ac --- /dev/null +++ b/zarb-ml/mageia-sysadm/2011-January/002442.html @@ -0,0 +1,95 @@ + + + + [Mageia-sysadm] [340] Check dependencies on x86_64 as this is where the src. rpm is generated + + + + + + + + + +

[Mageia-sysadm] [340] Check dependencies on x86_64 as this is where the src. rpm is generated

+ root at mageia.org + root at mageia.org +
+ Tue Jan 25 12:03:15 CET 2011 +

+
+ +
Revision: 340
+Author:   pterjan
+Date:     2011-01-25 12:03:14 +0100 (Tue, 25 Jan 2011)
+Log Message:
+-----------
+Check dependencies on x86_64 as this is where the src.rpm is generated
+
+Modified Paths:
+--------------
+    build_system/mdv-youri-submit/trunk/lib/Youri/Submit/Check/Deps.pm
+
+Modified: build_system/mdv-youri-submit/trunk/lib/Youri/Submit/Check/Deps.pm
+===================================================================
+--- build_system/mdv-youri-submit/trunk/lib/Youri/Submit/Check/Deps.pm	2011-01-25 00:40:32 UTC (rev 339)
++++ build_system/mdv-youri-submit/trunk/lib/Youri/Submit/Check/Deps.pm	2011-01-25 11:03:14 UTC (rev 340)
+@@ -66,7 +66,9 @@
+     
+     my $path = $repository->get_install_root() . "/" . $target;
+     # FIXME we need dependencies on all archs except for ExclusiveArch
+-    my $arch = 'i586';
++    # Unfortunately some dependencies depend on the arch were the src.rpm was geenrated
++    # Currently src.rpm is generated on x86_64, so we need to check on that one
++    my $arch = 'x86_64';
+ #    foreach my $arch ($repository->get_extra_arches()) {
+         my $media = new Youri::Media::URPM(name => "core.".$arch,
+                                            type => "binary",
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20110125/a2239f41/attachment.html>
+
+ + + + + + + + + + + + + +
+

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