Marek Blaha
Marek Blaha
On the other the same CLI simplifies CI tests. But I agree the priority is low at the moment.
With this PR https://github.com/rpm-software-management/dnf5/pull/1245 `Rpm::list` is able to retrieve info about rpm file.
Hm, it might not be that easy. It looks like sometimes `rpm` is not able to complete the transaction in an empty, writable installroot without root permissions. It fails on...
The keys (xattrs names) has changed recently (see https://github.com/rpm-software-management/librepo/pull/232/commits/7a7cd445b35f9b753caf6c8d38eed7e4c7cb14c3) Originally the cache key was something like `user.Zif.MdChecksum[123456]` where `123455` was mtime of the file. This caused problems precisely because the...
I think it is. Once the right checksum of the file is calculated, it can be saved in xattr for future usage.
_XOPEN_SOURCE/_DEFAULT_SOURCE/_BSD_SOURCE defines cause futimes() not being declated on FreeBSD 12.2
Hi, given that none of librepo developers uses FreeBSD and we do not have much experience with it - are you willing to help us and provide a pull request...
Distributions usually set repositories using a specific package. For example Fedora has the `fedora-repos` package which owns repo files in the /etc/yum.repos.d/ directory. This way it's possible to make changes...
Are they really the same package (not only same NEVRA)? For me both variants behave the same - not obsoleting python3-homeassistant. Which is I think correct: ``` # dnf repoquery...
Yes, it's not only version, but the whole EVR - see https://docs.fedoraproject.org/en-US/packaging-guidelines/#renaming-or-replacing-existing-packages The `Obsoletes` is often used with `
Regarding my attempt to reproduce the issue, this is what I did: ``` $ podman run --rm -ti registry.fedoraproject.org/fedora:39 bash # dnf install dnf-plugins-core -y # dnf copr enable brianjmurrell/homeassistant...