Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
marguerite committed Feb 24, 2016
2 parents 005c223 + be512f0 commit b7bcff3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions golang/rpmsysinfo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ module RpmSysinfo
@@libdir = "/usr/lib64"
@@go_arch = "arm64"
end
if @@rbarch == "ppc64"
if @@rbarch == "powerpc64"
@@libdir = "/usr/lib64"
@@go_arch = "ppc64"
end
if @@rbarch == "ppc64le"
if @@rbarch == "powerpc64le"
@@libdir = "/usr/lib64"
@@go_arch = "ppc64le"
end
Expand Down
2 changes: 1 addition & 1 deletion macros.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
ExclusiveArch: aarch64 %ix86 x86_64 %arm ppc64 ppc64le

%go_provides \
%if 0%{?suse_version} < 1320 \
%if 0%{?suse_version} <= 1110 \
%global _use_internal_dependency_generator 0 \
%global __find_provides %{_prefix}/lib/rpm/golang.prov \
%global __find_requires %{_prefix}/lib/rpm/golang.req \
Expand Down

0 comments on commit b7bcff3

Please sign in to comment.