Skip to content

Commit

Permalink
Merge pull request #1283 from wfrisch/improve_opensuse_pull_request_i…
Browse files Browse the repository at this point in the history
…nstructions

opensuse: explain pull requests more precisely
  • Loading branch information
FilippoBonazziSUSE authored Sep 18, 2024
2 parents 754e57a + 8083a7b commit 5cb5647
Showing 1 changed file with 8 additions and 6 deletions.
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.'''

0 comments on commit 5cb5647

Please sign in to comment.