mirror of
git://git.sv.gnu.org/nano.git
synced 2025-02-11 10:54:28 +03:00
![Neal Gompa](/assets/img/avatar_default.png)
In RPM 4.15, a number of new spec section features were introduced: * %dnl - macro-engine level comments * %elif, %elifos, %elifarch - 'else if' stanzas for conditionals * %sourcelist - section for listing sources line by line * %patchlist - section for listing patches line by line * %generate_buildrequires - script section after %prep for generating build dependencies (Reference: https://rpm.org/wiki/Releases/4.15.0.html.) An enhancement added in RPM 4.13: * Sections for file trigger stanzas (Reference: https://rpm.org/user_doc/file_triggers.html.) As these are being increasingly used in Fedora and other distributions, it's quite helpful to have syntax highlighting be up to date on handling them. Signed-off-by: Neal Gompa <ngompa13@gmail.com>