You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 openSUSE/rpmlint-checks#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 like
if there's another options how to avoid that warning I would appreciate for hints
The text was updated successfully, but these errors were encountered: