Fedora 39 compose report: 20231013.n.0 changes

2023-10-13 Thread Fedora Branched Report
OLD: Fedora-39-20231012.n.0 NEW: Fedora-39-20231013.n.0 = SUMMARY = Added images:4 Dropped images: 1 Added packages: 0 Dropped packages:0 Upgraded packages: 0 Downgraded packages: 0 Size of added packages: 0 B Size of dropped packages:0 B Size of upgraded

Re: Getting package NEVR list from core dump ?

2023-10-13 Thread Daniel P . Berrangé
On Fri, Oct 13, 2023 at 03:10:45PM +0200, František Šumšal wrote: > Hey > > On 10/13/23 09:41, Daniel P. Berrangé wrote: > > Not too long ago Fedora added a new ELF note with the NEVR information for > > a package, to all shared libraries > > > >https://fedoraproject.org/wiki/Changes/Package_

Re: Getting package NEVR list from core dump ?

2023-10-13 Thread František Šumšal
Hey On 10/13/23 09:41, Daniel P. Berrangé wrote: Not too long ago Fedora added a new ELF note with the NEVR information for a package, to all shared libraries https://fedoraproject.org/wiki/Changes/Package_information_on_ELF_objects For cores dumped by processes on my local system, coredump

Re: Getting package NEVR list from core dump ?

2023-10-13 Thread Dominique Martinet
Daniel P. Berrangé wrote on Fri, Oct 13, 2023 at 08:41:17AM +0100: > What's the "right" way to extract the NEVR list from a standalone core > dump ? I'd probably not call this the "right" way, and it took me way longer than I'd like to admit, but I found notes readelf could read in various loadXXX

Re: SPDX Statistics - Miracle of the Sun edition

2023-10-13 Thread Michael Catanzaro
On Fri, Oct 13 2023 at 08:15:39 AM +0200, Miroslav Suchý wrote: Scancode-toolkit is not yet in Fedora, but you can instal it form PyPI: $ pip install scancode-toolkit $ ~/.local/bin/scancode --license --html /tmp/spdx.html . I attempted this, but unfortunately it depedns on intbit

Fedora rawhide compose report: 20231013.n.0 changes

2023-10-13 Thread Fedora Rawhide Report
OLD: Fedora-Rawhide-20231012.n.0 NEW: Fedora-Rawhide-20231013.n.0 = SUMMARY = Added images:5 Dropped images: 1 Added packages: 13 Dropped packages:0 Upgraded packages: 87 Downgraded packages: 0 Size of added packages: 35.41 MiB Size of dropped packages:0

Re: SPDX Statistics - Miracle of the Sun edition

2023-10-13 Thread Sandro
On 13-10-2023 08:15, Miroslav Suchý wrote: Reviewers wanted: Package review of scancode-toolkit still need 3 dependencies to be review https://bugzilla.redhat.com/show_bug.cgi?id=2235055 I took up three of those reviews, but they have been idling ever since... -- Sandro __

Getting package NEVR list from core dump ?

2023-10-13 Thread Daniel P . Berrangé
Not too long ago Fedora added a new ELF note with the NEVR information for a package, to all shared libraries https://fedoraproject.org/wiki/Changes/Package_information_on_ELF_objects For cores dumped by processes on my local system, coredumpctl extracts the package info which is great. Lets s