it's rather common practice to group BuildRequires into separate sections like "build requirements", "test requirements", "plugin requirements" and so on. Such section is usually headed off by a comment. spec-cleaner obviously ignores this and orders all BuildRequires alphabetically.
It would be good to have a way to prevent this. How about this:
### SECTION build requirements
BuildRequires: bla bla
### ENDSECTION
### SECTION test requirements
BuildRequires: abcde-test
### ENDSECTION
maybe "/SECTION" ? this is a completely new syntax, but we need something
it's rather common practice to group BuildRequires into separate sections like "build requirements", "test requirements", "plugin requirements" and so on. Such section is usually headed off by a comment. spec-cleaner obviously ignores this and orders all BuildRequires alphabetically.
It would be good to have a way to prevent this. How about this:
maybe "/SECTION" ? this is a completely new syntax, but we need something