-
We've got a request (https://issues.redhat.com/browse/RHEL-27937) to extend functionality of `autoremove` command to also remove optionally weak dependencies as unneeded packages.
The current imple…
-
Trying to build `libdnf` in `libdnf` or `rpm-ostree` package fails without manually copying `${libsolv}/share/cmake/Modules/FindLibSolv.cmake` to a directory added to `${CMAKE_MODULE_PATH}` in the CMa…
-
### 🐛 Describe the bug
Trying to follow the readme https://github.com/pytorch/executorch/blob/main/backends/apple/coreml/setup.md
Running this command `./build/build_apple_frameworks.sh --coreml` …
byjlw updated
3 weeks ago
-
# Description of problem
PackageKit ignores DNF plugins such as dnf-plugin-snapper and dnf-plugin-post-transaction-actions.
# Software
**OS:** Fedora 34
**PackageKit:** 1.2.3
# Steps to Repro…
-
Currently the config option `proxy=_none_` in dnf.conf is not working when system wide env variables for http_proxy are set e.g. in /etc/profile. According the release-notes this feature was impemente…
-
If I build with `-DWITH_COMPS=OFF`, the comps code is still built (wrong) and the dependencies are not found so the build fails (also wrong):
```
In file included from libdnf/comps/environment/en…
-
Currently, DNF does not provide a reliable way to authenticate the contents of remote `gpgkey=` URLs. DNSSEC doesn’t always work (for instance, if libdnf is behind an HTTP proxy) and introduces subst…
-
I'm currently working on getting libdnf/microdnf working on macOS (I know weird right?), but [here](https://github.com/rpm-software-management/libdnf/blob/master/libdnf/dnf-context.cpp#L1614-L1624) li…
-
As per title: `libdnf/libdnf.pc.in` has
```
prefix=@CMAKE_INSTALL_PREFIX@
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
```
and so can’t handle absolute paths in `CMAKE_INSTALL_LIBDIR`. This leads to b…
-
The DNF backend is currently using full-size RPMs rather than delta RPMs. Should use delta RPMs when available.
Not sure if this belongs in libdnf or PackageKit.