Neal Gompa (ニール・ゴンパ)
Neal Gompa (ニール・ゴンパ)
I'm hoping to implement `DependsOn` and `RequiredBy` for the DNF backend in PackageKit soon: https://github.com/PackageKit/PackageKit/pull/495
I've made a PR to implement support for `autoremove` in the PackageKit DNF backend: https://github.com/PackageKit/PackageKit/pull/526
@sre Is there a link to the patch review on lore for the revised patch slated for 5.19 yet?
Not that this wouldn't help fix the problem for CentOS, but I think the problem is that we're not making the right calls in our spec file in RHEL/CentOS to...
That's not enough. That's only the cloud-init-generator systemd service.
The issue with doing it this way is that it means every RHEL derivative needs to be filled in here too. That's why I deliberately have the cloud-init spec file...
Something to consider is that libbtrfsutil exposes concepts and functionality that aren't necessarily fully accessible via the `btrfs(8)` CLI, which might be useful for libblockdev-btrfs and udisks-btrfs.
> > Also, they can be individually mounted via the "subvol=" mount option, and directories can't, right? > > Yep; I can confirm: I'm actually using this feature (mounting a...
This is also true with kickstart (which can be used with Debian systems with `kickseed`). The `inst.ks` kernel parameter can be read by the installer to load the kickstart from...
Electron needs to be built as a shared dependency because it's a nodejs runtime platform extension. It's not pure JavaScript. The _rest_ of Podman Desktop's dependencies can and should be...