Regenerating rescue kernels (Fedora upgrade documentation)

2025-04-30 Thread Jered Floyd
I run into this every time I upgrade Fedora, but I always forget to follow-up on it... 42's the charm! In the Upgrading Fedora docs ( https://docs.fedoraproject.org/en-US/quick-docs/upgrading-fedora-offline/#sect-update-rescue-kernel) one of the optional post-upgrade steps is updating the rescue k

[Fedocal] Reminder meeting : ELN SIG

2025-04-30 Thread yselkowitz
Dear all, You are kindly invited to the meeting: ELN SIG on 2025-05-01 from 15:00:00 to 16:00:00 US/Eastern At meet...@fedoraproject.org The meeting will be about: Source: https://calendar.fedoraproject.org//meeting/11018/ -- ___ devel mailin

PSA - A change in Docker cli plugin version management (Compose, BuildKit, Buildx)

2025-04-30 Thread Brad Smith
FESCo has approved an update policy exception that encompasses these Docker plugins: Compose, BuildKit, and Buildx (https://pagure.io/fesco/issue/3394). The rpms for these plugins will now track the current plugin release across all Fedora releases. The maintainers for all three plugins only suppor

Re: Oniguruma project ended

2025-04-30 Thread Vít Ondruch
Dne 30. 04. 25 v 15:45 huangye wudeng napsal(a): Ruby switched from oniguruma to onigurumo (repo https://github.com/k-takata/Onigmo) a long time ago (around 2021). see https://github.com/ruby/ruby/pull/4306/files Onigmo is a regular expressions library forked from Oniguruma. See also the Wiki

fedpkg considering public key as private and refusing to give access

2025-04-30 Thread Anirban Mitra via devel
when i run command    fedpkg pull I get the following warning  @@@ @         WARNING: UNPROTECTED PRIVATE KEY FILE!          @ @@@ Permissions 0644 for '/home/user/.ssh/id_rsa.pub' are to

Re: Regenerating rescue kernels (Fedora upgrade documentation)

2025-04-30 Thread Clemens Lang
Hi Jered, > On 30. Apr 2025, at 16:52, Jered Floyd wrote: > > > Once installed, the rescue kernel will be regenerated as long as dracut is > the initrd generator. See /usr/lib/kernel/install.d/51-dracut-rescue.install > for details. > > This seems to be incomplete or incorrect, because that

Oniguruma project ended

2025-04-30 Thread Remi Collet
Hi, See https://github.com/kkos/oniguruma/ => "This project ended on April 24, 2025." I see some projects using it bat bfs comrak git-delta jq kitutuki lino mfiler3 mfiler4 ochusha php-mbstring pytho

Re: Any Ruby folks interested in bringing back Taskjuggler?

2025-04-30 Thread Ankur Sinha
On Tue, Apr 29, 2025 13:59:09 +0300, Benson Muite wrote: > Hi Ankur, Hi Benson, > On Mon, Apr 28, 2025, at 10:50 PM, Ankur Sinha wrote: > > Hi folks, > > > > > > Happy to help with this. Awesome! I've taken ownership of the package now and added you as a co-admin too. -- Thanks, Regards, An

Re: Any Ruby folks interested in bringing back Taskjuggler?

2025-04-30 Thread Ankur Sinha
On Tue, Apr 29, 2025 11:07:50 -0300, Yasmin de Souza wrote: > Hi there, > > I have some Ruby experience and would love to help co-maintain the project. > I'm > not very experienced yet, but I'm eager to get involved and contribute to > Taskjuggler. Hi Yasmin, Thanks, that's great. Could you tel

Re: Oniguruma project ended

2025-04-30 Thread huangye wudeng
Ruby switched from oniguruma to onigurumo (repo https://github.com/k-takata/Onigmo) a long time ago (around 2021). see https://github.com/ruby/ruby/pull/4306/files Onigmo is a regular expressions library forked from Oniguruma. See also the Wiki page: https://github.com/k-takata/Onigmo/wiki -- _

Re: Any Ruby folks interested in bringing back Taskjuggler?

2025-04-30 Thread Ankur Sinha
On Tue, Apr 29, 2025 13:44:05 +0200, Vít Ondruch wrote: > Seems this is the failing test suite, right? > https://download.copr.fedorainfracloud.org/results/ankursinha/rubygem-taskjuggler/fedora-rawhide-x86_64/08910683-rubygem-taskjuggler/builder-live.log.gz > Given the test case name: > > ~~~ > >

Re: Self Introduction: John Whitington

2025-04-30 Thread Dominik 'Rathann' Mierzejewski via devel
Hello, John! On Wednesday, 30 April 2025 at 14:12, John Whitington wrote: > Hello everyone, > > (Per > https://docs.fedoraproject.org/en-US/package-maintainers/Joining_the_Package_Maintainers/ > > > )

Re: Switch gnome-software to use a dnf5 plugin in rawhide

2025-04-30 Thread Milan Crha
On Tue, 2025-04-29 at 19:08 +0200, Adam Williamson wrote: > I don't know why we didn't catch this in pre-testing; Hi, no problem, good the change in behavior was discovered. It's not a bad thing per se, but it's also true the gnome-software can prepare updates in the background, at least d

Fedora CoreOS Community Meeting Minutes 2025-04-23

2025-04-30 Thread Michael Armijo
Minutes: https://meetbot-raw.fedoraproject.org/meeting-1_matrix_fedoraproject-org/2025-04-23/fedora-coreos-meeting.2025-04-23-16.31.html Minutes (text): https://meetbot-raw.fedoraproject.org/meeting-1_matrix_fedoraproject-org/2025-04-23/fedora-coreos-meeting.2025-04-23-16.31.txt Log: https://meetbo

Re: fedpkg considering public key as private and refusing to give access

2025-04-30 Thread Benson Muite
On Wed, Apr 30, 2025, at 6:13 PM, Anirban Mitra via devel wrote: > when i run command  >   fedpkg pull > I get the following warning  > @@@ > @         WARNING: UNPROTECTED PRIVATE KEY FILE!          @ > @

Re: fedpkg considering public key as private and refusing to give access

2025-04-30 Thread Peter Pentchev
On Wed, Apr 30, 2025 at 03:13:35PM +, Anirban Mitra via devel wrote: > when i run command  >   fedpkg pull > I get the following warning  > @@@ > @         WARNING: UNPROTECTED PRIVATE KEY FILE!          @ > @@@

Re: Regenerating rescue kernels (Fedora upgrade documentation)

2025-04-30 Thread Jered Floyd
Hi Clemens, On Wed, Apr 30, 2025 at 11:19 AM Clemens Lang wrote: > > Installing dracut-config-rescue only enables re-generation of the rescue > kernel when the next kernel update happens, it does not trigger > re-generation of the rescue kernel on its own. Oh, yes -- I understand this part! I

Re: failed to add subkeys for /var/cache/PackageKit/43/metadata/google-chrome-rawhide-x86_64/linux_signing_key.pub to rpmdb

2025-04-30 Thread Petr Pisar
V Tue, Apr 29, 2025 at 09:32:18PM -, Ryan Bach via devel napsal(a): > failed to add subkeys for > /var/cache/PackageKit/43/metadata/google-chrome-rawhide-x86_64/linux_signing_key.pub > to rpmdb Report it please against PackageKit in Fedora's Bugzilla and don't forget to describe how a reposi

Self Introduction: John Whitington

2025-04-30 Thread John Whitington
Hello everyone, (Per https://docs.fedoraproject.org/en-US/package-maintainers/Joining_the_Package_Maintainers/ ) For the past fifteen or so years, I've been writing a set of command line tools for pro

Re: Self Introduction: John Whitington

2025-04-30 Thread Alexander Sosedkin
On Wed, Apr 30, 2025 at 2:13 PM John Whitington wrote: > (Per > https://docs.fedoraproject.org/en-US/package-maintainers/Joining_the_Package_Maintainers/ > ) > > For the past fifteen or so years, I've been writing a set of command line > tools for processing PDF files. You can find them here: >

Fedora eln compose report: 20250501.n.0 changes

2025-04-30 Thread Fedora ELN Report
OLD: Fedora-eln-20250430.n.0 NEW: Fedora-eln-20250501.n.0 = SUMMARY = Added images:0 Dropped images: 0 Added packages: 0 Dropped packages:0 Upgraded packages: 21 Downgraded packages: 1 Size of added packages: 0 B Size of dropped packages:0 B Size of

Re: Regenerating rescue kernels (Fedora upgrade documentation)

2025-04-30 Thread Samuel Sieb
On 4/30/25 7:52 AM, Jered Floyd wrote: I run into this every time I upgrade Fedora, but I always forget to follow-up on it... 42's the charm! In the Upgrading Fedora docs (https://docs.fedoraproject.org/en-US/ quick-docs/upgrading-fedora-offline/#sect-update-rescue-kernel docs.fedoraproject.

Re: PSA - A change in Docker cli plugin version management (Compose, BuildKit, Buildx)

2025-04-30 Thread Sérgio Basto via devel
On Wed, 2025-04-30 at 08:05 -0700, Brad Smith wrote: > FESCo has approved an update policy exception that encompasses these > Docker plugins: Compose, BuildKit, and Buildx > (https://pagure.io/fesco/issue/3394). The rpms for these plugins will > now track the current plugin release across all Fedor

Re: Oniguruma project ended

2025-04-30 Thread Fabio Valentini
On Wed, Apr 30, 2025 at 10:23 AM Remi Collet wrote: > > Hi, > > See https://github.com/kkos/oniguruma/ > > => "This project ended on April 24, 2025." > > I see some projects using it > bat > bfs > comrak > git-delta > jq > kitutuki > lino >