Skip to content

Daily Archives: December 15th, 2006

Don’t $@!% with IDocument.DEFAULT_CONTENT_TYPE

I’ve been doing some general bug fixing of the Specfile Editor today and noticed that we had some problems with partitioning the document. We had defined 4 types of partitions for spec files:

Files (for a single %files section)
Scriptlets (i.e. %post, %prep, etc.)
Changelog
Default (for everything that is not one of the above)

What I noticed is that [...]