new ids for patches
[platform/upstream/libsolv.git] / src / knownid.h
index 0352e7f..292ae54 100644 (file)
@@ -115,6 +115,11 @@ KNOWNID(SOLVABLE_EXTENDS,          "solvable:extends"),
 KNOWNID(SOLVABLE_ICON,                 "solvable:icon"),
 KNOWNID(SOLVABLE_ORDER,                        "solvable:order"),
 
+KNOWNID(UPDATE_SEVERITY,               "update:severity"), /* update severity (security, recommended, optional, ...) */
+KNOWNID(UPDATE_REBOOT,                 "update:reboot"),   /* reboot suggested (kernel update) */
+KNOWNID(UPDATE_RESTART,                        "update:restart"),  /* restart suggested (update stack update) */
+KNOWNID(UPDATE_TIMESTAMP,              "update:timestamp"),/* release date */
+
 KNOWNID(ID_NUM_INTERNAL,               0)
 
 #ifdef KNOWNID_INITIALIZE