1616de1 use $basearch not $arch in livemedia tasks

Authored and Committed by ausil 8 years ago
    use $basearch not $arch in livemedia tasks
    
    koji for livemedia acts different to image builds and does
    not translate $arch to x86_64, i386, etc so we need to just pass
    in $basearch so that yum/dnf will translate it for us
    
    Signed-off-by: Dennis Gilmore <dennis@ausil.us>