From 805eccbdffba48b62098860e11ab854272adc294e3d7c50d3266f98b89b9c8cf Mon Sep 17 00:00:00 2001 From: James Fehlig Date: Wed, 10 Sep 2014 16:28:04 +0000 Subject: [PATCH] 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 --- libvirt.changes | 5 +++++ libvirt.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/libvirt.changes b/libvirt.changes index b811083..214f483 100644 --- a/libvirt.changes +++ b/libvirt.changes @@ -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 diff --git a/libvirt.spec b/libvirt.spec index 6f4cbe3..68ba539 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -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}