rpm-software-management / rpmlint

Tool for checking common errors in rpm packages
GNU General Public License v2.0
134 stars 119 forks source link

Reject specific invalid authors in changelogs #180

Open simotek opened 6 years ago

simotek commented 6 years ago

This is one to add once the openSUSE stuff is in better shape. Basically a bunch of obs bots use opensuse-packaging@opensuse.org in changelogs which is wrong for a number of reasons, such as people not knowing who to contact and because it occasionally generates emails to that list.

dirkmueller commented 5 years ago

Thats not an issue in the upstream rpmlint project. if you want to have suse specific checks implemented, please file a suse bugzilla.

simotek commented 5 years ago

@scarabeusiv asked me to create it here as his aim is to reduce the difference between SUSE's config and upstream in the next release.

scarabeusiv commented 5 years ago

Yea I plan to do this when we get to merge the stuff with issue #157 and follow up here.

Conan-Kudo commented 4 years ago

This actually makes sense to support in a generic way. openSUSE isn't the only one with such a thing.

Fedora has No Body <nobody@fedoraproject.org> and Mageia has No Body <nobody@mageia.org>. And there's the generic @example.com authors that some use.

scarabeusiv commented 4 years ago

Yea it should be trivial to do this tbh.