rpms/libvirt-cim/devel parse.patch, NONE, 1.1 libvirt-cim.spec, 1.5, 1.6

Dan Smith (danms) fedora-extras-commits at redhat.com
Mon Jan 14 18:16:38 UTC 2008


Author: danms

Update of /cvs/pkgs/rpms/libvirt-cim/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4527

Modified Files:
	libvirt-cim.spec 
Added Files:
	parse.patch 
Log Message:
Add patch for upstream build failure

parse.patch:

--- NEW FILE parse.patch ---
Fix build of xml_parse_test
to include the in-tree libxkutil, instead of the one installed on the system

Signed-off-by: Dan Smith <danms at us.ibm.com>

diff -r 6cf619d17423 libxkutil/Makefile.am
--- a/libxkutil/Makefile.am	Mon Jan 14 09:33:40 2008 -0800
+++ b/libxkutil/Makefile.am	Mon Jan 14 09:52:23 2008 -0800
@@ -16,5 +16,6 @@ noinst_PROGRAMS = xml_parse_test
 noinst_PROGRAMS = xml_parse_test
 
 xml_parse_test_SOURCES = xml_parse_test.c
-#xml_parse_test_HEADERS = device_parsing.h
-xml_parse_test_LDADD = -lvirt -lxkutil
+xml_parse_test_LDADD = -lvirt
+xml_parse_test_LDFLAGS = libxkutil.la
+xml_parse_test_DEPENDENCIES = libxkutil.la


Index: libvirt-cim.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt-cim/devel/libvirt-cim.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libvirt-cim.spec	14 Jan 2008 17:33:01 -0000	1.5
+++ libvirt-cim.spec	14 Jan 2008 18:15:47 -0000	1.6
@@ -3,7 +3,7 @@
 Summary: A CIM provider for libvirt
 Name: libvirt-cim
 Version: 0.1
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: LGPLv2+
 Group: Development/Libraries
 Source: libvirt-cim-%{version}.tar.gz
@@ -16,6 +16,7 @@
 BuildRequires: libxml2-devel
 BuildRequires: libcmpiutil-devel
 BuildConflicts: sblim-cmpi-devel
+Patch0: parse.patch
 
 %description
 Libvirt-cim is a CMPI CIM provider that implements the DMTF SVPC
@@ -27,6 +28,7 @@
 %setup -q
 chmod -f -x src/* libxkutil/* schema/* README doc/* #base_schema/README*
 chmod +X src/* libxkutil/* schema/*
+%patch0 -p1
 
 %build
 %configure --disable-werror
@@ -93,14 +95,9 @@
 %{_datadir}/libvirt-cim/cimv*-MOFs.zip
 
 %changelog
-* Mon Jan 14 2008 Dan Smith <danms at us.ibm.com> - 0.1-6
-- Remove README.DMTF for this release to avoid silly build failure
-
-* Mon Jan 14 2008 Dan Smith <danms at us.ibm.com> - 0.1-5
-- Make chmod use -f to avoid spurious build failure
-
-* Mon Jan 14 2008 Dan Smith <danms at us.ibm.com> - 0.1-4
+* Mon Jan 14 2008 Dan Smith <danms at us.ibm.com> - 0.1-7
 - Update to offical upstream release
+- Patch source to fix parallel make issue until fixed upstream
 
 * Mon Jan 07 2008 Dan Smith <danms at us.ibm.com> - 0.1-3
 - Remove RPATH on provider modules




More information about the fedora-extras-commits mailing list