-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New realname in .changes makes rpmlint confused. #37
Comments
@zaitor but there isn't a "version-in-last-changelog" ? is there anywhere a version number in the text that matches the rpm version? |
The warning is just plain wrong -- with a .changes like below, no complaints about no-version-in-last-changelog
|
Actually, it seems it has nothing to do with my ø Even with this:
I get
So it seems it's the real name in itself that trips up rpmlint |
Are we sure that's exactly the case? The relevant code for this check does not read the |
Upstream uses a regex like this:
Now, with the OLD syntax, the email address was not wrapped into
The regex matches 'everything after the email address wrapped in This should actually trigger the warning |
ah - and rpmlint's config we install by default contains:
So, since we esssentially never cared for version-in-changelog, I'd propose to change UseVersionInChangelog to False in the openSUSE rpmlint config |
I've disabled this code path in our config. |
when will this hit TW? can you also submit the fix to 15.0 as maintenance update?! TIA |
osc vc now adds real name to .changes
I have an ø in my name (special Nordic letters are æøå (ÆØÅ)):
This leads to the following rpmlint report:
The text was updated successfully, but these errors were encountered: