rpms/libcmpiutil/F-9 libcmpiutil.spec,1.4,1.5

Kaitlin Rupert kaitlin at fedoraproject.org
Fri Aug 29 22:12:59 UTC 2008


Author: kaitlin

Update of /cvs/pkgs/rpms/libcmpiutil/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28320

Modified Files:
	libcmpiutil.spec 
Log Message:
Update libcmpiutil.spec to include a patch for release 0.4-2.





Index: libcmpiutil.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libcmpiutil/F-9/libcmpiutil.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libcmpiutil.spec	20 May 2008 21:32:37 -0000	1.4
+++ libcmpiutil.spec	29 Aug 2008 22:12:29 -0000	1.5
@@ -3,7 +3,7 @@
 Summary: CMPI Utility Library
 Name: libcmpiutil
 Version: 0.4
-Release: 1%{?dist}%{?extra_release}
+Release: 2%{?dist}%{?extra_release}
 License: LGPLv2+
 Group: System Environment/Libraries
 Source: ftp://libvirt.org/libvirt-cim/libcmpiutil-%{version}.tar.gz
@@ -14,6 +14,7 @@
 BuildRequires: bison
 BuildRequires: libxml2-devel
 BuildConflicts: sblim-cmpi-devel
+Patch0: rep_disabled_ind.patch 
 
 %description
 Libcmpiutil is a library of utility functions for CMPI providers.
@@ -39,6 +40,7 @@
 %prep
 %setup -q
 chmod -x *.c *.y *.h *.l
+%patch0 -p1
 
 %build
 %configure --enable-static=no
@@ -75,6 +77,9 @@
 %doc doc/SubmittingPatches
 
 %changelog
+* Fri Aug 29 2008 Kaitlin Rupert <kaitlin at us.ibm.com> - 0.4-2
+- Added add rep_disabled_ind.patch patch to enable disabled indication reporting
+
 * Tue May 20 2008 Dan Smith <danms at us.ibm.com> - 0.4-1
 - Updated to official 0.4 source release
 




More information about the fedora-extras-commits mailing list