1
0
forked from pool/kernel-source

GIT Revision: 6557e927846ca57f270516bc895ea1a1e2d65fa8

OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7165
This commit is contained in:
Michal Marek
2011-11-24 06:01:59 +00:00
committed by Git OBS Bridge
parent 84d3695d39
commit 0b544832a4
35 changed files with 77386 additions and 14 deletions

1
mkspec
View File

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