Fix enumerating instances of PG_SSLCertificateRevocationList returns error
This commit is contained in:
parent
33360164c6
commit
f73f64edf7
@ -329,6 +329,9 @@ install -p %{SOURCE11} $RPM_BUILD_ROOT/usr/share/Pegasus/test/snmptrapd.conf
|
||||
# Install missing mof file for makeSDK
|
||||
install -p Schemas/CIM238/DMTF/Core/CIM_AbstractComponent.mof $RPM_BUILD_ROOT/usr/share/Pegasus/samples/Providers/Load/CIM238/DMTF/Core/
|
||||
|
||||
# create certificate revocation list dir (see bz#1032046)
|
||||
mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/Pegasus/crl
|
||||
|
||||
%check
|
||||
# run unit tests
|
||||
export LD_LIBRARY_PATH=$RPM_BUILD_ROOT/usr/%{_lib}
|
||||
@ -376,7 +379,7 @@ rm $RPM_BUILD_ROOT/usr/share/Pegasus/test/testtracer4.trace.0
|
||||
%ghost /etc/pki/ca-trust/source/anchors/localhost-pegasus.pem
|
||||
%ghost %attr(0640, root, pegasus) /etc/Pegasus/cimserver_trust
|
||||
%ghost %attr(0640, root, pegasus) /etc/Pegasus/indication_trust
|
||||
%ghost %attr(0640, root, pegasus) /etc/Pegasus/crl
|
||||
%dir %attr(0640, root, pegasus) /etc/Pegasus/crl
|
||||
%ghost %verify(not md5 size mtime) /var/lib/Pegasus/log/install.log
|
||||
%ghost %attr(0640, root, pegasus) %verify(not md5 size mtime) /var/lib/Pegasus/cache/trace/cimserver.trc
|
||||
%defattr(0755, root, pegasus, 0755)
|
||||
@ -518,8 +521,10 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Sep 08 2015 Vitezslav Crhonek <vcrhonek@redhat.com> - 2:2.14.1-31
|
||||
* Tue Sep 15 2015 Vitezslav Crhonek <vcrhonek@redhat.com> - 2:2.14.1-31
|
||||
- Add missing dependency for -test subpackage
|
||||
- Fix enumerating instances of PG_SSLCertificateRevocationList returns error
|
||||
Resolves: #1032046
|
||||
|
||||
* Mon Aug 31 2015 Vitezslav Crhonek <vcrhonek@redhat.com> - 2:2.14.1-30
|
||||
- Fix possible cleanup warning during package upgrade
|
||||
|
Loading…
Reference in New Issue
Block a user