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>
|
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-setuptools
|
||||||
BuildRequires: python-six
|
BuildRequires: python-six
|
||||||
%endif
|
%endif
|
||||||
|
%if 0%{?sle_version}
|
||||||
|
BuildRequires: sles-release
|
||||||
|
%else
|
||||||
%if 0%{?is_opensuse} || 0%{?suse_version} == 1310 || 0%{?suse_version} == 1320
|
%if 0%{?is_opensuse} || 0%{?suse_version} == 1310 || 0%{?suse_version} == 1320
|
||||||
BuildRequires: openSUSE-release
|
BuildRequires: openSUSE-release
|
||||||
%else
|
%else
|
||||||
BuildRequires: sles-release
|
BuildRequires: sles-release
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
BuildRequires: util-linux
|
BuildRequires: util-linux
|
||||||
Requires: bash
|
Requires: bash
|
||||||
Requires: dhcp-client
|
Requires: dhcp-client
|
||||||
|
Loading…
Reference in New Issue
Block a user