Open denisok opened 1 year ago
I'm looking at these. Since the spec file is tracked on Github now, I am thinking of doing this:
Alternatively I could do the spec file changes directly on GH, but then I would have to create new releases on GH and resubmit to OBS (0.15.N)
@FilippoBonazziSUSE those issues you could also clearly see doing build locally with osc build
so you could just fix it locally and submit new PR here. No need to add OBS into it :)
Usually my workflow:
osc co
osc build
@denisok Hi, this is some good information but it doesn't seem to be a good reason to keep the issue open. This is not really an issue. If you want these guidelines to help contributors and maintainers, perhaps you could put them in the README?
This is still open as some packaging errors and warnings are still unaddressed:
[ 14s] openSUSEway.noarch: W: non-standard-uid /etc/greetd/config.toml.way greeter
[ 14s] openSUSEway.noarch: W: non-standard-uid /etc/greetd/environments greeter
[ 14s] openSUSEway.noarch: W: non-standard-uid /etc/greetd/style.css greeter
[ 14s] openSUSEway.noarch: W: non-standard-uid /etc/greetd/sway-config greeter
[ 14s] A file in this package is owned by an unregistered user id. To register the
[ 14s] user, please make a pull request to the rpmlint config file
[ 14s] configs/openSUSE/users-groups.toml in the rpmlint repository.
[ 14s]
[ 14s] openSUSEway.noarch: W: non-standard-gid /etc/greetd/config.toml.way greeter
[ 14s] openSUSEway.noarch: W: non-standard-gid /etc/greetd/environments greeter
[ 14s] openSUSEway.noarch: W: non-standard-gid /etc/greetd/style.css greeter
[ 14s] openSUSEway.noarch: W: non-standard-gid /etc/greetd/sway-config greeter
[ 14s] A file in this package is owned by an unregistered group id. To register the
[ 14s] group, please make a pull request to the rpmlint config file
[ 14s] configs/openSUSE/users-groups.toml in the rpmlint repository.
I could look into these ones.
[ 14s]
[ 14s] openSUSEway.noarch: W: name-repeated-in-summary openSUSEway
[ 14s] openSUSEway.src: W: name-repeated-in-summary openSUSEway
[ 14s] The name of the package is repeated in its summary. Make the summary brief and
[ 14s] to the point without including redundant information in it.
I think this one can safely be ignored.
[ 14s]
[ 14s] openSUSEway.noarch: E: branding-requires-specific-flavor gfxboot-branding-openSUSE
[ 14s] openSUSEway.noarch: E: branding-requires-specific-flavor sway-branding-openSUSE
[ 14s] openSUSEway.noarch: E: branding-requires-specific-flavor waybar-branding-openSUSE
[ 14s] Packages must not require a specific branding or theme package to allow for
[ 14s] different themes.
This one's tricky, I think I accidentally broke something before by requiring versioned branding. So I think this should probably stay as it is, but it would need some investigation.
[ 14s] openSUSEway.noarch: W: non-standard-uid /etc/greetd/config.toml.way greeter
[ 14s] openSUSEway.noarch: W: non-standard-uid /etc/greetd/environments greeter
[ 14s] openSUSEway.noarch: W: non-standard-uid /etc/greetd/style.css greeter
[ 14s] openSUSEway.noarch: W: non-standard-uid /etc/greetd/sway-config greeter
[ 14s] A file in this package is owned by an unregistered user id. To register the
[ 14s] user, please make a pull request to the rpmlint config file
[ 14s] configs/openSUSE/users-groups.toml in the rpmlint repository.
[ 14s]
[ 14s] openSUSEway.noarch: W: non-standard-gid /etc/greetd/config.toml.way greeter
[ 14s] openSUSEway.noarch: W: non-standard-gid /etc/greetd/environments greeter
[ 14s] openSUSEway.noarch: W: non-standard-gid /etc/greetd/style.css greeter
[ 14s] openSUSEway.noarch: W: non-standard-gid /etc/greetd/sway-config greeter
[ 14s] A file in this package is owned by an unregistered group id. To register the
[ 14s] group, please make a pull request to the rpmlint config file
[ 14s] configs/openSUSE/users-groups.toml in the rpmlint repository.
Registered the greeter
uid and gid in https://github.com/rpm-software-management/rpmlint/pull/1184
while building a package there are some errors reported: