apply upstream 2.5.2_APPROVED bug fixes; fix bug 193121
This commit is contained in:
parent
f22bcde7fa
commit
b3b3ea6b1b
@ -73,6 +73,14 @@ Patch21: pegasus-2.5.1-obz4978.patch
|
||||
Patch22: pegasus-2.5.1-obz4983.patch
|
||||
Patch23: pegasus-2.5.1-obz4984.patch
|
||||
Patch24: pegasus-2.5.1-obz4986.patch
|
||||
Patch25: pegasus-2.5.1-obz5046.patch
|
||||
Patch26: pegasus-2.5.1-obz5047.patch
|
||||
Patch27: pegasus-2.5.1-obz5048.patch
|
||||
Patch28: pegasus-2.5.1-obz5049.patch
|
||||
Patch29: pegasus-2.5.1-obz5053.patch
|
||||
Patch30: pegasus-2.5.1-obz5059.patch
|
||||
Patch31: pegasus-2.5.1-obz5072.patch
|
||||
Patch32: pegasus-2.5.1-obz5083.patch
|
||||
#
|
||||
Conflicts: openwbem
|
||||
Provides: tog-pegasus-cimserver
|
||||
@ -153,6 +161,14 @@ The OpenPegasus WBEM tests for the OpenPegasus %{version} Linux rpm.
|
||||
%patch22 -p1 -b .obz4983
|
||||
%patch23 -p1 -b .obz4984
|
||||
%patch24 -p1 -b .obz4986
|
||||
%patch25 -p1 -b .obz5046
|
||||
%patch26 -p1 -b .obz5047
|
||||
%patch27 -p1 -b .obz5048
|
||||
%patch28 -p1 -b .obz5049
|
||||
%patch29 -p1 -b .obz5053
|
||||
%patch30 -p1 -b .obz5059
|
||||
%patch31 -p1 -b .obz5072
|
||||
%patch32 -p1 -b .obz5083
|
||||
|
||||
%build
|
||||
rm -rf ${RPM_BUILD_ROOT} || :;
|
||||
@ -181,7 +197,9 @@ make -f RedHat.OpenPegasus.Makefile install prefix=$RPM_BUILD_ROOT libdir=%{_lib
|
||||
%if !%{NODEBUGINFO}
|
||||
%exclude /usr/lib/debug
|
||||
%endif
|
||||
%defattr(0755, root, pegasus, 0750)
|
||||
/usr/%{_lib}/*
|
||||
%defattr(0750, root, pegasus, 0750)
|
||||
/usr/sbin/*
|
||||
/usr/bin/*
|
||||
/usr/share/Pegasus/scripts
|
||||
@ -290,6 +308,19 @@ fi
|
||||
:;
|
||||
|
||||
%changelog
|
||||
* Wed May 31 2006 JAson Vas Dias <jvdias@redhat.com> - 2:2.5.1-6
|
||||
- Apply upstream patches for latest 2.5.2_APPROVED bugs:
|
||||
o 5046: cimprovider timeout needs to be increased
|
||||
o 5047: cimmof timeout needs to be increased
|
||||
o 5048: Invalid Pointer in CIMOperationRequestEncoder code
|
||||
o 5049: Unnecessary dependency on experimental headers
|
||||
o 5051: Improved handling of OOP indication provide module failures
|
||||
o 5053: reserveCapacity method may cause size overflow
|
||||
o 5059: XMLWriter does not escape '>' in strings
|
||||
o 5072: Potential race condition with OOP response chunks
|
||||
o 5083: CIMRequestMessage buildResponse() should be const
|
||||
- Fix bug 193121: restore world read access to libraries
|
||||
|
||||
* Tue May 02 2006 Jason Vas Dias <jvdias@redhat.com> - 2:2.5.1-4
|
||||
- fix bug 190432: %exclude /usr/lib/debug from RPM
|
||||
- fix upstream OpenPegasus '2.5.2_APPROVED' bugs, applying upstream patches:
|
||||
|
Loading…
Reference in New Issue
Block a user