From a47687187b89b3ce68e5340e75d6d9f8be0c9eccbd45016a1722c01e72830e84 Mon Sep 17 00:00:00 2001 From: James Fehlig Date: Fri, 14 Feb 2014 22:22:58 +0000 Subject: [PATCH] - spec: fix dependencies of daemon-config-network and daemon-config-nwfilter subpackages. Influenced by upstream commits cf76c4b3 and dca5ce4c OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=352 --- libvirt.changes | 7 +++++++ libvirt.spec | 6 ++++++ 2 files changed, 13 insertions(+) diff --git a/libvirt.changes b/libvirt.changes index da6dc66..df1d6b0 100644 --- a/libvirt.changes +++ b/libvirt.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Feb 14 14:51:52 MST 2014 - jfehlig@suse.com + +- spec: fix dependencies of daemon-config-network and + daemon-config-nwfilter subpackages. Influenced by upstream + commits cf76c4b3 and dca5ce4c + ------------------------------------------------------------------- Fri Feb 14 14:37:42 MST 2014 - jfehlig@suse.com diff --git a/libvirt.spec b/libvirt.spec index 225d903..f1794d3 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -525,6 +525,9 @@ Summary: Default configuration files for the libvirtd daemon Group: Development/Libraries/C and C++ Requires: libvirt-daemon = %{version}-%{release} +%if %{with_driver_modules} +Requires: libvirt-daemon-driver-network = %{version}-%{release} +%endif %description daemon-config-network Default configuration files for setting up NAT based networking @@ -537,6 +540,9 @@ Summary: Network filter configuration files for the libvirtd Group: Development/Libraries/C and C++ Requires: libvirt-daemon = %{version}-%{release} +%if %{with_driver_modules} +Requires: libvirt-daemon-driver-nwfilter = %{version}-%{release} +%endif %description daemon-config-nwfilter Network filter configuration files for the libvirt daemon, used for