Petr Pisar

Results 71 issues of Petr Pisar

Having a repository configured like: [test] name=test baseurl=file:///root/repos/test/ enabled=0 gpgcheck=0 repo_gpgcheck=1 metadata_expire=5m gpgkey=file:///root/repos/test/key but /root/repos/test/key file not exisiting, "dnf5 --enablerepo=test upgrade" crashes like this: ~~~~ Updating and loading repositories: test...

Priority: MEDIUM
bug
Triaged

This patch set is a backport of the following upstream commits for rhel-9.6 branch: Upstream commit: 5c050ba2324c5fb95bf0e0501c7925f38f6a09dc Upstream commit: 6120fe52511775b60b6031d4169988c025610ab5 Upstream commit: e2535589ce16bc36b96b37369502a3c312f6056a Upstream commit: a1aa8d0e048751859a2bec1b2fb12fcca93c6e83 Resolves: https://issues.redhat.com/browse/RHEL-49670

Fedora CI installability and rpmdeplint tests failed on Fedoras where dnf5 obsoletes dnf and yum packages because the tests attempt to install just built dnf and yum packages, but DNF5...

If DNF losses a terminal, e.g. when an SSH session aborts, DNF is receives SIGHUP from kernel and terminates according to a default disposition for SIGUP. If DNF is running...

triaged
Priority:LOW
RFE

Displaying a package size, an installation size, a download speed etc. formats decimal numbers to 1-digit precision after the decimal point (49.5 KiB). However, users expect the number to be...

`dnf5 repoquery --userinstalled` mixes user-installed, group-installed, profile-installed, and uknown-reason-installed packages. There is no way to list packages by the exact installation reason (e.g. by "User" reason which is what DNF4...

RFE
Priority: LOW
Triaged

It was [reported in Fedora](https://bugzilla.redhat.com/show_bug.cgi?id=2308365) that source packages cannot be installed from a repository: ~~~~ # dnf --repoid rawhide-source install dontpanic.src Updating and loading repositories: Repositories loaded. Failed to resolve...

Priority: MEDIUM
bug
Triaged

"dnf5 install FOO" has a feature that if FOO is not a package name, it also searches for /usr/bin/FOO and /usr/sbin/FOO. Try "dnf5 install cat", resulting to coreutils, or read...

It seems that protected packages break automatic removal of unused dependencies: ~~~~ # dnf5 install kiwi-systemdeps-bootloaders [...] # dnf5 remove kiwi-systemdeps-bootloaders Failed to resolve the transaction: Problem: The operation would...

bug

downloadfile() calls gethostbyname(). gethostbyname() does not suport IPv6. I recommend using gettaddrinfo() instead and iterating over all returned socket address until one succeeds in connect().

enhancement