[openlmi-networking] Fix compilation against konkretcmpi-0.9.1

Jan Šafránek jsafrane at fedoraproject.org
Tue Jul 16 06:41:00 UTC 2013


commit e9537c52540d194fd231f43dfa34773d52518d15
Author: Jan Synacek <jsynacek at redhat.com>
Date:   Tue Jul 16 08:38:21 2013 +0200

    Fix compilation against konkretcmpi-0.9.1

 openlmi-networking.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/openlmi-networking.spec b/openlmi-networking.spec
index fe60f64..52598d2 100644
--- a/openlmi-networking.spec
+++ b/openlmi-networking.spec
@@ -1,6 +1,6 @@
 Name:           openlmi-networking
 Version:        0.0.9
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        CIM providers for network management
 
 License:        LGPLv2+
@@ -9,6 +9,9 @@ Source0:        http://fedorahosted.org/released/%{name}/%{name}-%{version}.tar.
 
 # Fix compilation error with NetworkManager 0.9.9
 Patch0:         openlmi-networking-0.0.9-fix-for-NM-0.9.9.patch
+# XXX
+# Remove this patch after releasing 0.0.10
+Patch1:         openlmi-networking-konkretcmpi-0.9.1-new-generated-api.patch
 
 # Upstream name has been changed from cura-networking to openlmi-networking
 Provides:       cura-networking%{?_isa} = %{version}-%{release}
@@ -41,6 +44,7 @@ Common Information Model (CIM).
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 
 %build
@@ -95,6 +99,9 @@ fi
 
 
 %changelog
+* Mon Jul 15 2013 Jan Synáček <jsynacek at redhat.com> - 0.0.10
+- Fix compilation against konkretcmpi-0.9.1
+
 * Mon Jun 17 2013 Radek Novacek <rnovacek at redhat.com> 0.0.9-2
 - Fix for NetworkManager 0.9.9
 


More information about the scm-commits mailing list