From: Klaus Kaempf Date: Fri, 4 Apr 2008 14:02:25 +0000 (+0000) Subject: new ids for patches X-Git-Tag: BASE-SuSE-Code-12_1-Branch~308^2~453 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d82c581e4cc87d298807b219a668d37f083c318;p=thirdparty%2Flibsolv.git new ids for patches - update:severity - update:reboot - update:restart - update:timestamp --- diff --git a/src/knownid.h b/src/knownid.h index 0352e7fd..292ae541 100644 --- a/src/knownid.h +++ b/src/knownid.h @@ -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