Re: Donate 1 minute of your time to test upgrades from F41 to F42

2025-03-17 Thread Marcin Juszkiewicz
W dniu 4.03.2025 o 16:24, Miroslav Suchý pisze: Do you want to make Fedora 42 better? Please spend 1 minute of your time and try to run: dnf --releasever=42 --enablerepo=updates-testing --assumeno --best distro-sync This command does not replace `dnf system-upgrade`, but it will reveal pote

Re: [HEADS UP] [SONAME BUMP] libcbor will be updated to 0.12.0 in rawhide with a soname bump

2025-03-17 Thread Richard Hughes via devel
On Monday, 17 March 2025 at 16:45, Gary Buhrmaster wrote: > git commit —allow-empty -m 'Rebuild for foolib 3.14' Yes, I guess that works -- thanks. On doing so, I got: DEBUG util.py:459: Problem: package git-core-2.48.1-3.fc43.x86_64 from build requires openssh-clients, but none of the provid

Re: Donate 1 minute of your time to test upgrades from F41 to F42

2025-03-17 Thread Steve Grubb
On Tuesday, March 4, 2025 10:24:57 AM Eastern Daylight Time Miroslav Suchý wrote: > Do you want to make Fedora 42 better? Please spend 1 minute of your time > and try to run: > > dnf --releasever=42 --enablerepo=updates-testing --assumeno --best > distro-sync > > This command does not replace `d

Re: Non-standard options removal from %cmake

2025-03-17 Thread Yaakov Selkowitz
On 3/12/25 07:43, Vitaly Zaitsev via devel wrote: Hello. Non-standard options removal[1] from %cmake macros broke various packages in Rawhide[2]. Some projects still use LIB_SUFFIX and LIB_INSTALL_DIR. They are all FTBFS now. This change was done without proper announcement. Please revert

Fedora eln compose report: 20250318.n.0 changes

2025-03-17 Thread Fedora ELN Report
OLD: Fedora-eln-20250317.n.0 NEW: Fedora-eln-20250318.n.0 = SUMMARY = Added images:0 Dropped images: 0 Added packages: 0 Dropped packages:0 Upgraded packages: 78 Downgraded packages: 1 Size of added packages: 0 B Size of dropped packages:0 B Size of

Re: [HEADS UP] [SONAME BUMP] libcbor will be updated to 0.12.0 in rawhide with a soname bump

2025-03-17 Thread Richard Hughes via devel
On Monday, 17 March 2025 at 17:21, Fabio Valentini wrote: > It looks like libfido2 was rebuilt before libcbor 0.12 was in the buildroot. > So it will need to be rebuilt again, this time with libcbor 0.12 > present, preferably :) Ack, indeed :) Yell when you want me to do the fwupd build. Richard

Re: Non-standard options removal from %cmake

2025-03-17 Thread Kevin Kofler via devel
Cristian Le via devel wrote: > Coming back to `LIB_SUFFIX` and `*_INSTALL_DIR`, those should have never > been added globally [2] Why not? LIB_SUFFIX might not be standard, but is used across many projects and has clear semantics. If the project does not use it, it will just ignore it. So why r

Re: [HEADS UP] [SONAME BUMP] libcbor will be updated to 0.12.0 in rawhide with a soname bump

2025-03-17 Thread Richard Hughes via devel
On Monday, 17 March 2025 at 02:51, Gary Buhrmaster wrote: > I have rebuilt libfido2. For fwupd, I will need the > assistance of the fwupd maintainers (CC'ed), > Please use the side tag f43-build-side-108004 > (fedpkg build --target=f43-build-side-108004) Hi Gary, I tried this, but got "GenericE

Re: [HEADS UP] [SONAME BUMP] libcbor will be updated to 0.12.0 in rawhide with a soname bump

2025-03-17 Thread Petr Pisar
V Mon, Mar 17, 2025 at 09:10:02AM +, Richard Hughes via devel napsal(a): > On Monday, 17 March 2025 at 02:51, Gary Buhrmaster > wrote: > > I have rebuilt libfido2. For fwupd, I will need the > > assistance of the fwupd maintainers (CC'ed), > > Please use the side tag f43-build-side-108004 > >

Fedora 42 compose report: 20250317.n.0 changes

2025-03-17 Thread Fedora Branched Report
OLD: Fedora-42-20250316.n.0 NEW: Fedora-42-20250317.n.0 = SUMMARY = Added images:0 Dropped images: 0 Added packages: 0 Dropped packages:1 Upgraded packages: 39 Downgraded packages: 0 Size of added packages: 0 B Size of dropped packages:29.65 KiB Size of

Fedora rawhide compose report: 20250317.n.0 changes

2025-03-17 Thread Fedora Rawhide Report
OLD: Fedora-Rawhide-20250316.n.0 NEW: Fedora-Rawhide-20250317.n.0 = SUMMARY = Added images:2 Dropped images: 2 Added packages: 8 Dropped packages:1 Upgraded packages: 67 Downgraded packages: 0 Size of added packages: 471.50 KiB Size of dropped packages

Re: [HEADS UP] [SONAME BUMP] libcbor will be updated to 0.12.0 in rawhide with a soname bump

2025-03-17 Thread Gary Buhrmaster
On Mon, Mar 17, 2025 at 9:10 AM Richard Hughes wrote: > I tried this, but got "GenericError: Build already exists" -- I'm using > %autorelease in the spec file -- do I have to disable that for the side tag > and then re-enable it for the next rebase? Thanks. As I understand it (from notes I ke

License change: vsomeip3

2025-03-17 Thread Stephen Smoogen
tl;dr: 3.5.x moves from "MPLv2 and Boost" to "MPLv2" I realized I had not been updating the package to upstream and this became necessary for Fedora 42 gcc changes. In moving to 3.5.4, I found that the license was no longer embedding any Boost code so was now MPLv2 only. This change will only occu

flint 3.2.1

2025-03-17 Thread Jerry James
I plan to update the flint package to version 3.2.1 in a week. This version comes with an soname bump. The following packages will be rebuilt: - ccluster - e-antic - msolve - normaliz - polymake - python-symengine - Singular - symengine I maintain or comaintain all but python-symengine and syme

Re: [HEADS UP] [SONAME BUMP] libcbor will be updated to 0.12.0 in rawhide with a soname bump

2025-03-17 Thread Fabio Valentini
On Mon, Mar 17, 2025 at 6:00 PM Richard Hughes via devel wrote: > > On Monday, 17 March 2025 at 16:45, Gary Buhrmaster > wrote: > > git commit —allow-empty -m 'Rebuild for foolib 3.14' > > Yes, I guess that works -- thanks. On doing so, I got: > > DEBUG util.py:459: Problem: package git-core-2.

sysusers scriptlet failed for softhsm on riscv64

2025-03-17 Thread Andrea Bolognani
Hi, attempting to install softhsm on riscv64 currently results in the following error: # dnf install -y softhsm ... >>> Running pre-install scriptlet: softhsm-0:2.6.1-11.rvre0.fc42.riscv64 >>> Error in pre-install scriptlet: softhsm-0:2.6.1-11.rvre0.fc42.riscv64 >>> Scriptlet output:

Re: sysusers scriptlet failed for softhsm on riscv64

2025-03-17 Thread Daniel P . Berrangé
On Mon, Mar 17, 2025 at 03:01:24PM -0400, Andrea Bolognani wrote: > Hi, > > attempting to install softhsm on riscv64 currently results in the > following error: > > # dnf install -y softhsm > ... > >>> Running pre-install scriptlet: softhsm-0:2.6.1-11.rvre0.fc42.riscv64 > >>> Error in pre

Orphaning python-aenum

2025-03-17 Thread Peter Robinson
Hi Folks, I've orphaned python-aenum as I no longer have a need for it. It looks like it's needed by a few packages: python3-dbf-0:0.99.3-5.fc41.noarch python3-pyone-0:6.0.2-11.fc41.noarch python3-pypcapkit-0:0.15.5-12.fc41.noarch So it's there for someone who needs it to pick it up. Peter --

Re: sysusers scriptlet failed for softhsm on riscv64

2025-03-17 Thread David Abdurachmanov
On Mon, Mar 17, 2025 at 9:02 PM Andrea Bolognani wrote: > > Hi, > > attempting to install softhsm on riscv64 currently results in the > following error: > > # dnf install -y softhsm > ... > >>> Running pre-install scriptlet: softhsm-0:2.6.1-11.rvre0.fc42.riscv64 > >>> Error in pre-install