pixdrift
pixdrift
I believe @mcandre is referring to the yum capabilities here: https://github.com/jfrog/go-rpm/tree/master/yum Primarily to interrogate the `repomd.xml` and `primary.xml` files generated by createrepo, although it appears the jfrog implementation has chosen...
I think the following is related as the user/group strings should really be required (eg. fallback to root): https://github.com/goreleaser/nfpm/issues/216
This looks to be a packaging issue from `nfpm` that is used to create the RPM package, it doesn't appear to be setting a user/group on the file definition in...
Interestingly the `nfpm` package from the `nfpm` project (https://github.com/goreleaser/nfpm) doesn't have the same issue: ``` # rpm -qlvp nfpm_amd64.rpm -rwxr-xr-x 1 root root 12521472 Aug 22 08:01 /usr/local/bin/nfpm ```
This appears to be resolved in the current version of `goreleaser/nfpm` as discussed here: https://github.com/goreleaser/nfpm/issues/216 A rebuild of the `dive` RPM package using a newer version of nfpm should resolve...
@j-mracek thanks for the info, did this end up making it into Fedora 38? Do you have details on which version has this feature included or have a link to...
I appreciate that this thread is Ubuntu/Debian focused, but I wanted to include a note that this change also breaks install for EL8 variants as they ship with GLIBC 2.28....
Similar issues noted in this kernel issue, but versions aren't quite the same (unless problematic patch was backported?). https://github.com/raspberrypi/linux/issues/2881
Thanks @gnuton. I understand what system load is, and also what the numbers are meant to represent. The reason for this ticket is that this build is not displaying accurate...
After some digging I found the originals from Duke University on archive.org, they are fairly basic though. https://web.archive.org/web/20070705102649/http://linux.duke.edu/projects/metadata/dtd/ Examples: **primary.dtd** ``` ``` **repomd.dtd** ``` ``` **filelists.dtd** ``` ```