-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Debian, test, and other little fixes #22747
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
base: main
Are you sure you want to change the base?
Conversation
Spotted by lintian's systemd-service-file-missing-documentation-key check.
Conflics should be unversioned. Fixes lintian I: cockpit-ws: conflicts-with-version cockpit-tests (<< 331)
Venefilyn
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Man page changes LGTM
| for section in 1 5 8; do | ||
| for manpage in %{manbundledir}/*.${section}; do | ||
| install -D -p -m 644 "$manpage" %{buildroot}%{_mandir}/man${section}/$(basename "$manpage") | ||
| done | ||
| done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lovely ❤️
|
Eww.. older Debian/Ubuntu releases don't know watch standard 5 yet:
will fix. |
Done automatically with `uscan --update-watchfile`. Fixes lintian "older-debian-watch-file-standard 4" info. lintian < 2.127.0 does not recognize this yet, so we have to ignore its complaint on older Debian/Ubuntu releases.
/tmp/ is a tmpfs on Debian now, and lintian now started running into ENOSPC. Use /var/tmp instead.
Avoid the repetition of file names.
Commit d26b5d8 added support for the socket activated polkit helper in polkit 127. Ensure that on a "new" OS (debian-testing for now) we actually use that code path. Conversely, check that on an "old" OS (RHEL 10) the helper is still setuid root and there is no socket. This will remind us in the distant past to remove the bridge code path for executing the helper directly.
Grab-bag from various stuff like #22693 (review) (@Venefilyn), #22726 (review) (@allisonkarlitskaya ), and Debian lintian.