Skip to content

Commit 3cc4eb9

Browse files
committed
osbuild: update patches with actual commit IDs
Now that osbuild/osbuild#2222 merged we can update these patches with the actual commit IDs from the upstream code base.
1 parent e191262 commit 3cc4eb9

5 files changed

+8
-9
lines changed

src/0001-osbuild-util-containers.py-add-container_mount-funct.patch

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
From 701fa40dfce9a70c1dafdee32907a154463a1a44 Mon Sep 17 00:00:00 2001
1+
From 3c7e393f5442808c776c414c4f9e096cf8790901 Mon Sep 17 00:00:00 2001
22
From: Dusty Mabe <[email protected]>
33
Date: Thu, 9 Oct 2025 22:05:44 -0400
4-
Subject: [PATCH 1/5] osbuild/util/containers.py: add container_mount()
5-
functionality
4+
Subject: [PATCH 1/5] util/containers.py: add container_mount() functionality
65

76
As prep for a later patch this moves the container image mounting code
87
from stages/org.osbuild.container-deploy into the containers library.

src/0002-osbuild-util-containers.py-rename-variable.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
From 81b9bd29075c004c48a5de685904328f657f33bd Mon Sep 17 00:00:00 2001
1+
From dc7d55f20ecc826bcadcb308460687909a6f13e4 Mon Sep 17 00:00:00 2001
22
From: Dusty Mabe <[email protected]>
33
Date: Fri, 10 Oct 2025 09:04:21 -0400
4-
Subject: [PATCH 2/5] osbuild/util/containers.py: rename variable
4+
Subject: [PATCH 2/5] util/containers.py: rename variable
55

66
This is really a name and not a tag (it doesn't include :tag) so let's
77
rename the variable to be a little more clear.

src/0003-osbuild-util-containers.py-drop-copy-when-using-cont.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
From dd484a371b04bb384d6d189b038d6c7997a3da44 Mon Sep 17 00:00:00 2001
1+
From b06025a2e69a5a89d2ef63a2f4e7f463c92b396c Mon Sep 17 00:00:00 2001
22
From: Dusty Mabe <[email protected]>
33
Date: Wed, 15 Oct 2025 15:13:38 -0400
4-
Subject: [PATCH 3/5] osbuild/util/containers.py: drop copy when using
4+
Subject: [PATCH 3/5] util/containers.py: drop copy when using
55
containers-storage input
66

77
If we are just mounting the container then there's really no reason

src/0004-drop-remove_signatures-from-org.osbuild.container-de.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 5ff3e403868955cff2bccc0fa7335bda31e47d9e Mon Sep 17 00:00:00 2001
1+
From f54ca54acd3aa910b63f63bd948b3ec2dc715238 Mon Sep 17 00:00:00 2001
22
From: Dusty Mabe <[email protected]>
33
Date: Wed, 15 Oct 2025 15:18:43 -0400
44
Subject: [PATCH 4/5] drop remove_signatures from org.osbuild.container-deploy

src/0005-tools-osbuild-mpp-support-mpp-resolve-for-org.osbuil.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From ad65cf287f85729bc19b6d8e8e7f53eade379ea7 Mon Sep 17 00:00:00 2001
1+
From d2562f3720dc03dc52e0e43c921af64f2c8a5341 Mon Sep 17 00:00:00 2001
22
From: Dusty Mabe <[email protected]>
33
Date: Wed, 15 Oct 2025 15:49:55 -0400
44
Subject: [PATCH 5/5] tools/osbuild-mpp: support mpp-resolve for

0 commit comments

Comments
 (0)