Neal Gompa (ニール・ゴンパ)

Results 661 comments of Neal Gompa (ニール・ゴンパ)

@cgwalters The [Akmods](https://rpmfusion.org/Packaging/KernelModules/Akmods) mechanism makes kmod RPMs for the kernel packages installed and installs them, rather than building kmods for the running kernel and just slotting them in. This was...

> I lean a bit towards skipping the srpm path and orienting more towards at least dist-git, as well as direct from upstream git. This is problematic for things like...

I suppose we could? @grulja, what do you think? I believe we can build this as a Universal binary for x86_64 and aarch64 on an Intel Mac, we just have...

> We theoretically could run Lua in a new process, but doing so basically obviates all of the point of using Lua in the first place. It might as well...

> If there's nothing to exec, there's also no reason to have a %pretrans at all - those are always "upgrade hack/workarounds". Lua isn't used just for `%pretrans`. It's used...

Please just fix RPM-OSTree to handle Lua scriptlets properly. Being artificially restricted to shell is a terrible situation to be in...

@MartinBriza The easiest way to pull that off is to port the codebase to use something that generates XCode projects, like CMake or Meson.

You should consider using [openSUSE/libsolv](https://github.com/openSUSE/libsolv) for this. It's a battle-tested dependency resolver library, used by [DNF](https://dnf.readthedocs.io/en/latest/), Zypper, opkg, mamba, and other package managers.

@smira The [createrepo_c](https://github.com/Tojaj/createrepo_c) suite does quite a bit: - Creating repositories - Merging repositories - Modifying them - Updating them - Generating DeltaRPMs and creating associated repository data for them...

@cavaliercoder Why not instead use libcreaterepo_c with your program?