fix doc path in libvirt-python
This commit is contained in:
parent
b159bbdc98
commit
f9085f2538
11
libvirt-1.1.0-python-docpath.patch
Normal file
11
libvirt-1.1.0-python-docpath.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- libvirt-1.1.0/python/Makefile.in.orig 2013-07-28 22:24:30.722757408 -0500
|
||||||
|
+++ libvirt-1.1.0/python/Makefile.in 2013-07-28 22:24:44.735934794 -0500
|
||||||
|
@@ -1912,7 +1912,7 @@
|
||||||
|
$(GETTEXT_CPPFLAGS)
|
||||||
|
|
||||||
|
AM_CFLAGS = $(WARN_CFLAGS)
|
||||||
|
-DOCS_DIR = $(datadir)/doc/libvirt-python-$(VERSION)
|
||||||
|
+DOCS_DIR = $(datadir)/doc/libvirt-python
|
||||||
|
DOCS = ${srcdir}/TODO
|
||||||
|
CLASSES_EXTRA = \
|
||||||
|
libvirt-override-virConnect.py \
|
@ -350,7 +350,7 @@
|
|||||||
Summary: Library providing a simple virtualization API
|
Summary: Library providing a simple virtualization API
|
||||||
Name: libvirt
|
Name: libvirt
|
||||||
Version: 1.1.0
|
Version: 1.1.0
|
||||||
Release: 4%{?dist}%{?extra_release}
|
Release: 5%{?dist}%{?extra_release}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||||
@ -370,6 +370,8 @@ Patch0002: 0002-qemu-Fix-double-free-of-returned-JSON-array-in-qemuA.patch
|
|||||||
# #986386, bz #986406)
|
# #986386, bz #986406)
|
||||||
Patch0003: 0003-qemu-Prevent-crash-of-libvirtd-without-guest-agent-c.patch
|
Patch0003: 0003-qemu-Prevent-crash-of-libvirtd-without-guest-agent-c.patch
|
||||||
|
|
||||||
|
Patch4: libvirt-1.1.0-python-docpath.patch
|
||||||
|
|
||||||
%if %{with_libvirtd}
|
%if %{with_libvirtd}
|
||||||
Requires: libvirt-daemon = %{version}-%{release}
|
Requires: libvirt-daemon = %{version}-%{release}
|
||||||
%if %{with_network}
|
%if %{with_network}
|
||||||
@ -1148,6 +1150,7 @@ of recent versions of Linux (and other OSes).
|
|||||||
# CVE-2013-4154: Crash of libvirtd if guest agent not configured (bz
|
# CVE-2013-4154: Crash of libvirtd if guest agent not configured (bz
|
||||||
# #986386, bz #986406)
|
# #986386, bz #986406)
|
||||||
%patch0003 -p1
|
%patch0003 -p1
|
||||||
|
%patch4 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%if ! %{with_xen}
|
%if ! %{with_xen}
|
||||||
@ -2084,6 +2087,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jul 28 2013 Dennis Gilmore <dennis@ausil.us> - 1.1.0-5
|
||||||
|
- fix doc path in libvirt-python
|
||||||
|
|
||||||
* Thu Jul 25 2013 Cole Robinson <crobinso@redhat.com> - 1.1.0-4
|
* Thu Jul 25 2013 Cole Robinson <crobinso@redhat.com> - 1.1.0-4
|
||||||
- CVE-2013-4153: Fix double free of returned JSON (bz #986408, bz #986383)
|
- CVE-2013-4153: Fix double free of returned JSON (bz #986408, bz #986383)
|
||||||
- CVE-2013-4154: Crash of libvirtd if guest agent not configured (bz #986386,
|
- CVE-2013-4154: Crash of libvirtd if guest agent not configured (bz #986386,
|
||||||
|
Loading…
Reference in New Issue
Block a user