- Recommend dmidecode if suse_version > 1110. dmidecode is used

by virConnectGetSysinfo.

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=199
This commit is contained in:
James Fehlig 2012-02-16 16:05:20 +00:00 committed by Git OBS Bridge
parent a78854eae9
commit afbbb95406
2 changed files with 12 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Feb 16 09:01:58 MST 2012 - jfehlig@suse.com
- Recommend dmidecode if suse_version > 1110. dmidecode is used
by virConnectGetSysinfo.
-------------------------------------------------------------------
Wed Feb 15 22:00:42 MST 2012 - jfehlig@suse.com

View File

@ -15,6 +15,7 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# For now, default to a full server + client build
%define client_only 0
@ -389,10 +390,12 @@ Recommends: device-mapper
# For multipath support
Recommends: device-mapper
%endif
#%ifarch i386 i586 i686 x86_64 ia64
%if 0%{?suse_version} > 1110
%ifarch i386 i586 i686 x86_64 ia64
# For virConnectGetSysinfo
#Requires: dmidecode
#%endif
Recommends: dmidecode
%endif
%endif
# For service management
%if %{with_systemd}
%{?systemd_requires}