Mike Gilbert

Results 57 comments of Mike Gilbert

> I think the init script needs to be adjusted to execute /usr/libexec/elogind instead of /lib64/elogind/elogind. Alternatively, it might make sense to pass `--libexecdir=lib/elogind` to match what appears to be...

Another note: the ebuild should inherit pam and pass `-Dpamlibdir="$(getpam_mod_dir)"`.

For the init script: 1. Copy files/elogind.conf.in to files/elogind.conf, and set ELOGIND_EXEC to /usr/lib/elogind/elogind. 2. Update src_install to remove the sed command and call `newconfd "${FILESDIR}/${PN}.conf" "${PN}"`

Please also add `keepdir /var/lib/elogind` to src_install to eliminate this QA notice. ``` * QA Notice: One or more empty directories installed to /var: * * /var/lib * /var/lib/elogind ```

> How is passlib currently used in Gentoo? It's a dependency of a couple packages. https://qa-reports.gentoo.org/output/genrdeps/rindex/dev-python/passlib > I've dropped support for python 3.8 We don't support Python 3.8 and longer...

Yes, I am aware of that. botocore should use an XML parser that is compatible with the bogus XML produced by the AWS S3 service.

Alternatively, the AWS service should be changed to encode the key in an XML-compatible way, or reject the key altogether. Producing a broken XML response seems wrong. If you can...