Patch Management/Code11/Updateinfo

From openSUSE

Contents

The updateinfo.xml file

The authorative definition of the XML schema is updateinfo.rnc in the zypp source repository.


Example

<updates>
  <update from="rel-eng@fedoraproject.org" status="stable" type="security" version="1.4">
    <id>FEDORA-2007-4594</id>
    <title>imlib-1.9.15-6.fc8</title>
    <release>Fedora 8</release>
    <issued date="2007-12-28 16:42:30"/>
    <references>
      <reference href="https://bugzilla.redhat.com/show_bug.cgi?id=426091" id="426091" title="CVE-2007-3568 imlib: infinite loop DoS using crafted BMP image" type="bugzilla"/>
    </references>
    <description>This update includes a fix for a denial-of-service issue (CVE-2007-3568) whereby an attacker who could get an imlib-using user to view a  specially-crafted BMP imag
    <pkglist>
      <collection short="F8">
        <name>Fedora 8</name>
        <package arch="ppc64" name="imlib-debuginfo" release="6.fc8" src="http://download.fedoraproject.org/pub/fedora/linux/updates/8/ppc64/imlib-debuginfo-1.9.15-6.fc8.ppc64.rpm"
          <filename>imlib-debuginfo-1.9.15-6.fc8.ppc64.rpm</filename>
          <reboot_suggested>True</reboot_suggested>
        </package>
      </collection>
    </pkglist>
  </update>
</updates>

Documentation of fields

The authorative definition of the XML schema is updateinfo.rnc in the zypp source repository.


updates

update

  • from
  • status
  • type
  • version

id

title

release

issued

references

reference
  • href
  • id
  • title
  • type

description

pkglist

collection

  • short
name
package
  • arch
  • name
  • release
  • src
  • version
filename
reboot_suggested
restart_suggested