@@ -76,11 +76,6 @@ KNOWNID(REPOSITORY_EXTERNAL, "repository:external"),
7676KNOWNID (REPOSITORY_KEYS , "repository:keys" ),
7777KNOWNID (REPOSITORY_LOCATION , "repository:location" ),
7878
79- /* file provides already added to our solvables */
80- KNOWNID (REPOSITORY_ADDEDFILEPROVIDES , "repository:addedfileprovides" ),
81- /* inode of the rpm database for rpm --rebuilddb detection */
82- KNOWNID (REPOSITORY_RPMDBCOOKIE , "repository:rpmdbcookie" ),
83-
8479/* the known data types */
8580KNOWNID (REPOKEY_TYPE_VOID , "repokey:type:void" ),
8681KNOWNID (REPOKEY_TYPE_CONSTANT , "repokey:type:constant" ),
@@ -145,6 +140,8 @@ KNOWNID(SOLVABLE_CHANGELOG, "solvable:changelog"),
145140KNOWNID (SOLVABLE_CHANGELOG_AUTHOR , "solvable:changelog:author" ),
146141KNOWNID (SOLVABLE_CHANGELOG_TIME , "solvable:changelog:time" ),
147142KNOWNID (SOLVABLE_CHANGELOG_TEXT , "solvable:changelog:text" ),
143+ KNOWNID (SOLVABLE_INSTALLSTATUS , "solvable:installstatus" ), /* debian install status */
144+ KNOWNID (SOLVABLE_PREREQ_IGNOREINST , "solvable:prereq_ignoreinst" ), /* ignore these pre-requires for installed packages */
148145
149146/* stuff for solvables of type pattern */
150147KNOWNID (SOLVABLE_CATEGORY , "solvable:category" ),
@@ -187,6 +184,7 @@ KNOWNID(PRODUCT_URL_TYPE, "product:url:type"),
187184KNOWNID (PRODUCT_FLAGS , "product:flags" ), /* e.g. 'update', 'no_you' */
188185KNOWNID (PRODUCT_PRODUCTLINE , "product:productline" ), /* installed product only */
189186KNOWNID (PRODUCT_REGISTER_TARGET , "product:regtarget" ), /* installed and available product */
187+ KNOWNID (PRODUCT_REGISTER_FLAVOR , "product:regflavor" ), /* installed and available product */
190188KNOWNID (PRODUCT_REGISTER_RELEASE , "product:regrelease" ), /* installed product only */
191189KNOWNID (PRODUCT_UPDATES_REPOID , "product:updates:repoid" ),
192190KNOWNID (PRODUCT_UPDATES , "product:updates" ),
@@ -204,21 +202,18 @@ KNOWNID(SUSETAGS_SHARE_NAME, "susetags:share:name"),
204202KNOWNID (SUSETAGS_SHARE_EVR , "susetags:share:evr" ),
205203KNOWNID (SUSETAGS_SHARE_ARCH , "susetags:share:arch" ),
206204
207- /* timestamp then the repository was generated */
208- KNOWNID (REPOSITORY_TIMESTAMP , "repository:timestamp" ),
209- /* hint when the metadata could be outdated w/respect to generated timestamp */
210- KNOWNID (REPOSITORY_EXPIRE , "repository:expire" ),
211- /* which things does this repo provides updates for, if it does (array) */
212- KNOWNID (REPOSITORY_UPDATES , "repository:updates" ), /* obsolete? */
213- /* which products this repository is supposed to be for (array) */
214- KNOWNID (REPOSITORY_DISTROS , "repository:distros" ),
205+ KNOWNID (REPOSITORY_ADDEDFILEPROVIDES , "repository:addedfileprovides" ), /* file provides already added to our solvables */
206+ KNOWNID (REPOSITORY_RPMDBCOOKIE , "repository:rpmdbcookie" ), /* inode of the rpm database for rpm --rebuilddb detection */
207+ KNOWNID (REPOSITORY_FILTEREDFILELIST , "repository:filteredfilelist" ), /* filelist in repository is filtered */
208+ KNOWNID (REPOSITORY_TIMESTAMP , "repository:timestamp" ), /* timestamp then the repository was generated */
209+ KNOWNID (REPOSITORY_EXPIRE , "repository:expire" ), /* hint when the metadata could be outdated w/respect to generated timestamp */
210+ KNOWNID (REPOSITORY_UPDATES , "repository:updates" ), /* which things does this repo provides updates for, if it does (array) (obsolete?) */
211+ KNOWNID (REPOSITORY_DISTROS , "repository:distros" ), /* which products this repository is supposed to be for (array) */
215212KNOWNID (REPOSITORY_PRODUCT_LABEL , "repository:product:label" ),
216213KNOWNID (REPOSITORY_PRODUCT_CPEID , "repository:product:cpeid" ),
217214KNOWNID (REPOSITORY_REPOID , "repository:repoid" ), /* obsolete? */
218- /* keyword (tags) for this repository */
219- KNOWNID (REPOSITORY_KEYWORDS , "repository:keywords" ),
220- /* revision of the repository. arbitrary string */
221- KNOWNID (REPOSITORY_REVISION , "repository:revision" ),
215+ KNOWNID (REPOSITORY_KEYWORDS , "repository:keywords" ), /* keyword (tags) for this repository */
216+ KNOWNID (REPOSITORY_REVISION , "repository:revision" ), /* revision of the repository. arbitrary string */
222217KNOWNID (REPOSITORY_TOOLVERSION , "repository:toolversion" ),
223218
224219KNOWNID (DELTA_PACKAGE_NAME , "delta:pkgname" ),
@@ -256,13 +251,6 @@ KNOWNID(SIGNATURE_TIME, "signature:time"),
256251KNOWNID (SIGNATURE_EXPIRES , "signature:expires" ),
257252KNOWNID (SIGNATURE_DATA , "signature:data" ),
258253
259- KNOWNID (PRODUCT_REGISTER_FLAVOR , "product:regflavor" ), /* installed and available product */
260-
261- KNOWNID (SOLVABLE_INSTALLSTATUS , "solvable:installstatus" ), /* debian install status */
262-
263- KNOWNID (SOLVABLE_PREREQ_IGNOREINST , "solvable:prereq_ignoreinst" ), /* ignore these pre-requires for installed packages */
264- KNOWNID (REPOSITORY_FILTEREDFILELIST , "repository:filteredfilelist" ), /* filelist in repository is filtered */
265-
266254KNOWNID (ID_NUM_INTERNAL , 0 )
267255
268256#ifdef KNOWNID_INITIALIZE
0 commit comments