SHA256
1
0
forked from pool/cloud-init

- Follow the ever changing inconsistencies of version definitions and

detection in the build service.
  + No more suse_version in SUSE internal instance for SLES 15 SP1

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=142
This commit is contained in:
Robert Schweikert 2019-07-05 18:59:55 +00:00 committed by Git OBS Bridge
parent 4eef7cf985
commit cd23205773
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Jul 5 18:58:22 UTC 2019 - Robert Schweikert <rjschwei@suse.com>
- Follow the ever changing inconsistencies of version definitions and
detection in the build service.
+ No more suse_version in SUSE internal instance for SLES 15 SP1
-------------------------------------------------------------------
Tue Jun 11 12:37:16 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -75,11 +75,15 @@ BuildRequires: python-requests
BuildRequires: python-setuptools
BuildRequires: python-six
%endif
%if 0%{?sle_version}
BuildRequires: sles-release
%else
%if 0%{?is_opensuse} || 0%{?suse_version} == 1310 || 0%{?suse_version} == 1320
BuildRequires: openSUSE-release
%else
BuildRequires: sles-release
%endif
%endif
BuildRequires: util-linux
Requires: bash
Requires: dhcp-client