openSUSE:Patchinfo
Beleid · Pakket insturen · Patchinfo
Een patch-info-bestand beschrijft een update voor een vrijgegeven product. Voor een normale bugfix wordt verondersteld dat de pakketmaker er een maakt bij het indienen van een update.
Patch-info-bestanden voor beveiligingsupdates worden normaal geschreven door het beveiligingsteam.
Dit artikel is nog maar gedeeltelijk vertaald. Als u mee wilt helpen met vertalen lees dan Wiki vertalen naar het Nederlands. |
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
- a SWAMP id
- 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 name="_patchinfo:"> <binary>nfs-utils</binary> <packager>fritz</packager> <bugzilla>12345</bugzilla> <swampid>876</swampid> <category>normal</category> <rating>low</rating> <summary>nfs-utils recommended update</summary> <description>The nfs-utils manpage was all greek</description> </patchinfo>