forked from pool/cloud-init
- add dmidecode (pmtools SLE 11) as dependency (bnc #888345)
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=21
This commit is contained in:
parent
b883b7106a
commit
402e1e5ccc
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 28 15:14:02 UTC 2014 - rschweikert@suse.com
|
||||
|
||||
- add dmidecode (pmtools SLE 11) as dependency (bnc #888345)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 22 22:31:17 UTC 2014 - dmueller@suse.com
|
||||
|
||||
|
@ -64,7 +64,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%define docdir %{_defaultdocdir}/%{name}
|
||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
Requires: pmtools
|
||||
%else
|
||||
Requires: dmidecode
|
||||
BuildArch: noarch
|
||||
%endif
|
||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1210
|
||||
|
Loading…
Reference in New Issue
Block a user