diff --git a/pegasus-2.14.1-fix-setup-sdk-ppc64le.patch b/pegasus-2.14.1-fix-setup-sdk-ppc64le.patch new file mode 100644 index 0000000..dc65fa6 --- /dev/null +++ b/pegasus-2.14.1-fix-setup-sdk-ppc64le.patch @@ -0,0 +1,19 @@ +diff -up pegasus/mak/config-linux.mak.orig pegasus/mak/config-linux.mak +diff -up pegasus/mak/SDKMakefile.orig pegasus/mak/SDKMakefile +--- pegasus/mak/SDKMakefile.orig 2015-10-06 13:05:36.418021720 +0200 ++++ pegasus/mak/SDKMakefile 2015-10-06 13:08:41.135869147 +0200 +@@ -482,6 +482,13 @@ ifeq ($(RUNTIME_PLATFORM_TEST_NEEDED), t + @$(ECHO-E) " endif" \ + >> $(PEGASUS_STAGING_DIR)$(PEGASUS_SAMPLES_DIR)/mak/config.mak + ++ @$(ECHO-E) " ifeq (\044(shell uname -i),ppc64le)" \ ++ >> $(PEGASUS_STAGING_DIR)$(PEGASUS_SAMPLES_DIR)/mak/config.mak ++ @$(ECHO-E) " PEGASUS_PLATFORM = LINUX_PPC64_GNU" \ ++ >> $(PEGASUS_STAGING_DIR)$(PEGASUS_SAMPLES_DIR)/mak/config.mak ++ @$(ECHO-E) " endif" \ ++ >> $(PEGASUS_STAGING_DIR)$(PEGASUS_SAMPLES_DIR)/mak/config.mak ++ + @$(ECHO-E) " ifeq (\044(shell uname -i),s390)" \ + >> $(PEGASUS_STAGING_DIR)$(PEGASUS_SAMPLES_DIR)/mak/config.mak + @$(ECHO-E) " PEGASUS_PLATFORM = LINUX_ZSERIES_GNU" \ +diff -up pegasus/src/SDK/samples/mak/config.mak.orig pegasus/src/SDK/samples/mak/config.mak diff --git a/tog-pegasus.spec b/tog-pegasus.spec index cf337b0..e6756e8 100644 --- a/tog-pegasus.spec +++ b/tog-pegasus.spec @@ -8,7 +8,7 @@ Name: tog-pegasus Version: %{major_ver}.1 -Release: 32%{?dist} +Release: 33%{?dist} Epoch: 2 Summary: OpenPegasus WBEM Services for Linux @@ -90,6 +90,8 @@ Patch36: pegasus-2.14.1-snmpv3-trap.patch Patch37: pegasus-2.14.1-fix-setup-sdk.patch # 38: cimconfig man page fixes Patch38: pegasus-2.14.1-cimconfig-man-page-fixes.patch +# 39: fixes setupSDK in -devel for ppc64le +Patch39: pegasus-2.14.1-fix-setup-sdk-ppc64le.patch BuildRequires: procps, libstdc++, pam-devel BuildRequires: openssl, openssl-devel @@ -239,6 +241,7 @@ yes | mak/CreateDmtfSchema 238 %{SOURCE9} cim_schema_2.38.0 %patch36 -p1 -b .snmpv3-trap %patch37 -p1 -b .fix-setup-sdk %patch38 -p1 -b .cimconfig-man-page-fixes +%patch39 -p1 -b .fix-setup-sdk-ppc64le %build @@ -530,6 +533,9 @@ fi %changelog +* Tue Oct 06 2015 Vitezslav Crhonek - 2:2.14.1-33 +- Fix setupSDK in -devel for ppc64le + * Mon Sep 21 2015 Vitezslav Crhonek - 2:2.14.1-32 - Add manpage for repupgrade, fixes in cimconfig manapage