rpms/libvirt-cim/devel libvirt-cim.spec,1.4,1.5

Dan Smith (danms) fedora-extras-commits at redhat.com
Mon Jan 14 17:33:36 UTC 2008


Author: danms

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

Modified Files:
	libvirt-cim.spec 
Log Message:
Disable the misbehaving part of the spec until the next upstream release


Index: libvirt-cim.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt-cim/devel/libvirt-cim.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libvirt-cim.spec	14 Jan 2008 17:15:18 -0000	1.4
+++ libvirt-cim.spec	14 Jan 2008 17:33:01 -0000	1.5
@@ -3,7 +3,7 @@
 Summary: A CIM provider for libvirt
 Name: libvirt-cim
 Version: 0.1
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: LGPLv2+
 Group: Development/Libraries
 Source: libvirt-cim-%{version}.tar.gz
@@ -25,7 +25,7 @@
 
 %prep
 %setup -q
-chmod -f -x src/* libxkutil/* schema/* README doc/* base_schema/README*
+chmod -f -x src/* libxkutil/* schema/* README doc/* #base_schema/README*
 chmod +X src/* libxkutil/* schema/*
 
 %build
@@ -80,7 +80,7 @@
 %defattr(-, root, root)
 
 %doc README COPYING doc/CodingStyle doc/SubmittingPatches
-%doc base_schema/README.DMTF
+#%doc base_schema/README.DMTF
 %doc doc/*.html
 %{_libdir}/lib*.so*
 # CIM providers are .so modules, thus they belong in the main package
@@ -93,6 +93,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
 




More information about the fedora-extras-commits mailing list