SHA256
1
0
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:
Robert Schweikert 2014-07-28 15:40:40 +00:00 committed by Git OBS Bridge
parent b883b7106a
commit 402e1e5ccc
2 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -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