Bug 527158
Summary: | rpmlint: add mirrormanager user and group to OK list | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Matt Domsch <matt_domsch> |
Component: | mirrormanager | Assignee: | Matt Domsch <matt_domsch> |
Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | rawhide | CC: | jonstanley, manuel.wolfshant, matt_domsch, tmz, ville.skytta |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2009-10-24 04:06:34 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Matt Domsch
2009-10-05 03:35:46 UTC
One way is to add let's say a /etc/rpmlint/mirrormanager.config file in the mirrormanager package (without a dependency on rpmlint, and with owning also the /etc/rpmlint dir) containing something like: getOption("StandardUsers").append("mirrormanager") getOption("StandardGroups").append("mirrormanager") That'll obviously suppress the warning only when the file is in place, i.e. after mirrormanager has been installed. In other cases, I'd personally just ignore the warning. Would that work for you? Yes, thank you. I've added an /etc/rpmlint/mirrormanger.config file as described to quiet the warnings. Good enough. |