Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.5:Update
pacemaker.34783
rh#1931332-0001-Med-Change-the-schema-type-of-e...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File rh#1931332-0001-Med-Change-the-schema-type-of-expected-and-call-to-i.patch of Package pacemaker.34783
From 9b6ee6eb5aa1008beebae9d9f6c3889c81c3bbb6 Mon Sep 17 00:00:00 2001 From: Chris Lumens <clumens@redhat.com> Date: Tue, 2 Mar 2021 10:58:15 -0500 Subject: [PATCH 3/3] Med: Change the schema type of 'expected' and 'call' to integer. Regression in 2.0.3. See: rhbz#1931332 --- xml/api/crm_mon-2.7.rng | 4 ++-- xml/api/crm_resource-2.7.rng | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) Index: pacemaker-2.0.4+20200616.2deceaa3a/xml/api/crm_mon-2.2.rng =================================================================== --- pacemaker-2.0.4+20200616.2deceaa3a.orig/xml/api/crm_mon-2.2.rng +++ pacemaker-2.0.4+20200616.2deceaa3a/xml/api/crm_mon-2.2.rng @@ -197,7 +197,7 @@ <attribute name="name"> <text /> </attribute> <attribute name="value"> <text /> </attribute> <optional> - <attribute name="expected"> <data type="nonNegativeInteger" /> </attribute> + <attribute name="expected"> <data type="integer" /> </attribute> </optional> </element> </zeroOrMore> @@ -268,7 +268,7 @@ <attribute name="exitstatus"> <text /> </attribute> <attribute name="exitreason"> <text /> </attribute> <attribute name="exitcode"> <data type="nonNegativeInteger" /> </attribute> - <attribute name="call"> <data type="nonNegativeInteger" /> </attribute> + <attribute name="call"> <data type="integer" /> </attribute> <attribute name="status"> <text /> </attribute> <optional> <group>
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor