obsolete

bootc-1.1.4-4.fc41

FEDORA-2025-5fd9dd00a3 created by jmarrero 3 weeks ago for Fedora 41

Merge branch 'rawhide' into f41

This update has been submitted for testing by jmarrero.

3 weeks ago

This update's test gating status has been changed to 'ignored'.

3 weeks ago

This update has been pushed to testing.

3 weeks ago
User Icon imabug commented & provided feedback 3 weeks ago
karma

Getting this error during the upgrade which terminates the whole upgrade process

Running transaction
Transaction failed: Rpm transaction failed.
  - file /usr/libexec/libostree/ext/ostree-container from install of bootc-1.1.4-4.fc41.x86_64 conflicts with file from package rpm-ostree-2024.9-1.fc41.x86_64
  - file /usr/libexec/libostree/ext/ostree-ima-sign from install of bootc-1.1.4-4.fc41.x86_64 conflicts with file from package rpm-ostree-2024.9-1.fc41.x86_64
  - file /usr/libexec/libostree/ext/ostree-provisional-repair from install of bootc-1.1.4-4.fc41.x86_64 conflicts with file from package rpm-ostree-2024.9-1.fc41.x86_64

Bodhi is disabling automatic push to stable due to negative karma. The maintainer may push manually if they determine that the issue is not severe.

3 weeks ago
User Icon tyrbiter commented & provided feedback 3 weeks ago
karma

Same problem here too, hence negative karma.

It's because you merged the rawhide branch into f41 https://src.fedoraproject.org/rpms/bootc/c/367bdba45f49cda1279600f1385d06e2c30a47ca?branch=f41 which flipped on the conditional.

I guess though having the branches separate is too painful and we should make the bconds have fedora version conditionals instead.

But it'd also work to revert https://src.fedoraproject.org/rpms/bootc/c/50bd1d9415ab42a263ff651a2ca5cff328450bb1?branch=f41 on the f41 branch

Something like this (not tested locally yet)

diff --git a/bootc.spec b/bootc.spec
index 6d833bc..61eaf61 100644
--- a/bootc.spec
+++ b/bootc.spec
@@ -1,5 +1,9 @@
 %bcond_without check
+%if 0%{?rhel} >= 10 || 0%{?fedora} > 41
 %bcond_without ostree_ext
+%else
+%bcond_with ostree_ext
+%endif

 %if 0%{?rhel}
     %bcond_without rhsm

This update has been obsoleted by bootc-1.1.4-6.fc41.

3 weeks ago

Please login to add feedback.

Metadata
Type
enhancement
Karma
-2
Signed
Content Type
RPM
Test Gating
Autopush Settings
Unstable by Karma
-3
Stable by Karma
disabled
Stable by Time
disabled
Thresholds
Minimum Karma
+1
Minimum Testing
7 days
Dates
submitted
3 weeks ago
in testing
3 weeks ago

Automated Test Results