
How these Release-notes work

The release notes are put together from small
text-snippeds. In this way it can be controlled
which snipped appear for which architecture.

The files that controls which snippet appears in which
architecture is release-notes.conf. There is only this one
file even if there are release-notes in different
languages.

The languages are defined by the variable

%define xyzzy_langs en

in the specfile. For the next language

- extend the variable in the specfile
- create a tar-ball which extracts to
  release-notes/<new language>
- the snippet must have the same names as in the other
  languages

 It is not checked whether all snippets
in release-notes/<language> are used.



