Pavel Březina

Results 18 issues of 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...

guest/windows
host/fedora

It would be great if you can add type hints to the project so we can validate types using mypy.

enhancement
PR wanted
documentation

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...

bug

### 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}...

kind/bug
source-git
area/cli
complexity/single-task
gain/high
impact/low

### 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...

kind/feature
source-git
🌞 friday 🤟
area/cli
gain/high
impact/low

### 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...

kind/feature
source-git
area/cli
complexity/single-task
gain/high
impact/low

### 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

onboarding

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...