Blame SOURCES/libvirt-cim-0.6.3-3c3a541d.patch

5cef56
From 3c3a541db6824849d330930efb7c30f89cf826fa Mon Sep 17 00:00:00 2001
5cef56
From: John Ferlan <jferlan@redhat.com>
5cef56
Date: Thu, 8 Aug 2013 15:46:48 -0400
5cef56
Subject: [PATCH 06/48] spec: Replace the path to the tar.gz file
5cef56
5cef56
Commit '07adabc2' seems to have inadvertently removed the path
5cef56
to the source ftp file added by commit '5412bf11'.
5cef56
5cef56
Signed-off-by: John Ferlan <jferlan@redhat.com>
5cef56
---
5cef56
 libvirt-cim.spec.in | 2 +-
5cef56
 1 file changed, 1 insertion(+), 1 deletion(-)
5cef56
5cef56
diff --git a/libvirt-cim.spec.in b/libvirt-cim.spec.in
5cef56
index cd399b1..98f2a75 100644
5cef56
--- a/libvirt-cim.spec.in
5cef56
+++ b/libvirt-cim.spec.in
5cef56
@@ -6,7 +6,7 @@ Version: @PACKAGE_VERSION@
5cef56
 Release: 1%{?dist}%{?extra_release}
5cef56
 License: LGPLv2+
5cef56
 Group: Development/Libraries
5cef56
-Source: libvirt-cim-%{version}.tar.gz
5cef56
+Source: ftp://libvirt.org/libvirt-cim/libvirt-cim-%{version}.tar.gz
5cef56
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
5cef56
 URL: http://libvirt.org/CIM/
5cef56
 Requires: libxml2 >= 2.6.0
5cef56
-- 
5cef56
1.8.5.3
5cef56