with osc build and debian changelog there's a bit annoying messages from rpmlint like:
pingpath.src: W: no-version-in-last-changelog
The latest changelog entry doesn't contain a version. Please insert the
version that is coherent with the version of the package and rebuild it.
Hi everyone,
with osc build and debian changelog there's a bit annoying messages from rpmlint like:
it comes from
changelog2spec
when it auto-detects changelog in debian format. Following https://github.com/openSUSE/rpmlint-checks/issues/37 it's connected with email address wrapped into< >
In this case parse_suse()emailonly
option (https://github.com/openSUSE/obs-build/blob/master/changelog2spec#L133) can be useful to avoid this warning for debian changelog too, something likeif there's another options how to avoid that warning I would appreciate for hints