[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