Skip to content
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

opensuse: explain pull requests more precisely #1283

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions configs/openSUSE/opensuse.toml
Original file line number Diff line number Diff line change
Expand Up @@ -318,13 +318,15 @@ paths = [
[SystemdTmpfilesWhitelist]

[Descriptions]
non-standard-uid = '''A file in this package is owned by an unregistered user id.
To register the user, please make a pull request to the rpmlint config file
configs/openSUSE/users-groups.toml in the rpmlint repository.
non-standard-uid = '''A file in this package is owned by an unregistered user
id. To register the user, please make a pull request to the rpmlint config
file configs/openSUSE/users-groups.toml in the opensuse branch of the rpmlint
repository.
'''
non-standard-gid = '''A file in this package is owned by an unregistered group id.
To register the group, please make a pull request to the rpmlint config file
configs/openSUSE/users-groups.toml in the rpmlint repository.
non-standard-gid = '''A file in this package is owned by an unregistered group
id. To register the group, please make a pull request to the rpmlint config
file configs/openSUSE/users-groups.toml in the opensuse branch of the rpmlint
repository.
'''
no-changelogname-tag = '''There is no changelog. Please insert a '%changelog' section heading in your
spec file and prepare your changes file using e.g. the 'osc vc' command.'''
Loading