public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/mkosi] rawhide: Version 27
@ 2026-08-27 14:53 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-08-27 14:53 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/mkosi
Branch : rawhide
Commit : f45eb67ae73e91652c3a37c0311bd15b24086928
Author : Zbigniew Jędrzejewski-Szmek <zbyszek@amutable.com>
Date   : 2026-08-27T16:41:19+02:00
Stats  : +3/-32 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/mkosi/c/f45eb67ae73e91652c3a37c0311bd15b24086928?branch=rawhide

Log:
Version 27

---
diff --git a/.gitignore b/.gitignore
index 2e3fc34..2101716 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,3 +28,4 @@
 /mkosi-25.2.tar.gz
 /mkosi-25.3.tar.gz
 /mkosi-26.tar.gz
+/mkosi-27.tar.gz

diff --git a/0001-verity-do-not-copy-signing-cert-in-addons-portables-.patch b/0001-verity-do-not-copy-signing-cert-in-addons-portables-.patch
deleted file mode 100644
index 456e13f..0000000
--- a/0001-verity-do-not-copy-signing-cert-in-addons-portables-.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From e7b961276017413fa67a72f29deee7fe3f6894ba Mon Sep 17 00:00:00 2001
-From: Luca Boccassi <luca.boccassi@gmail.com>
-Date: Wed, 17 Dec 2025 16:03:39 +0000
-Subject: [PATCH] verity: do not copy signing cert in
- addons/portables/extensions
-
-It makes no sense to include these in portables or addons
-or extensions, it's for the rootfs so pid1 can use it
-
-Follow-up for 4bdb47b6dafec4f258a2dca446d67ee662dbedd4
----
- mkosi/__init__.py | 4 ++++
- 1 file changed, 4 insertions(+)
-
-diff --git a/mkosi/__init__.py b/mkosi/__init__.py
-index f4766ae712..b95b3dc8ca 100644
---- a/mkosi/__init__.py
-+++ b/mkosi/__init__.py
-@@ -512,6 +512,10 @@ def configure_verity_certificate(context: Context) -> None:
-     if context.config.verity_certificate_source.type != CertificateSourceType.file:
-         return
- 
-+    # Makes no sense to ship this in extensions/addons/etc, it's for the rootfs
-+    if context.config.output_format.is_extension_or_portable_image():
-+        return
-+
-     veritydir = context.root / "usr/lib/verity.d"
-     with umask(~0o755):
-         veritydir.mkdir(parents=True, exist_ok=True)

diff --git a/mkosi.spec b/mkosi.spec
index f29b751..3146389 100644
--- a/mkosi.spec
+++ b/mkosi.spec
@@ -5,7 +5,7 @@
 %bcond obs 0
 
 Name:           mkosi
-Version:        26
+Version:        27
 Release:        %autorelease
 Summary:        Create bespoke OS images
 
@@ -15,7 +15,6 @@ Source:         https://github.com/systemd/mkosi/archive/v%{version}/%{name}-%{v
 
 # Keep all patches inside this ifdef to avoid breaking builds from main
 %if %{without obs}
-Patch:          0001-verity-do-not-copy-signing-cert-in-addons-portables-.patch
 %endif
 
 BuildArch:      noarch

diff --git a/sources b/sources
index 67267f8..436511f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (mkosi-26.tar.gz) = 6cc4228294ac97f1ab708ce58f7c080d28444d11bbd2e06852bca6f9d3db75c507328cf8b19711e370f8ef2f4fdd69e1a00371f61d34edcd0226b3944505f748
+SHA512 (mkosi-27.tar.gz) = 9ba711f81525703e27a32753825a4669c575cec13e57d969c277d8b833e348a676a5a58b3faeb1f91b77fe432ed1a812d565d0b3ab162793cd0e940beaa7d04b

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-27 14:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-27 14:53 [rpms/mkosi] rawhide: Version 27 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox