Pavel Březina
Pavel Březina
Hi, I'm trying to automatically exclude files and folders located in .gitignore from Project Explorer view. I was unable to find any way to do this. AutoDeriv plugin seems to...
Currently, pam_u2f reads all parameters from pam configuration. Those options that are not affecting the behavior on the PAM stack itself but are only affecting internal pam_u2f behaviors (such as...
### Debug output https://gist.github.com/pbrezina/a58b158dc8fe62b7b19c13222f955068 ### Expected behavior Guest starts. ### Actual behavior Error: ``` ... ==> ad: Waiting for machine to boot. This may take a few minutes... ad: WinRM...
It would be great if you can add type hints to the project so we can validate types using mypy.
Trying to call `stdin.flush()` results with the following exception. This is with `libssh` `pssh.clients.ssh.SSHClient` client. ``` self = def flush(self): """Flush pending data written to stdin.""" > return self._client._eagain(self._channel.flush) E...
### What happened? What is the problem? This is the resulting diff (minus patch comments, I already removed them, see https://github.com/packit/packit/issues/2023) ```diff Name: authselect Version: 1.2.6 -Release: 1%{?dist} +Release: 2%{?dist}...
### Description Add commit message as a patch comment to spec file is a nice idea if the commit message is short and there are not many patches. But this...
### Description RHEL/CentOS reads resolved bugzilla from commit messages. It would be very helpful, it packit can read it from individual patches and add "Resolves: rhbz#xyz" automatically. The patch can...
### What we are onboarding? * https://github.com/authselect/authselect * https://github.com/SSSD/sssd ### Do you have more details? Both projects already have their spec file in upstream repositories: authselect: rpm/authselect.spec.in sssd: contrib/sssd.spec.in
To allow `hostname --fqdn` to work correctly. Putting myhostname early prevents lookup of canonical hostname if only shortname is provided. myhostname has been moved back and forth several times, it...