[libgovirt] Actually apply Patch0

Christophe Fergeau teuf at fedoraproject.org
Tue Nov 26 17:51:41 UTC 2013


commit fb1ef94305f034688161459f7f79f02c5f182cfd
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Tue Nov 26 18:51:13 2013 +0100

    Actually apply Patch0

 libgovirt.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/libgovirt.spec b/libgovirt.spec
index 541b4ea..f558809 100644
--- a/libgovirt.spec
+++ b/libgovirt.spec
@@ -9,10 +9,11 @@
 Summary: A GObject library for interacting with oVirt REST API
 Name: libgovirt
 Version: 0.3.0
-Release: 2%{?dist}%{?extra_release}
+Release: 3%{?dist}%{?extra_release}
 License: LGPLv2+
 Group: Development/Libraries
 Source: http://people.freedesktop.org/~teuf/govirt/%{name}-%{version}.tar.xz
+Patch0: 0001-Fix-memory-corruption-when-RestProxy-ssl-ca-file-doe.patch
 URL: http://people.freedesktop.org/~teuf/govirt/
 BuildRequires: glib2-devel
 BuildRequires: rest-devel >= 0.7.90
@@ -41,6 +42,7 @@ Libraries, includes, etc. to compile with the libgovirt library
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %if %{with_gir}
@@ -82,6 +84,9 @@ make check
 %endif
 
 %changelog
+* Tue Nov 26 2013 Christophe Fergeau <cfergeau at redhat.com> 0.3.0-3
+- Actually apply Patch0 /o\
+
 * Tue Nov 26 2013 Christophe Fergeau <cfergeau at redhat.com> 0.3.0-2
 - Add patch to fix a memory corruption issue when librest does not have the
   RestProxy::ssl-ca-file property (which is currently the case in Fedora)


More information about the scm-commits mailing list