Skip to content

Commit

Permalink
Merge f0d3943 into 1d22c5e
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaltom committed Aug 21, 2019
2 parents 1d22c5e + f0d3943 commit 5bae914
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package/SUSEConnect.spec
Expand Up @@ -25,13 +25,12 @@ Release: 0
# Does not build for i586 and s390 and is not supported on those architectures
ExcludeArch: %ix86 s390

%if 0%{?fedora} || 0%{?rhel_version} || 0%{?centos_version}
%if 0%{?fedora} || 0%{?rhel} || 0%{?centos_version}
Requires: ca-certificates
%else
Requires: ca-certificates-mozilla
%endif
Requires: coreutils
Requires: hwinfo
Requires: net-tools
Requires: util-linux
Requires: zypper
Expand Down Expand Up @@ -60,7 +59,7 @@ Provides: ruby2.1-rubygem-suse-connect = %{version}
%endif

# cross-distribution howto: https://en.opensuse.org/openSUSE:Build_Service_cross_distribution_howto
%if 0%{?fedora} || 0%{?rhel_version} || 0%{?centos_version}
%if 0%{?fedora} || 0%{?rhel} || 0%{?centos_version}
%define ruby_version ruby2.5
%global gem_base /usr/share/gems
%global debug_package %{nil}
Expand Down

0 comments on commit 5bae914

Please sign in to comment.