Work around the schema problem for now without changing the SOLV format.
authorMichael Matz <matz@suse.de>
Fri, 7 Dec 2007 21:43:39 +0000 (21:43 +0000)
committerMichael Matz <matz@suse.de>
Fri, 7 Dec 2007 21:43:39 +0000 (21:43 +0000)
commit9a52b984d359cb88798989c62b6e4823f9226a97
treed7b5f41fcc93ad925baecde00d01e6d423f181d2
parent4f477541afb4e6f8f04d4e5492c9b440af8a28df
Work around the schema problem for now without changing the SOLV format.
The Repo writer doesn't account the the zero element at schemadata[0],
and starts counting schemas with 0, the attr store reserves schema ID 0
for the empty schema.  So the attr store explicitely needs to store that
too, otherwise the repo reader will be confused.
tools/attr_store.c