forked from pool/libvirt
- 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
This commit is contained in:
parent
2fb4dce3cd
commit
a47687187b
@ -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
|
Fri Feb 14 14:37:42 MST 2014 - jfehlig@suse.com
|
||||||
|
|
||||||
|
@ -525,6 +525,9 @@ Summary: Default configuration files for the libvirtd daemon
|
|||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
|
|
||||||
Requires: libvirt-daemon = %{version}-%{release}
|
Requires: libvirt-daemon = %{version}-%{release}
|
||||||
|
%if %{with_driver_modules}
|
||||||
|
Requires: libvirt-daemon-driver-network = %{version}-%{release}
|
||||||
|
%endif
|
||||||
|
|
||||||
%description daemon-config-network
|
%description daemon-config-network
|
||||||
Default configuration files for setting up NAT based networking
|
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++
|
Group: Development/Libraries/C and C++
|
||||||
|
|
||||||
Requires: libvirt-daemon = %{version}-%{release}
|
Requires: libvirt-daemon = %{version}-%{release}
|
||||||
|
%if %{with_driver_modules}
|
||||||
|
Requires: libvirt-daemon-driver-nwfilter = %{version}-%{release}
|
||||||
|
%endif
|
||||||
|
|
||||||
%description daemon-config-nwfilter
|
%description daemon-config-nwfilter
|
||||||
Network filter configuration files for the libvirt daemon, used for
|
Network filter configuration files for the libvirt daemon, used for
|
||||||
|
Loading…
Reference in New Issue
Block a user