1
0
forked from pool/kernel-source

GIT Revision: 28551a0ccbd86d860385baf989e29ddaa7047002

OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7153
This commit is contained in:
Michal Marek
2011-11-03 06:02:19 +00:00
committed by Git OBS Bridge
parent f1e5e28c9e
commit 0767f21fc9
19 changed files with 321 additions and 11 deletions

1
mkspec
View File

@@ -248,6 +248,7 @@ sub arch2rpm {
sub _arch2rpm {
my $arch = shift;
return "\%ix86" if $arch eq "i386";
return "\%arm" if $arch eq "arm";
return $arch;
}