Re: Fedora 39 Mass Rebuild

2023-07-28 Thread Alexander Ploumistos
On Mon, Jul 24, 2023 at 10:45 PM Kevin Fenzi wrote: > […] > > Although it would be nice to figure out why it didn't get a > commit/build. A new version was released yesterday, but Anitya's scratch build never happened: https://bugzilla.redhat.com/show_bug.cgi?id=2227374 The task does not exist in

[heads up] upcoming libplist soname bump

2023-07-28 Thread Michel Alexandre Salim
Dear all, As part of the Fedora Asahi SIG work, libimobiledevice and libplist are getting updated. The libplist update introduces an soname bump from 3 to 4: https://src.fedoraproject.org/rpms/libplist/c/68103e8e4f0783e2bfbd5d54040407eb3cc4c80c?branch=rawhide As such, the work is being done in a

Re: Retiring python-pytest-flake8

2023-07-28 Thread Michel Alexandre Salim
On Fri, Jul 28, 2023 at 11:39:56AM -0500, Michel Alexandre Salim wrote: > On Fri, Jul 28, 2023 at 12:17:54AM +0200, Sandro wrote: > > On 27-07-2023 22:57, Sandro wrote: > > > On 27-07-2023 21:02, Michel Alexandre Salim wrote: > > > > Thanks Miro! > > > > > > > > On Thu, 2023-07-27 at 19:28 +0200,

Re: Unannounced soname bump: libplacebo

2023-07-28 Thread Adam Williamson
On Fri, 2023-07-28 at 11:00 +0200, Dominik 'Rathann' Mierzejewski wrote: > libplacebo was just bumped from libplacebo.so.264 to libplacebo.so.292. > This broke ffmpeg and mpv: > > $ dnf repoquery --whatrequires --disablerepo='*' --enablerepo=rawhide > 'libplacebo.so.264()(64bit)' > libavfilter-fr

Re: Retiring python-pytest-flake8

2023-07-28 Thread Michel Alexandre Salim
On Fri, Jul 28, 2023 at 12:17:54AM +0200, Sandro wrote: > On 27-07-2023 22:57, Sandro wrote: > > On 27-07-2023 21:02, Michel Alexandre Salim wrote: > > > Thanks Miro! > > > > > > On Thu, 2023-07-27 at 19:28 +0200, Miro Hrončok wrote: > > > > On 27. 07. 23 18:26, Michel Alexandre Salim wrote: > > >

Re: DNF5-5.0.1 has a stable API

2023-07-28 Thread Nico Kadel-Garcia
On Mon, Jul 24, 2023 at 4:43 PM Chuck Anderson wrote: > > On Mon, Jul 24, 2023 at 02:08:25PM -0400, Stephen Smoogen wrote: > > Personally I would have preferred to call this a new tool versus trying to > > use dnf name still. It makes it clearer that the break is going to happen. > > I propose "qz

Re: Fedora 39 Mass Rebuild

2023-07-28 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Jul 28, 2023 at 06:51:36PM +0800, Jens-Ulrik Petersen wrote: > On Wed, Jul 26, 2023 at 5:56 PM Zbigniew Jędrzejewski-Szmek < > zbys...@in.waw.pl> wrote: > > > I submitted > > https://pagure.io/fesco/issue/3043 Change: Migrate NetworkManager ifcfg > > profiles to keyfile > > https://pagure.

Re: Summary/Minutes from today's FESCo Meeting (2023-07-27)

2023-07-28 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Jul 28, 2023 at 09:10:36AM +0200, Petr Pisar wrote: > V Thu, Jul 27, 2023 at 11:03:46AM -0700, Tom Stellard napsal(a): > > * #3039 RFC: Roadmap for DNF5 in Fedora 39 / invoking the Contingency > > Mechanism (tstellar, 17:04:33) > > * AGREED: APPROVED(+7,0,-0) The switch to DNF5 will be

Fedora rawhide compose report: 20230728.n.0 changes

2023-07-28 Thread Fedora Rawhide Report
OLD: Fedora-Rawhide-20230727.n.0 NEW: Fedora-Rawhide-20230728.n.0 = SUMMARY = Added images:3 Dropped images: 6 Added packages: 18 Dropped packages:2 Upgraded packages: 132 Downgraded packages: 0 Size of added packages: 10.45 MiB Size of dropped packages

Re: Fedora 39 Mass Rebuild

2023-07-28 Thread Jens-Ulrik Petersen
On Wed, Jul 26, 2023 at 5:56 PM Zbigniew Jędrzejewski-Szmek < zbys...@in.waw.pl> wrote: > I submitted > https://pagure.io/fesco/issue/3043 Change: Migrate NetworkManager ifcfg > profiles to keyfile > https://pagure.io/fesco/issue/3044 Change: IBus 1.5.29 > https://pagure.io/fesco/issue/3045 Change

Re: Update on DNF05 in Fedora

2023-07-28 Thread Peter Robinson
On Fri, Jul 28, 2023 at 9:47 AM Vít Ondruch wrote: > > > Dne 27. 07. 23 v 22:23 Kevin Fenzi napsal(a): > > On Thu, Jul 27, 2023 at 02:54:13PM -0400, DJ Delorie wrote: > >> Samantha Bueno writes: > >>> We've gone ahead and decided not to replace DNF with DNF05 in Fedora > >>> 39 and, perhaps notab

[Test-Announce] Fedora 39 Rawhide 20230728.n.0 nightly compose nominated for testing

2023-07-28 Thread rawhide
Announcing the creation of a new nightly release validation test event for Fedora 39 Rawhide 20230728.n.0. Please help run some tests for this nightly compose if you have time. For more information on nightly release validation testing, see: https://fedoraproject.org/wiki

Unannounced soname bump: libplacebo

2023-07-28 Thread Dominik 'Rathann' Mierzejewski
libplacebo was just bumped from libplacebo.so.264 to libplacebo.so.292. This broke ffmpeg and mpv: $ dnf repoquery --whatrequires --disablerepo='*' --enablerepo=rawhide 'libplacebo.so.264()(64bit)' libavfilter-free-0:6.0-9.fc39.x86_64 libplacebo-devel-0:5.264.1-2.fc39.x86_64 mpv-0:0.36.0-2.fc39.x

Re: DNF5-5.0.1 has a stable API

2023-07-28 Thread Sandro
On 28-07-2023 02:04, Casey Jao via devel wrote: On Mon, 24 Jul 2023 at 13:10, James Ralston How about going back to yum? The yum name never completely went away in RHEL docs and still lingers in things like yum.repos.d Let's not re-iterate that discussion. You can read about suggestions for

Re: Update on DNF05 in Fedora

2023-07-28 Thread Vít Ondruch
Dne 27. 07. 23 v 22:23 Kevin Fenzi napsal(a): On Thu, Jul 27, 2023 at 02:54:13PM -0400, DJ Delorie wrote: Samantha Bueno writes: We've gone ahead and decided not to replace DNF with DNF05 in Fedora 39 and, perhaps notably, Fedora 40 as well. For those of us who upgraded to DNF05 in rawhide t

Re: Summary/Minutes from today's FESCo Meeting (2023-07-27)

2023-07-28 Thread Petr Pisar
V Thu, Jul 27, 2023 at 11:03:46AM -0700, Tom Stellard napsal(a): > * #3039 RFC: Roadmap for DNF5 in Fedora 39 / invoking the Contingency > Mechanism (tstellar, 17:04:33) > * AGREED: APPROVED(+7,0,-0) The switch to DNF5 will be postponed > (likely to Fedora 41, to be determined by the Chang