Fix a '%endif' that was misplaced during recent refactoring

of the spec file.

- spec: do not require dmidecode on older code 11

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=406
This commit is contained in:
James Fehlig 2014-09-10 16:28:04 +00:00 committed by Git OBS Bridge
parent 9159704921
commit 805eccbdff
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 10 10:24:26 MDT 2014 - jfehlig@suse.com
- spec: do not require dmidecode on older code 11
-------------------------------------------------------------------
Mon Sep 8 11:20:36 MDT 2014 - jfehlig@suse.com

View File

@ -513,11 +513,11 @@ Recommends: polkit >= 0.93
%else
Recommends: PolicyKit >= 0.6
%endif
%endif
%ifarch i386 i586 i686 x86_64 ia64
# For virConnectGetSysinfo
Requires: dmidecode
%endif
%endif
%if %{with_systemd}
# For service management
%{?systemd_requires}