Add patch to fix ordering to come up after network target. Bug 802475
parent
c41054c528
commit
3acabefe34
|
@ -0,0 +1,11 @@
|
||||||
|
diff -Nur libvirt-0.9.10.orig/daemon/libvirtd.service.in libvirt-0.9.10/daemon/libvirtd.service.in
|
||||||
|
--- libvirt-0.9.10.orig/daemon/libvirtd.service.in 2012-02-03 01:51:54.000000000 -0700
|
||||||
|
+++ libvirt-0.9.10/daemon/libvirtd.service.in 2012-03-28 22:34:34.576986925 -0600
|
||||||
|
@@ -9,6 +9,7 @@
|
||||||
|
After=udev.target
|
||||||
|
After=avahi.target
|
||||||
|
After=dbus.target
|
||||||
|
+After=network.target
|
||||||
|
Before=libvirt-guests.service
|
||||||
|
|
||||||
|
[Service]
|
|
@ -252,11 +252,12 @@
|
||||||
Summary: Library providing a simple virtualization API
|
Summary: Library providing a simple virtualization API
|
||||||
Name: libvirt
|
Name: libvirt
|
||||||
Version: 0.9.10
|
Version: 0.9.10
|
||||||
Release: 2%{?dist}%{?extra_release}
|
Release: 2%{?dist}%{?extra_release}.1
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Source: http://libvirt.org/sources/libvirt-%{version}.tar.gz
|
Source: http://libvirt.org/sources/libvirt-%{version}.tar.gz
|
||||||
Patch1: %{name}-%{version}-qemu-replace-deprecated-fedora-13-machine.patch
|
Patch1: %{name}-%{version}-qemu-replace-deprecated-fedora-13-machine.patch
|
||||||
|
Patch2: libvirt-0.9.10-systemd-network.patch
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||||
URL: http://libvirt.org/
|
URL: http://libvirt.org/
|
||||||
|
@ -588,6 +589,7 @@ of recent versions of Linux (and other OSes).
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
|
%patch2 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%if ! %{with_xen}
|
%if ! %{with_xen}
|
||||||
|
@ -1277,6 +1279,9 @@ rm -f $RPM_BUILD_ROOT%{_sysconfdir}/sysctl.d/libvirtd
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 28 2012 Kevin Fenzi <kevin@scrye.com> - 0.9.10-2.1
|
||||||
|
- Add patch to fix ordering to come up after network target. Bug 802475
|
||||||
|
|
||||||
* Fri Mar 9 2012 Laine Stump <laine@redhat.com> - 0.9.10-2
|
* Fri Mar 9 2012 Laine Stump <laine@redhat.com> - 0.9.10-2
|
||||||
- replace "fedora-13" machine type with "pc-0.14" to prepare
|
- replace "fedora-13" machine type with "pc-0.14" to prepare
|
||||||
systems for removal of "fedora-13" from qemu - Bug 754772
|
systems for removal of "fedora-13" from qemu - Bug 754772
|
||||||
|
|
Loading…
Reference in New Issue