Home Wiki > openSUSE:Patchinfo
Sign up | Login

openSUSE:Patchinfo

tagline: From openSUSE

A patch info file describes an update for a released product. For normal bug fix update the packager is supposed to create one when submitting an update.

Patch info files for security updates are normally written by the security team.

A patch info file contains the following information:

  • list of binary packages to include in the update
  • user name of the packager who is responsible for the update
  • bugzilla ids
  • category of the update (security, normal, optional, feature)
  • rating describing the urgency of the update (low, moderate, important, critical)
  • one line summary
  • describtion that can be understood by non-technical users
  • list of CVE numbers (security updates only)

When using osc patchinfo an xml representation of the information is used.

 <patchinfo>
   <packager>JoePackager</packager>
   <category>normal</category>
   <rating>low</rating>
   <summary>foopackage: recommended update to fix bar</summary>
   <description>This update fixes the bar feature of foopackage when using it with a snafu server.... </description>
   <issue tracker="bnc" id="123456">foopackage has broken bar</issue>
   <issue id="CVE-YYYY-12345" tracker="cve" />
 </patchinfo>