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:
parent
4eef7cf985
commit
cd23205773
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user