forked from pool/cloud-init
- pmtools only exist on Intel architecture (bnc#928552)
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=34
This commit is contained in:
parent
ca001a03ce
commit
3ae558cd3d
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 27 12:26:32 UTC 2015 - rjschwei@suse.com
|
||||
|
||||
- pmtools only exist on Intel architecture (bnc#928552)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 13 08:46:40 UTC 2015 - tbechtold@suse.com
|
||||
|
||||
|
@ -69,7 +69,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()")}
|
||||
%ifarch %ix86 x86_64
|
||||
Requires: pmtools
|
||||
%endif
|
||||
%else
|
||||
%ifarch %ix86 x86_64
|
||||
Requires: dmidecode
|
||||
|
Loading…
Reference in New Issue
Block a user