From a97d4777fbeb2114e0b2703c9ad8a0bc93e517d5 Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 15 Feb 2023 08:16:23 +0000 Subject: [PATCH 01/39] [packit] 79 upstream release Upstream tag: v79 Upstream commit: 5eefdc1e Signed-off-by: Packit --- .gitignore | 1 + README.packit | 2 +- osbuild.spec | 13 ++++++++++++- sources | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6588fc6..8bfd75c 100644 --- a/.gitignore +++ b/.gitignore @@ -76,3 +76,4 @@ /osbuild-76.tar.gz /osbuild-77.tar.gz /osbuild-78.tar.gz +/osbuild-79.tar.gz diff --git a/README.packit b/README.packit index be03dc7..1d8463b 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.66.0.post6+gedfbde6. +The file was generated using packit 0.67.0.post4+g281a5ac. diff --git a/osbuild.spec b/osbuild.spec index 80c9058..8505e03 100644 --- a/osbuild.spec +++ b/osbuild.spec @@ -1,7 +1,7 @@ %global forgeurl https://github.com/osbuild/osbuild %global selinuxtype targeted -Version: 78 +Version: 79 %forgemeta @@ -251,6 +251,17 @@ fi %changelog +* Wed Feb 15 2023 Packit - 79-1 +Changes with 79 +---------------- + * New stage: org.osbuild.shell.init (#1234) + * mounts: add the norecovery option for xfs and ext4 (#1238) + +Contributions from: Achilleas Koutsou, Thomas Lavocat + +— Somewhere on the Internet, 2023-02-15 + + * Tue Feb 07 2023 Packit - 78-1 Changes with 78 ---------------- diff --git a/sources b/sources index 307594d..7b7688d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (osbuild-78.tar.gz) = ee7110c86dbe88f635ee2da31db12acf980dc8f78ffa1d7a00f7d40f068a55ad1ae114af09de9ac0827fb109198c3684004f74f57b23e942e548ea2ca00e988c +SHA512 (osbuild-79.tar.gz) = 1b3ea683abbdc8a721154e8a3d47717964884e426f8956f3e3bdc151e2ebc6e291257ed8a3f81736cf5c9242b5144c7629975de9b2b891d2ec81b9463bcb021a From f6f1393fa2ae066b991f06b5003fd203572aa9d5 Mon Sep 17 00:00:00 2001 From: Packit Date: Mon, 20 Feb 2023 14:39:27 +0000 Subject: [PATCH 02/39] [packit] 80 upstream release Upstream tag: v80 Upstream commit: 200c2b01 Signed-off-by: Packit --- .gitignore | 1 + osbuild.spec | 13 ++++++++++++- sources | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8bfd75c..e76cf2a 100644 --- a/.gitignore +++ b/.gitignore @@ -77,3 +77,4 @@ /osbuild-77.tar.gz /osbuild-78.tar.gz /osbuild-79.tar.gz +/osbuild-80.tar.gz diff --git a/osbuild.spec b/osbuild.spec index 8505e03..4807648 100644 --- a/osbuild.spec +++ b/osbuild.spec @@ -1,7 +1,7 @@ %global forgeurl https://github.com/osbuild/osbuild %global selinuxtype targeted -Version: 79 +Version: 80 %forgemeta @@ -251,6 +251,17 @@ fi %changelog +* Mon Feb 20 2023 Packit - 80-1 +Changes with 80 +---------------- + * stages/copy: add option to remove destination before copying (#1241) + * stages/shell.init: add pattern for env var names (#1239) + +Contributions from: Achilleas Koutsou, Tomáš Hozza + +— Somewhere on the Internet, 2023-02-20 + + * Wed Feb 15 2023 Packit - 79-1 Changes with 79 ---------------- diff --git a/sources b/sources index 7b7688d..f8b8398 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (osbuild-79.tar.gz) = 1b3ea683abbdc8a721154e8a3d47717964884e426f8956f3e3bdc151e2ebc6e291257ed8a3f81736cf5c9242b5144c7629975de9b2b891d2ec81b9463bcb021a +SHA512 (osbuild-80.tar.gz) = f95c7d63698698c9d3a15c076c5c6b0a1d288afce6824e7eee0f96c1749d297a8dc094081d1884e1b4bfcd4b52d6e2ac0a8dc9634cea80fdb312e8bcb19c0e18 From cf41aad17ca53e1a17400ca7074916c5fd056c20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hozza?= Date: Mon, 27 Feb 2023 20:59:29 +0100 Subject: [PATCH 03/39] [packit] 81 upstream release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Upstream tag: v81 Upstream commit: 345b2a59 Signed-off-by: Tomáš Hozza --- .gitignore | 1 + README.packit | 2 +- osbuild.spec | 12 +++++++++++- sources | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e76cf2a..5891408 100644 --- a/.gitignore +++ b/.gitignore @@ -78,3 +78,4 @@ /osbuild-78.tar.gz /osbuild-79.tar.gz /osbuild-80.tar.gz +/osbuild-81.tar.gz diff --git a/README.packit b/README.packit index 1d8463b..a0f480e 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.67.0.post4+g281a5ac. +The file was generated using packit 0.68.0. diff --git a/osbuild.spec b/osbuild.spec index 4807648..aaa09ec 100644 --- a/osbuild.spec +++ b/osbuild.spec @@ -1,7 +1,7 @@ %global forgeurl https://github.com/osbuild/osbuild %global selinuxtype targeted -Version: 80 +Version: 81 %forgemeta @@ -251,6 +251,16 @@ fi %changelog +* Mon Feb 27 2023 Tomáš Hozza - 81-1 +Changes with 81 +---------------- + * stages/ignition: support multi kargs in network kcmdline (#1249) + +Contributions from: Antonio Murdaca, Thomas Lavocat + +— Somewhere on the Internet, 2023-02-27 + + * Mon Feb 20 2023 Packit - 80-1 Changes with 80 ---------------- diff --git a/sources b/sources index f8b8398..55a082e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (osbuild-80.tar.gz) = f95c7d63698698c9d3a15c076c5c6b0a1d288afce6824e7eee0f96c1749d297a8dc094081d1884e1b4bfcd4b52d6e2ac0a8dc9634cea80fdb312e8bcb19c0e18 +SHA512 (osbuild-81.tar.gz) = a42b5d455d2714114cb2bc151483146872108c8c89f6df17da5cda68ac0353aaebc54b1c64bab168b3b700a7436f89ba023d78028ee6211de189cd93a51cd4da From 61d789a5d9ac9572c41b0faa650ad6e10e112153 Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 29 Mar 2023 08:15:46 +0000 Subject: [PATCH 04/39] [packit] 82 upstream release Upstream tag: v82 Upstream commit: bae4f776 Signed-off-by: Packit --- .gitignore | 1 + README.packit | 2 +- osbuild.spec | 17 ++++++++++++++++- sources | 2 +- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5891408..891fcbc 100644 --- a/.gitignore +++ b/.gitignore @@ -79,3 +79,4 @@ /osbuild-79.tar.gz /osbuild-80.tar.gz /osbuild-81.tar.gz +/osbuild-82.tar.gz diff --git a/README.packit b/README.packit index a0f480e..10ab7f2 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.68.0. +The file was generated using packit 0.69.0.post27+g1374cc1. diff --git a/osbuild.spec b/osbuild.spec index aaa09ec..726e667 100644 --- a/osbuild.spec +++ b/osbuild.spec @@ -1,7 +1,7 @@ %global forgeurl https://github.com/osbuild/osbuild %global selinuxtype targeted -Version: 81 +Version: 82 %forgemeta @@ -33,6 +33,7 @@ Requires: glibc Requires: policycoreutils Requires: qemu-img Requires: systemd +Requires: skopeo Requires: tar Requires: util-linux Requires: python3-%{pypi_name} = %{version}-%{release} @@ -251,6 +252,20 @@ fi %changelog +* Wed Mar 29 2023 Packit - 82-1 +Changes with 82 +---------------- + * CI: update fedora-38 images (#1273) + * ci: update manifest tests (#1242) + * rpmbuild: build on fedora-38 (#1268) + * stages: add ovf stage (#1266) + * test: this test requires to be able to bindmount (#1261) + +Contributions from: Jakub Rusz, Sanne Raymaekers, Simon de Vlieger, Thomas Lavocat + +— Somewhere on the Internet, 2023-03-29 + + * Mon Feb 27 2023 Tomáš Hozza - 81-1 Changes with 81 ---------------- diff --git a/sources b/sources index 55a082e..6b3002f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (osbuild-81.tar.gz) = a42b5d455d2714114cb2bc151483146872108c8c89f6df17da5cda68ac0353aaebc54b1c64bab168b3b700a7436f89ba023d78028ee6211de189cd93a51cd4da +SHA512 (osbuild-82.tar.gz) = f25ca1dd03b0c2b8a2e6d9940585a73e5e8ee66da30e828302e73949dbe7defd6df2d8429ded35c94b15582b822156228f196547d43544866eb46d5992c74bb1 From 719e055756200a005dc3eb53112aaf9d650bed08 Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 12 Apr 2023 20:12:00 +0000 Subject: [PATCH 05/39] [packit] 83 upstream release Upstream tag: v83 Upstream commit: 33597e82 Signed-off-by: Packit --- .gitignore | 1 + README.packit | 2 +- osbuild.spec | 19 ++++++++++++++++++- sources | 2 +- 4 files changed, 21 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 891fcbc..76851af 100644 --- a/.gitignore +++ b/.gitignore @@ -80,3 +80,4 @@ /osbuild-80.tar.gz /osbuild-81.tar.gz /osbuild-82.tar.gz +/osbuild-83.tar.gz diff --git a/README.packit b/README.packit index 10ab7f2..49c9d4e 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.69.0.post27+g1374cc1. +The file was generated using packit 0.72.0.post2+g57b7cc3. diff --git a/osbuild.spec b/osbuild.spec index 726e667..578427b 100644 --- a/osbuild.spec +++ b/osbuild.spec @@ -1,7 +1,7 @@ %global forgeurl https://github.com/osbuild/osbuild %global selinuxtype targeted -Version: 82 +Version: 83 %forgemeta @@ -252,6 +252,23 @@ fi %changelog +* Wed Apr 12 2023 Packit - 83-1 +Changes with 83 +---------------- + * .gitlab-ci: drop fedora-35 (#1281) + * .gitlab-ci: remove RHEL 8.6/9.0 ga runners (#1279) + * Preserve manifest list digest when embedding containers (#1252) + * WSL conf stage (#1278) + * ci: remove codecov (#1271) + * schutzfile: update manifest-db ref 2023-03-20 (#1260) + * stage/systemd: be able to write a preset file (#1269) + * stages/org.osbuild.ovf: support older python3 versions (#1276) + +Contributions from: Achilleas Koutsou, Sanne Raymaekers, SchutzBot, Simon de Vlieger + +— Somewhere on the Internet, 2023-04-12 + + * Wed Mar 29 2023 Packit - 82-1 Changes with 82 ---------------- diff --git a/sources b/sources index 6b3002f..042c11e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (osbuild-82.tar.gz) = f25ca1dd03b0c2b8a2e6d9940585a73e5e8ee66da30e828302e73949dbe7defd6df2d8429ded35c94b15582b822156228f196547d43544866eb46d5992c74bb1 +SHA512 (osbuild-83.tar.gz) = 2d6da6eb6c01198d794800767a47ba594346caa3f1801e00e95f53a4326b2811bbb2ab17677532485bedd85397daa7e900b136544dbb25bc028f1dd7f8e6c716 From d415816db145d7105b47653b67d1b6d27c5086e1 Mon Sep 17 00:00:00 2001 From: Packit Date: Thu, 27 Apr 2023 13:10:03 +0000 Subject: [PATCH 06/39] [packit] 84 upstream release Upstream tag: v84 Upstream commit: feb216c0 --- .gitignore | 1 + README.packit | 2 +- osbuild.spec | 17 ++++++++++++++++- sources | 2 +- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 76851af..5ff870b 100644 --- a/.gitignore +++ b/.gitignore @@ -81,3 +81,4 @@ /osbuild-81.tar.gz /osbuild-82.tar.gz /osbuild-83.tar.gz +/osbuild-84.tar.gz diff --git a/README.packit b/README.packit index 49c9d4e..8cf97c5 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.72.0.post2+g57b7cc3. +The file was generated using packit 0.74.0.post29+g6519cd1. diff --git a/osbuild.spec b/osbuild.spec index 578427b..e962e09 100644 --- a/osbuild.spec +++ b/osbuild.spec @@ -1,7 +1,7 @@ %global forgeurl https://github.com/osbuild/osbuild %global selinuxtype targeted -Version: 83 +Version: 84 %forgemeta @@ -252,6 +252,21 @@ fi %changelog +* Thu Apr 27 2023 Packit - 84-1 +Changes with 84 +---------------- + * CI tests cleanup and maintenance (#1282) + * Remove SSH keys of people who left the team (#1290) + * Test: skip test cases if the tested filesystem is not supported on the platform (#1287) + * lint: provide bandit configuration (#1265) + * mockbuild.sh: use dnf to install local package, not rpm (#1292) + * stages/lorax-script: minor schema adjustments (#1257) + +Contributions from: Ondřej Budai, Simon de Vlieger, Tomáš Hozza + +— Somewhere on the Internet, 2023-04-26 + + * Wed Apr 12 2023 Packit - 83-1 Changes with 83 ---------------- diff --git a/sources b/sources index 042c11e..c9b6941 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (osbuild-83.tar.gz) = 2d6da6eb6c01198d794800767a47ba594346caa3f1801e00e95f53a4326b2811bbb2ab17677532485bedd85397daa7e900b136544dbb25bc028f1dd7f8e6c716 +SHA512 (osbuild-84.tar.gz) = e0401026dcfe99b71ba825d1ec585eea2c91d570dbda92a9b4c49172d653b9774e1f795978657797b6b5476416b873558adc2a6193eca4305a8e58b9a7573213 From 0b68ca7498b8cb8497702111312391c8c818e2df Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 10 May 2023 08:14:46 +0000 Subject: [PATCH 07/39] [packit] 85 upstream release Upstream tag: v85 Upstream commit: 1fbd9d97 --- .gitignore | 1 + README.packit | 2 +- osbuild.spec | 19 ++++++++++++++++++- sources | 2 +- 4 files changed, 21 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5ff870b..b8ee4df 100644 --- a/.gitignore +++ b/.gitignore @@ -82,3 +82,4 @@ /osbuild-82.tar.gz /osbuild-83.tar.gz /osbuild-84.tar.gz +/osbuild-85.tar.gz diff --git a/README.packit b/README.packit index 8cf97c5..c6a9a6c 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.74.0.post29+g6519cd1. +The file was generated using packit 0.75.0.post9+g9ce4c01. diff --git a/osbuild.spec b/osbuild.spec index e962e09..ae71d2e 100644 --- a/osbuild.spec +++ b/osbuild.spec @@ -1,7 +1,7 @@ %global forgeurl https://github.com/osbuild/osbuild %global selinuxtype targeted -Version: 84 +Version: 85 %forgemeta @@ -252,6 +252,23 @@ fi %changelog +* Wed May 10 2023 Packit - 85-1 +Changes with 85 +---------------- + * COMPOSER-1959: Start building osbuild on RHEL 8.9 and 9.3 nightly (#1300) + * Python 3.6 compatibility fixes (#1294) + * Update terraform SHA (#1299) + * Update test runners for 8.8 & 9.2 nightly (#1162) + * Various fixes (#1295) + * loop: use LOOP_CONFIGURE when available (#1253) + * stages/org.osbuild.ovf: support older python3 versions (#1306) + * stages/yum.repo: add `sslverify` field (#1298) + +Contributions from: Alexander Todorov, Gianluca Zuccarelli, Jakub Rusz, Sanne Raymaekers, Thomas Lavocat, Tomáš Hozza + +— Somewhere on the Internet, 2023-05-10 + + * Thu Apr 27 2023 Packit - 84-1 Changes with 84 ---------------- diff --git a/sources b/sources index c9b6941..b944b3e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (osbuild-84.tar.gz) = e0401026dcfe99b71ba825d1ec585eea2c91d570dbda92a9b4c49172d653b9774e1f795978657797b6b5476416b873558adc2a6193eca4305a8e58b9a7573213 +SHA512 (osbuild-85.tar.gz) = 04b1dcff2aeab2feb5ac35cfb6cd823c515af1886c1a59966e2353b2c47eb0d1eda63cf8e54785ae93195d7ffef311df7e068f263166606b7c7948f518e39462 From 0cfb440709fcf9841f2e3cac5d6e1693f88f167e Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 24 May 2023 08:15:07 +0000 Subject: [PATCH 08/39] [packit] 86 upstream release Upstream tag: v86 Upstream commit: 8669d0ad --- .gitignore | 1 + README.packit | 2 +- osbuild.spec | 15 ++++++++++++++- sources | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b8ee4df..e05c6cb 100644 --- a/.gitignore +++ b/.gitignore @@ -83,3 +83,4 @@ /osbuild-83.tar.gz /osbuild-84.tar.gz /osbuild-85.tar.gz +/osbuild-86.tar.gz diff --git a/README.packit b/README.packit index c6a9a6c..fd70690 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.75.0.post9+g9ce4c01. +The file was generated using packit 0.75.0.post23+g672eac3. diff --git a/osbuild.spec b/osbuild.spec index ae71d2e..b712270 100644 --- a/osbuild.spec +++ b/osbuild.spec @@ -1,7 +1,7 @@ %global forgeurl https://github.com/osbuild/osbuild %global selinuxtype targeted -Version: 85 +Version: 86 %forgemeta @@ -252,6 +252,19 @@ fi %changelog +* Wed May 24 2023 Packit - 86-1 +Changes with 86 +---------------- + * org.osbuild.mkfs.ext4: Add verity option to (#1310) + * runners: add fedora-38 specific logic for SHA1 key support (#1307) + * schutzfile: update manifest-db ref 2023-05-20 (#1313) + * stages/isolinux: default list (#1309) + +Contributions from: Alexander Larsson, Michael Ho, SchutzBot, Simon de Vlieger, Thomas Lavocat + +— Somewhere on the Internet, 2023-05-24 + + * Wed May 10 2023 Packit - 85-1 Changes with 85 ---------------- diff --git a/sources b/sources index b944b3e..4c12bb2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (osbuild-85.tar.gz) = 04b1dcff2aeab2feb5ac35cfb6cd823c515af1886c1a59966e2353b2c47eb0d1eda63cf8e54785ae93195d7ffef311df7e068f263166606b7c7948f518e39462 +SHA512 (osbuild-86.tar.gz) = d019ab6fde5074def66065507bf3ea9f654a820fd273e74ca11122fe62744bd59de94f5e833ab98ebab76d7d16b64d85e03a5d3e42b2616103d1ab7290a21986 From 5b1f5426fea17d48253c0472feac474888a6e50c Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 7 Jun 2023 08:14:49 +0000 Subject: [PATCH 09/39] [packit] 87 upstream release Upstream tag: v87 Upstream commit: 2e3f5fc0 --- .gitignore | 1 + README.packit | 2 +- osbuild.spec | 21 +++++++++++++++++++-- sources | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index e05c6cb..7edcfe4 100644 --- a/.gitignore +++ b/.gitignore @@ -84,3 +84,4 @@ /osbuild-84.tar.gz /osbuild-85.tar.gz /osbuild-86.tar.gz +/osbuild-87.tar.gz diff --git a/README.packit b/README.packit index fd70690..b25e4da 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.75.0.post23+g672eac3. +The file was generated using packit 0.76.0.post2+gbdab6df. diff --git a/osbuild.spec b/osbuild.spec index b712270..8af554a 100644 --- a/osbuild.spec +++ b/osbuild.spec @@ -1,7 +1,7 @@ %global forgeurl https://github.com/osbuild/osbuild %global selinuxtype targeted -Version: 86 +Version: 87 %forgemeta @@ -121,7 +121,7 @@ Contains additional tools and utilities for development of manifests and osbuild. %prep -%forgesetup +%forgeautosetup -p1 %build %py3_build @@ -252,6 +252,23 @@ fi %changelog +* Wed Jun 07 2023 Packit - 87-1 +Changes with 87 +---------------- + * Spec: use `%%forgeautosetup` macro in `%%prep` phase (#1318) + * Support GPT partition attribute bits when creating images (#1296) + * Test: make partitioning tools stage tests pass on RHEL-8 + add unit test for `sfdisk` stage (#1317) + * add livesys stage (#1311) + * mockbuild.sh: retry dnf install up to 5 times (#1319) + * readme: mention matrix, redo headings (#1305) + * schutzfile: update manifest-db ref 2023-06-05 (#1323) + * stages/sgdisk: option to not quote partition names passed to sgdisk (#1316) + +Contributions from: Eric Chanudet, SchutzBot, Simon de Vlieger, Tomáš Hozza + +— Somewhere on the Internet, 2023-06-07 + + * Wed May 24 2023 Packit - 86-1 Changes with 86 ---------------- diff --git a/sources b/sources index 4c12bb2..5d1c4ca 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (osbuild-86.tar.gz) = d019ab6fde5074def66065507bf3ea9f654a820fd273e74ca11122fe62744bd59de94f5e833ab98ebab76d7d16b64d85e03a5d3e42b2616103d1ab7290a21986 +SHA512 (osbuild-87.tar.gz) = 55d35251028909a50961ba01e7ca98c5d6745d5d21d91b9eb336633c0b6806686d090e7145b0a84e8b473ef709a90806bf3f2e447e5445b67d61a5c93b996525 From 89c103486c4d3f28d45dcd0002ef158bcff14dda Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 21 Jun 2023 08:14:27 +0000 Subject: [PATCH 10/39] [packit] 88 upstream release Upstream tag: v88 Upstream commit: 107ac2b1 --- .gitignore | 1 + README.packit | 2 +- osbuild.spec | 14 +++++++++++++- sources | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7edcfe4..0d58c2c 100644 --- a/.gitignore +++ b/.gitignore @@ -85,3 +85,4 @@ /osbuild-85.tar.gz /osbuild-86.tar.gz /osbuild-87.tar.gz +/osbuild-88.tar.gz diff --git a/README.packit b/README.packit index b25e4da..f86ab62 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.76.0.post2+gbdab6df. +The file was generated using packit 0.77.0. diff --git a/osbuild.spec b/osbuild.spec index 8af554a..9eda6ac 100644 --- a/osbuild.spec +++ b/osbuild.spec @@ -1,7 +1,7 @@ %global forgeurl https://github.com/osbuild/osbuild %global selinuxtype targeted -Version: 87 +Version: 88 %forgemeta @@ -252,6 +252,18 @@ fi %changelog +* Wed Jun 21 2023 Packit - 88-1 +Changes with 88 +---------------- + * COMPOSER-1959: Also test on RHEL 8.9 and 9.3 nightly (#1301) + * Restore LOOP_CONFIGURE fallback for kernel < 5.8 (#1327) + * stages: add new zstd stage (#1322) + +Contributions from: Alexander Todorov, Antonio Murdaca, Michael Hofmann + +— Somewhere on the Internet, 2023-06-21 + + * Wed Jun 07 2023 Packit - 87-1 Changes with 87 ---------------- diff --git a/sources b/sources index 5d1c4ca..6a8e071 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (osbuild-87.tar.gz) = 55d35251028909a50961ba01e7ca98c5d6745d5d21d91b9eb336633c0b6806686d090e7145b0a84e8b473ef709a90806bf3f2e447e5445b67d61a5c93b996525 +SHA512 (osbuild-88.tar.gz) = 362b0cc2345085a942f3fd30c32b469c04cff714dc43cb5c2aa00a306aa606d9629bced06ad29c938b2406b2625ee006a3b78b89f0c9b0b5f75a35a4c7c9466d From 491adb5a37f23f6cc5996ead40792070e644c2b6 Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 27 Jun 2023 12:59:46 +0000 Subject: [PATCH 11/39] [packit] 89 upstream release Upstream tag: v89 Upstream commit: c90b587d --- .gitignore | 1 + osbuild.spec | 13 ++++++++++++- sources | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0d58c2c..6c94678 100644 --- a/.gitignore +++ b/.gitignore @@ -86,3 +86,4 @@ /osbuild-86.tar.gz /osbuild-87.tar.gz /osbuild-88.tar.gz +/osbuild-89.tar.gz diff --git a/osbuild.spec b/osbuild.spec index 9eda6ac..3d78471 100644 --- a/osbuild.spec +++ b/osbuild.spec @@ -1,7 +1,7 @@ %global forgeurl https://github.com/osbuild/osbuild %global selinuxtype targeted -Version: 88 +Version: 89 %forgemeta @@ -252,6 +252,17 @@ fi %changelog +* Tue Jun 27 2023 Packit - 89-1 +Changes with 89 +---------------- + * CI variable name has changed, (#1330) + * inputs: Move arguments for InputService.map to a temporary file (#1331) + +Contributions from: Alexander Todorov, Ondřej Budai + +— Somewhere on the Internet, 2023-06-27 + + * Wed Jun 21 2023 Packit - 88-1 Changes with 88 ---------------- diff --git a/sources b/sources index 6a8e071..92b4def 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (osbuild-88.tar.gz) = 362b0cc2345085a942f3fd30c32b469c04cff714dc43cb5c2aa00a306aa606d9629bced06ad29c938b2406b2625ee006a3b78b89f0c9b0b5f75a35a4c7c9466d +SHA512 (osbuild-89.tar.gz) = 851b74cf8d7edcfbd2dea582e0b24ae06f9d72279117accc56f0f24922c18034fa7b51195983b20f7681e091bae1a670ce87c2ca98033d5898c3a7b0e777720b From b5aaeef0ef4532a43342d23b298698f238e2e97a Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 19 Jul 2023 08:15:01 +0000 Subject: [PATCH 12/39] [packit] 90 upstream release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Upstream tag: v90 Upstream commit: 74eed6a3 If you need to do any change in this pull request, you need to locally fetch the source branch of it and push it (with a fix) to your fork (as it is not possible to push to the branch created in the Packit’s fork): ``` git fetch https://src.fedoraproject.org/forks/packit/rpms/osbuild.git refs/heads/*:refs/remotes/packit/* git checkout packit/90-f38-update-propose_downstream ``` --- .gitignore | 1 + README.packit | 2 +- osbuild.spec | 21 ++++++++++++++++++++- sources | 2 +- 4 files changed, 23 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6c94678..3cc5862 100644 --- a/.gitignore +++ b/.gitignore @@ -87,3 +87,4 @@ /osbuild-87.tar.gz /osbuild-88.tar.gz /osbuild-89.tar.gz +/osbuild-90.tar.gz diff --git a/README.packit b/README.packit index f86ab62..9d6cbbc 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.77.0. +The file was generated using packit 0.78.1. diff --git a/osbuild.spec b/osbuild.spec index 3d78471..3748d83 100644 --- a/osbuild.spec +++ b/osbuild.spec @@ -1,7 +1,7 @@ %global forgeurl https://github.com/osbuild/osbuild %global selinuxtype targeted -Version: 89 +Version: 90 %forgemeta @@ -252,6 +252,25 @@ fi %changelog +* Wed Jul 19 2023 Packit - 90-1 +Changes with 90 +---------------- + * .gitlab-ci.yml: Run rpmbuild for Fedora 39 (#1344) + * Expand `sysconfig` stage with `livesys` and `desktop` (#1345) + * Schutzfile: Fix f38 snapshot references (#1347) + * org.osbuild.rpm: Add some context to rpmkeys failure (#1244) + * runners: Asahi Fedora Remix to Fedora Asahi Remix (#1338) + * stage: anaconda, allow access to more config (#1320) + * stages/rpm: chmod `machine-id` to 0444 (#1342) + * stages/squashfs: add support for zstd compression (#1232) + * stages: add openscap autotailor stage (#1336) + * test/data: introduce UKI also for CentOS Stream (#1233) + +Contributions from: Brian C. Lane, Eric Curtin, Gianluca Zuccarelli, Ondřej Budai, Simon de Vlieger + +— Somewhere on the Internet, 2023-07-19 + + * Tue Jun 27 2023 Packit - 89-1 Changes with 89 ---------------- diff --git a/sources b/sources index 92b4def..16a00e5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (osbuild-89.tar.gz) = 851b74cf8d7edcfbd2dea582e0b24ae06f9d72279117accc56f0f24922c18034fa7b51195983b20f7681e091bae1a670ce87c2ca98033d5898c3a7b0e777720b +SHA512 (osbuild-90.tar.gz) = f2585289ff5b240fd0d83ae8f28f50106067ddc3edecf7877680662d4e4c14ad7bdfa10b21364e7efca7ecd20b8a0e388b927484b2b5884d1c29ed1a31769691 From 527cd1d02a17428615c5c346624aa4db5ff528d5 Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 2 Aug 2023 08:17:01 +0000 Subject: [PATCH 13/39] [packit] 91 upstream release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Upstream tag: v91 Upstream commit: 10e70463 If you need to do any change in this pull request, you need to locally fetch the source branch of it and push it (with a fix) to your fork (as it is not possible to push to the branch created in the Packit’s fork): ``` git fetch https://src.fedoraproject.org/forks/packit/rpms/osbuild.git refs/heads/*:refs/remotes/packit/* git checkout packit/91-f38-update-propose_downstream ``` --- .gitignore | 1 + README.packit | 2 +- osbuild.spec | 24 +++++++++++++++++++++++- sources | 2 +- 4 files changed, 26 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3cc5862..403b8db 100644 --- a/.gitignore +++ b/.gitignore @@ -88,3 +88,4 @@ /osbuild-88.tar.gz /osbuild-89.tar.gz /osbuild-90.tar.gz +/osbuild-91.tar.gz diff --git a/README.packit b/README.packit index 9d6cbbc..0bd99f6 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.78.1. +The file was generated using packit 0.78.1.post5+g4b99855. diff --git a/osbuild.spec b/osbuild.spec index 3748d83..5adf0c4 100644 --- a/osbuild.spec +++ b/osbuild.spec @@ -1,7 +1,7 @@ %global forgeurl https://github.com/osbuild/osbuild %global selinuxtype targeted -Version: 90 +Version: 91 %forgemeta @@ -116,6 +116,13 @@ Summary: Extra tools and utilities Requires: %{name} = %{version}-%{release} Requires: python3-pyyaml +# These are required for `osbuild-dev`, only packaged for Fedora +%if 0%{?fedora} +Requires: python3-rich +Requires: python3-attrs +Requires: python3-typer +%endif + %description tools Contains additional tools and utilities for development of manifests and osbuild. @@ -181,6 +188,9 @@ install -D -p -m 0644 selinux/osbuild.if %{buildroot}%{_datadir}/selinux/devel/i mkdir -p %{buildroot}%{_udevrulesdir} install -p -m 0755 data/10-osbuild-inhibitor.rules %{buildroot}%{_udevrulesdir} +# Remove `osbuild-dev` on non-fedora systems +%{!?fedora:rm %{buildroot}%{_bindir}/osbuild-dev} + %check exit 0 # We have some integration tests, but those require running a VM, so that would @@ -249,9 +259,21 @@ fi %files tools %{_bindir}/osbuild-mpp +%{?fedora:%{_bindir}/osbuild-dev} %changelog +* Wed Aug 02 2023 Packit - 91-1 +Changes with 91 +---------------- + * ci: add tox (#1262) + * tools: `osbuild-dev` quality of life (#1348) + +Contributions from: Simon de Vlieger + +— Somewhere on the Internet, 2023-08-02 + + * Wed Jul 19 2023 Packit - 90-1 Changes with 90 ---------------- diff --git a/sources b/sources index 16a00e5..0261119 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (osbuild-90.tar.gz) = f2585289ff5b240fd0d83ae8f28f50106067ddc3edecf7877680662d4e4c14ad7bdfa10b21364e7efca7ecd20b8a0e388b927484b2b5884d1c29ed1a31769691 +SHA512 (osbuild-91.tar.gz) = 8a608aaad25033478d86ef7b3935c9bcbbb18d2a60eb074b5140fdb1bbcbd4b0c90605ebe5740c0c52c54a33d913b1747fab6533ab6e085ec81e773aa9bd7ee8 From 8c0510a4e72e49847c81b7e52eff9363ea8a908b Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 16 Aug 2023 08:20:27 +0000 Subject: [PATCH 14/39] [packit] 92 upstream release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Upstream tag: v92 Upstream commit: e8bd5e9c If you need to do any change in this pull request, you need to locally fetch the source branch of it and push it (with a fix) to your fork (as it is not possible to push to the branch created in the Packit’s fork): ``` git fetch https://src.fedoraproject.org/forks/packit/rpms/osbuild.git refs/heads/*:refs/remotes/packit/* git checkout packit/92-f38-update-propose_downstream ``` --- .gitignore | 1 + README.packit | 2 +- osbuild.spec | 20 +++++++++++++++++++- sources | 2 +- 4 files changed, 22 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 403b8db..9b5241e 100644 --- a/.gitignore +++ b/.gitignore @@ -89,3 +89,4 @@ /osbuild-89.tar.gz /osbuild-90.tar.gz /osbuild-91.tar.gz +/osbuild-92.tar.gz diff --git a/README.packit b/README.packit index 0bd99f6..797aefb 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.78.1.post5+g4b99855. +The file was generated using packit 0.79.0.post2+g93f33d9. diff --git a/osbuild.spec b/osbuild.spec index 5adf0c4..cbccb33 100644 --- a/osbuild.spec +++ b/osbuild.spec @@ -1,7 +1,7 @@ %global forgeurl https://github.com/osbuild/osbuild %global selinuxtype targeted -Version: 91 +Version: 92 %forgemeta @@ -263,6 +263,24 @@ fi %changelog +* Wed Aug 16 2023 Packit - 92-1 +Changes with 92 +---------------- + * Improve the linting setup (#1362) + * Refactor Fedora test manifests v2 and update them to F38 (#1351) + * Update fedora-39 runners and repositories (#1369) + * Update snapshots to 20230801 (#1355) + * Update snapshots to 20230815 (#1370) + * autopep8: Increase aggressive level (#1361) + * dnf4.mark: mark packages in DNF state database (#1333) + * osbuild: add `--checkpoint` can now use globs (#1358) + * ostree.encapsulate: It's rpm-ostree, not ostree (#1359) + +Contributions from: Brian C. Lane, Colin Walters, Jakub Rusz, Ondřej Budai, Simon de Vlieger, schutzbot + +— Somewhere on the Internet, 2023-08-16 + + * Wed Aug 02 2023 Packit - 91-1 Changes with 91 ---------------- diff --git a/sources b/sources index 0261119..eb4cdb4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (osbuild-91.tar.gz) = 8a608aaad25033478d86ef7b3935c9bcbbb18d2a60eb074b5140fdb1bbcbd4b0c90605ebe5740c0c52c54a33d913b1747fab6533ab6e085ec81e773aa9bd7ee8 +SHA512 (osbuild-92.tar.gz) = 8200e34e84f4bce9d228651566011fe574904fa5be10e1f8b83aa16b925a172f15e031a9d6272c9f73d36380b77742274ee2eb356f280a1a7b9575a0df2b2272 From 5460052bace55a968a65fe97abef67ff17cc6bb4 Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 23 Aug 2023 15:29:01 +0000 Subject: [PATCH 15/39] [packit] 93 upstream release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Upstream tag: v93 Upstream commit: 433515cf If you need to do any change in this pull request, you need to locally fetch the source branch of it and push it (with a fix) to your fork (as it is not possible to push to the branch created in the Packit’s fork): ``` git fetch https://src.fedoraproject.org/forks/packit/rpms/osbuild.git refs/heads/*:refs/remotes/packit/* git checkout packit/93-f38-update-propose_downstream ``` --- .gitignore | 1 + osbuild.spec | 14 +++++++++++++- sources | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9b5241e..1aea48b 100644 --- a/.gitignore +++ b/.gitignore @@ -90,3 +90,4 @@ /osbuild-90.tar.gz /osbuild-91.tar.gz /osbuild-92.tar.gz +/osbuild-93.tar.gz diff --git a/osbuild.spec b/osbuild.spec index cbccb33..5445608 100644 --- a/osbuild.spec +++ b/osbuild.spec @@ -1,7 +1,7 @@ %global forgeurl https://github.com/osbuild/osbuild %global selinuxtype targeted -Version: 92 +Version: 93 %forgemeta @@ -263,6 +263,18 @@ fi %changelog +* Wed Aug 23 2023 Packit - 93-1 +Changes with 93 +---------------- + * extend org.osbuild.systemd.unit stage ability to update user units (#1363) + * schutzbot: unregister test hosts (#1372) + * tests: Add a check for valid snapshot urls (#1366) + +Contributions from: Brian C. Lane, Sanne Raymaekers, Sayan Paul + +— Somewhere on the Internet, 2023-08-23 + + * Wed Aug 16 2023 Packit - 92-1 Changes with 92 ---------------- diff --git a/sources b/sources index eb4cdb4..c2cfd14 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (osbuild-92.tar.gz) = 8200e34e84f4bce9d228651566011fe574904fa5be10e1f8b83aa16b925a172f15e031a9d6272c9f73d36380b77742274ee2eb356f280a1a7b9575a0df2b2272 +SHA512 (osbuild-93.tar.gz) = c9f78294284298f93e69680b054c1e66cdbc43bc0be038b5bc439a34b048b551806e16eb7b97d668f37bacbba701ab8ff598f27846028a70de6b06f22a826931 From d5d670ba6d4e3c8020f81c53eeba76bf26d7223c Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 30 Aug 2023 08:18:16 +0000 Subject: [PATCH 16/39] [packit] 94 upstream release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Upstream tag: v94 Upstream commit: 2972949d If you need to do any change in this pull request, you need to locally fetch the source branch of it and push it (with a fix) to your fork (as it is not possible to push to the branch created in the Packit’s fork): ``` git fetch https://src.fedoraproject.org/forks/packit/rpms/osbuild.git refs/heads/*:refs/remotes/packit/* git checkout packit/94-f38-update-propose_downstream ``` --- .gitignore | 1 + README.packit | 2 +- osbuild.spec | 16 +++++++++++++++- sources | 2 +- 4 files changed, 18 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1aea48b..a48c6e2 100644 --- a/.gitignore +++ b/.gitignore @@ -91,3 +91,4 @@ /osbuild-91.tar.gz /osbuild-92.tar.gz /osbuild-93.tar.gz +/osbuild-94.tar.gz diff --git a/README.packit b/README.packit index 797aefb..0df7e14 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.79.0.post2+g93f33d9. +The file was generated using packit 0.79.1.post6+g144ce0c. diff --git a/osbuild.spec b/osbuild.spec index 5445608..8c55eb5 100644 --- a/osbuild.spec +++ b/osbuild.spec @@ -1,7 +1,7 @@ %global forgeurl https://github.com/osbuild/osbuild %global selinuxtype targeted -Version: 93 +Version: 94 %forgemeta @@ -263,6 +263,20 @@ fi %changelog +* Wed Aug 30 2023 Packit - 94-1 +Changes with 94 +---------------- + * .gitlab-ci: update RHEL ga runners (#1371) + * Add support for btrfs subvolumes, metadata profiles and compression (#1312) + * Update snapshots to 20230824 (#1373) + * stages/dracut: add dracut omit drivers option (#1374) + * tests/ostree-container: Drop hardcoded max layers (#1375) + +Contributions from: Brian Masney, Colin Walters, Ondřej Budai, Sanne Raymaekers, schutzbot + +— Somewhere on the Internet, 2023-08-30 + + * Wed Aug 23 2023 Packit - 93-1 Changes with 93 ---------------- diff --git a/sources b/sources index c2cfd14..e6cff1c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (osbuild-93.tar.gz) = c9f78294284298f93e69680b054c1e66cdbc43bc0be038b5bc439a34b048b551806e16eb7b97d668f37bacbba701ab8ff598f27846028a70de6b06f22a826931 +SHA512 (osbuild-94.tar.gz) = 793772301c685dc25cc1500aa81aeff19b00b954343e50b399dfd991e22b30cd7de7958ec5c930f4ffaf9eafc73965158334f548b92cc2a7f8ac8a913b354b10 From 7483d8a36b9f2293e97eead9e45ba930cb34c768 Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 13 Sep 2023 08:17:35 +0000 Subject: [PATCH 17/39] [packit] 95 upstream release Upstream tag: v95 Upstream commit: 66b1da02 --- .gitignore | 1 + README.packit | 2 +- osbuild.spec | 14 +++++++++++++- sources | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a48c6e2..aed09dc 100644 --- a/.gitignore +++ b/.gitignore @@ -92,3 +92,4 @@ /osbuild-92.tar.gz /osbuild-93.tar.gz /osbuild-94.tar.gz +/osbuild-95.tar.gz diff --git a/README.packit b/README.packit index 0df7e14..786c2a0 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.79.1.post6+g144ce0c. +The file was generated using packit 0.80.0.post8+gf2b5fcbc. diff --git a/osbuild.spec b/osbuild.spec index 8c55eb5..bd13dc0 100644 --- a/osbuild.spec +++ b/osbuild.spec @@ -1,7 +1,7 @@ %global forgeurl https://github.com/osbuild/osbuild %global selinuxtype targeted -Version: 94 +Version: 95 %forgemeta @@ -263,6 +263,18 @@ fi %changelog +* Wed Sep 13 2023 Packit - 95-1 +Changes with 95 +---------------- + * Actions: add workflow for marking and closing stale issues and PRs (#1382) + * osbuild.ostree.selinux: xref ostree issue for this (#1377) + * runners: add autosd runner (#1381) + +Contributions from: Colin Walters, Eric Curtin, Tomáš Hozza + +— Somewhere on the Internet, 2023-09-13 + + * Wed Aug 30 2023 Packit - 94-1 Changes with 94 ---------------- diff --git a/sources b/sources index e6cff1c..12cb9bb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (osbuild-94.tar.gz) = 793772301c685dc25cc1500aa81aeff19b00b954343e50b399dfd991e22b30cd7de7958ec5c930f4ffaf9eafc73965158334f548b92cc2a7f8ac8a913b354b10 +SHA512 (osbuild-95.tar.gz) = 5f5097b07fb6477e9370febdcb829777a8cdd89383010075aeaff0994e9cb3319a9270bf37289c7202808231f14772c866acb66f87f107b0c2aa1630a854213f From d8d5bccb54e2020b2dc237c6d84f3b0327769bf3 Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 27 Sep 2023 08:14:08 +0000 Subject: [PATCH 18/39] [packit] 96 upstream release Upstream tag: v96 Upstream commit: e48360e0 --- .gitignore | 1 + README.packit | 2 +- osbuild.spec | 13 ++++++++++++- sources | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index aed09dc..a9adfd6 100644 --- a/.gitignore +++ b/.gitignore @@ -93,3 +93,4 @@ /osbuild-93.tar.gz /osbuild-94.tar.gz /osbuild-95.tar.gz +/osbuild-96.tar.gz diff --git a/README.packit b/README.packit index 786c2a0..8b12de4 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.80.0.post8+gf2b5fcbc. +The file was generated using packit 0.81.0.post1.dev4+g3347ce2b. diff --git a/osbuild.spec b/osbuild.spec index bd13dc0..8ac1591 100644 --- a/osbuild.spec +++ b/osbuild.spec @@ -1,7 +1,7 @@ %global forgeurl https://github.com/osbuild/osbuild %global selinuxtype targeted -Version: 95 +Version: 96 %forgemeta @@ -263,6 +263,17 @@ fi %changelog +* Wed Sep 27 2023 Packit - 96-1 +Changes with 96 +---------------- + * docs: update the samples used in osbuild.1.rst (#1384) + * Author: Michael Vogt, Reviewers: Sanne Raymaekers, Simon de Vlieger + * stages/ostree.deploy: drop requirement on rootfs option (#1385) + * Author: Dusty Mabe, Reviewers: Achilleas Koutsou, Colin Walters + +— Somewhere on the Internet, 2023-09-27 + + * Wed Sep 13 2023 Packit - 95-1 Changes with 95 ---------------- diff --git a/sources b/sources index 12cb9bb..9d557a0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (osbuild-95.tar.gz) = 5f5097b07fb6477e9370febdcb829777a8cdd89383010075aeaff0994e9cb3319a9270bf37289c7202808231f14772c866acb66f87f107b0c2aa1630a854213f +SHA512 (osbuild-96.tar.gz) = 1c56e32aefd2752711b2edb5fc743d1eb9ab0f79cbdd1677f25778865a0890e82f1f07f1909a02caa52fcb7bf34a3d9a77a3c036d6848647682b57550192b0da From 6ae30a7f5292abac98fcdb57d7328a1557ed8026 Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 11 Oct 2023 08:15:58 +0000 Subject: [PATCH 19/39] [packit] 97 upstream release Upstream tag: v97 Upstream commit: 3cc733d7 --- .gitignore | 1 + README.packit | 2 +- osbuild.spec | 21 ++++++++++++++++++++- sources | 2 +- 4 files changed, 23 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a9adfd6..9a62e66 100644 --- a/.gitignore +++ b/.gitignore @@ -94,3 +94,4 @@ /osbuild-94.tar.gz /osbuild-95.tar.gz /osbuild-96.tar.gz +/osbuild-97.tar.gz diff --git a/README.packit b/README.packit index 8b12de4..327dfec 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.81.0.post1.dev4+g3347ce2b. +The file was generated using packit 0.83.0.post1.dev4+g46d87465. diff --git a/osbuild.spec b/osbuild.spec index 8ac1591..b328834 100644 --- a/osbuild.spec +++ b/osbuild.spec @@ -1,7 +1,7 @@ %global forgeurl https://github.com/osbuild/osbuild %global selinuxtype targeted -Version: 96 +Version: 97 %forgemeta @@ -263,6 +263,25 @@ fi %changelog +* Wed Oct 11 2023 Packit - 97-1 +Changes with 97 +---------------- + * Support FAT FS Geometry Options (#1391) + * Author: Maxime Ripard, Reviewers: Simon de Vlieger + * Update Fedora 39 x86_64 runner (#1392) + * Author: Achilleas Koutsou, Reviewers: Sanne Raymaekers + * fix link to developer guide (#1388) + * Author: Otto Fowler, Reviewers: Brian C. Lane + * osbuild/util: hoist container handling code from skopeo stage into util/containers (#1389) + * Author: Dusty Mabe, Reviewers: Achilleas Koutsou + * refactor ostree stages; add inputs to ostree.deploy stage (#1393) + * Author: Dusty Mabe, Reviewers: Achilleas Koutsou, Simon de Vlieger + * stages/ostree.deploy: switch to v2 schema (#1390) + * Author: Dusty Mabe, Reviewers: Achilleas Koutsou + +— Somewhere on the Internet, 2023-10-11 + + * Wed Sep 27 2023 Packit - 96-1 Changes with 96 ---------------- diff --git a/sources b/sources index 9d557a0..0eb777f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (osbuild-96.tar.gz) = 1c56e32aefd2752711b2edb5fc743d1eb9ab0f79cbdd1677f25778865a0890e82f1f07f1909a02caa52fcb7bf34a3d9a77a3c036d6848647682b57550192b0da +SHA512 (osbuild-97.tar.gz) = 68a61e3a427c8f501e432ba59fa30e1aaeb101472e3f86d0b001cb33ed6562e56b4024b9a001ba848911683501cc5370990b12d67116df79c21ea5fd10889598 From 94d193379189b7b2e46ed7a30e6b1ab448c2469b Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 25 Oct 2023 08:15:22 +0000 Subject: [PATCH 20/39] [packit] 98 upstream release Upstream tag: v98 Upstream commit: 41652343 --- .gitignore | 1 + README.packit | 2 +- osbuild.spec | 42 +++++++++++++++++++++++++++++++++++++++++- sources | 2 +- 4 files changed, 44 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9a62e66..8f9de12 100644 --- a/.gitignore +++ b/.gitignore @@ -95,3 +95,4 @@ /osbuild-95.tar.gz /osbuild-96.tar.gz /osbuild-97.tar.gz +/osbuild-98.tar.gz diff --git a/README.packit b/README.packit index 327dfec..2a3acd4 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.83.0.post1.dev4+g46d87465. +The file was generated using packit 0.84.0. diff --git a/osbuild.spec b/osbuild.spec index b328834..97748a7 100644 --- a/osbuild.spec +++ b/osbuild.spec @@ -1,7 +1,7 @@ %global forgeurl https://github.com/osbuild/osbuild %global selinuxtype targeted -Version: 97 +Version: 98 %forgemeta @@ -127,6 +127,13 @@ Requires: python3-typer Contains additional tools and utilities for development of manifests and osbuild. +%package depsolve-dnf +Summary: Dependency solving support for DNF +Requires: %{name} = %{version}-%{release} + +%description depsolve-dnf +Contains depsolving capabilities for package managers. + %prep %forgeautosetup -p1 @@ -191,6 +198,10 @@ install -p -m 0755 data/10-osbuild-inhibitor.rules %{buildroot}%{_udevrulesdir} # Remove `osbuild-dev` on non-fedora systems %{!?fedora:rm %{buildroot}%{_bindir}/osbuild-dev} +# Install `osbuild-depsolve-dnf` into libexec +mkdir -p %{buildroot}%{_libexecdir} +install -p -m 0755 tools/osbuild-depsolve-dnf %{buildroot}%{_libexecdir}/osbuild-depsolve-dnf + %check exit 0 # We have some integration tests, but those require running a VM, so that would @@ -261,8 +272,37 @@ fi %{_bindir}/osbuild-mpp %{?fedora:%{_bindir}/osbuild-dev} +%files depsolve-dnf +%{_libexecdir}/osbuild-depsolve-dnf %changelog +* Wed Oct 25 2023 Packit - 98-1 +Changes with 98 +---------------- + * Update snapshots to 20231012 (#1400) + * Author: SchutzBot, Reviewers: Achilleas Koutsou + * Update snapshots to 20231015 (#1403) + * Author: SchutzBot, Reviewers: Achilleas Koutsou + * depsolve: import `dnf-json` (#1396) + * Author: Simon de Vlieger, Reviewers: Achilleas Koutsou + * manifests/fedora-vars: bump snapshot date (#1408) + * Author: Dusty Mabe, Reviewers: Simon de Vlieger + * stages/org.osbuild.users: support multiple SSH keys (#1386) + * Author: Michael Ho, Reviewers: Achilleas Koutsou + * stages/oscap.remediation: Properly utilize offline capabilities (#1395) + * Author: Evgeny Kolesnikov, Reviewers: Nobody + * stages/ostree.deploy.container: allow deploying from container (#1402) + * Author: Dusty Mabe, Reviewers: Nobody + * test/stages/users: make test data date agnostic (#1406) + * Author: Michael Ho, Reviewers: Ondřej Budai, Simon de Vlieger, Tomáš Hozza + * tools/osbuild-mpp: Really fix empty ostree commit object in deploy stage (#1405) + * Author: Alexander Larsson, Reviewers: Achilleas Koutsou + * tools/osbuild-mpp: add mpp-resolve-ostree-commits helper (#1399) + * Author: Dusty Mabe, Reviewers: Achilleas Koutsou + +— Somewhere on the Internet, 2023-10-25 + + * Wed Oct 11 2023 Packit - 97-1 Changes with 97 ---------------- diff --git a/sources b/sources index 0eb777f..f35a861 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (osbuild-97.tar.gz) = 68a61e3a427c8f501e432ba59fa30e1aaeb101472e3f86d0b001cb33ed6562e56b4024b9a001ba848911683501cc5370990b12d67116df79c21ea5fd10889598 +SHA512 (osbuild-98.tar.gz) = cd0e5fac48683c3dd1c2ed6870ee6beb8b11c1352f831fad31eefe8e0c0f9dfb1461bce9525c1368ee9b0cc91fe389bb88948cb0d1e3ab9a81b01617deb4fbd7 From c4f27244bd34fdd94ec2a8349ff486bfbca2fcb5 Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 8 Nov 2023 08:14:37 +0000 Subject: [PATCH 21/39] [packit] 99 upstream release Upstream tag: v99 Upstream commit: 0edbe0cf --- .gitignore | 1 + .packit.yaml | 4 ++++ README.packit | 2 +- osbuild.spec | 41 +++++++++++++++++++++++++++++++++++++++-- sources | 2 +- 5 files changed, 46 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 8f9de12..145fc9d 100644 --- a/.gitignore +++ b/.gitignore @@ -96,3 +96,4 @@ /osbuild-96.tar.gz /osbuild-97.tar.gz /osbuild-98.tar.gz +/osbuild-99.tar.gz diff --git a/.packit.yaml b/.packit.yaml index 4203a77..9bb4ebe 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -17,6 +17,10 @@ srpm_build_deps: [] actions: get-current-version: bash -c "git describe --tags --abbrev=0 | sed 's|v||'" +# Handle only releases without a "dot" (e.g. v88.2), since "dot" releases should never be released to Fedora +# "dot" releases are used only for "backports" to RHEL. +upstream_tag_include: 'v\d+' + jobs: - &copr job: copr_build diff --git a/README.packit b/README.packit index 2a3acd4..5998f60 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.84.0. +The file was generated using packit 0.85.0. diff --git a/osbuild.spec b/osbuild.spec index 97748a7..df4bdbc 100644 --- a/osbuild.spec +++ b/osbuild.spec @@ -1,7 +1,7 @@ %global forgeurl https://github.com/osbuild/osbuild %global selinuxtype targeted -Version: 98 +Version: 99 %forgemeta @@ -152,7 +152,7 @@ bzip2 -9 osbuild.pp %py3_install mkdir -p %{buildroot}%{pkgdir}/stages -install -p -m 0755 $(find stages -type f) %{buildroot}%{pkgdir}/stages/ +install -p -m 0755 $(find stages -type f -not -name "test_*.py") %{buildroot}%{pkgdir}/stages/ mkdir -p %{buildroot}%{pkgdir}/assemblers install -p -m 0755 $(find assemblers -type f) %{buildroot}%{pkgdir}/assemblers/ @@ -276,6 +276,43 @@ fi %{_libexecdir}/osbuild-depsolve-dnf %changelog +* Wed Nov 08 2023 Packit - 99-1 +Changes with 99 +---------------- + * :package: Packit configuration enhancements (#1416) + * Author: Tomáš Hozza, Reviewers: Achilleas Koutsou, Simon Steinbeiß, Simon de Vlieger + * Add a tool script to help check for unused runners (#1367) + * Author: Brian C. Lane, Reviewers: Simon de Vlieger + * Add selinux-label-version to the org.osbuild.ostree.commit stage (#1415) + * Author: Alexander Larsson, Reviewers: Colin Walters, Simon de Vlieger + * Build rpms on RHEL-8.10 and RHEL-9.4 (#1417) + * Author: Jakub Rusz, Reviewers: Alexander Todorov + * Update snapshots to 20231101 (#1419) + * Author: SchutzBot, Reviewers: Simon de Vlieger + * depsolve-dnf: enable weak deps selection (#1413) + * Author: Simon de Vlieger, Reviewers: Achilleas Koutsou + * depsolve-dnf: helpful exception for repo (#1412) + * Author: Simon de Vlieger, Reviewers: Achilleas Koutsou + * kickstart: add support for "zerombr","clearpart" (#1426) + * Author: Michael Vogt, Reviewers: Achilleas Koutsou, Simon de Vlieger + * objectstore: also mount /etc/containers for "host" buildroot (#1410) + * Author: Dusty Mabe, Reviewers: Achilleas Koutsou + * stage/copy: fix exception msg when parsing mounts and inputs (#1421) + * Author: Tomáš Hozza, Reviewers: Achilleas Koutsou, Ondřej Budai + * stages(kickstart): add options "lang", "keyboard", "timezone" (#1424) + * Author: Michael Vogt, Reviewers: Achilleas Koutsou + * stages/mkdir: fix its schema (#1409) + * Author: Ondřej Budai, Reviewers: Achilleas Koutsou, Tomáš Hozza + * stages: add new unit test for kickstart stage (#1425) + * Author: Michael Vogt, Reviewers: Achilleas Koutsou, Simon de Vlieger + * tests: run the `test_stages` category in parallel (#1431) + * Author: Michael Vogt, Reviewers: Simon de Vlieger + * tools: add Fedora 38 runner for OSTree image tests (COMPOSER-1998) (#1427) + * Author: Paweł Poławski, Reviewers: Ondřej Budai + +— Somewhere on the Internet, 2023-11-08 + + * Wed Oct 25 2023 Packit - 98-1 Changes with 98 ---------------- diff --git a/sources b/sources index f35a861..116d91c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (osbuild-98.tar.gz) = cd0e5fac48683c3dd1c2ed6870ee6beb8b11c1352f831fad31eefe8e0c0f9dfb1461bce9525c1368ee9b0cc91fe389bb88948cb0d1e3ab9a81b01617deb4fbd7 +SHA512 (osbuild-99.tar.gz) = ec5e846e7e48f00a3c0cb4c89040c950c46e030be5eb67f56e157f78dcb36e3a8c8d36ea4a4e24877f5f6ba0b9f0aad6756dfa702a8a7ec0dc0670d0c382fb70 From 6301583f9c17925977dc5a0d90178bc2e6b799a2 Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 22 Nov 2023 08:17:41 +0000 Subject: [PATCH 22/39] [packit] 100 upstream release Upstream tag: v100 Upstream commit: 9cece6b4 --- .gitignore | 1 + README.packit | 2 +- osbuild.spec | 45 ++++++++++++++++++++++++++++++++++++++++++++- sources | 2 +- 4 files changed, 47 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 145fc9d..2860211 100644 --- a/.gitignore +++ b/.gitignore @@ -97,3 +97,4 @@ /osbuild-97.tar.gz /osbuild-98.tar.gz /osbuild-99.tar.gz +/osbuild-100.tar.gz diff --git a/README.packit b/README.packit index 5998f60..d778d97 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.85.0. +The file was generated using packit 0.86.2.post1.dev2+g209847d1. diff --git a/osbuild.spec b/osbuild.spec index df4bdbc..08bb025 100644 --- a/osbuild.spec +++ b/osbuild.spec @@ -1,7 +1,7 @@ %global forgeurl https://github.com/osbuild/osbuild %global selinuxtype targeted -Version: 99 +Version: 100 %forgemeta @@ -276,6 +276,49 @@ fi %{_libexecdir}/osbuild-depsolve-dnf %changelog +* Wed Nov 22 2023 Packit - 100-1 +Changes with 100 +---------------- + * Add stages to sign ostree commits (#1445) + * Author: Alexander Larsson, Reviewers: Achilleas Koutsou, Simon de Vlieger + * Consolidate functions used by runners (#1446) + * Author: Miguel Martin, Reviewers: Michael Vogt + * RPM stage: link /proc/self/fd to /dev/fd (#1448) + * Author: Miguel Martin, Reviewers: Simon de Vlieger + * docs: tweak the man-page a bit to make the example more useful (#1455) + * Author: Michael Vogt, Reviewers: Achilleas Koutsou, Simon de Vlieger + * schutzbot/terraform: aws instance types rework (#1436) + * Author: Sanne Raymaekers, Reviewers: Simon de Vlieger + * stage/test: skip kickstart validate test if no ksvalidator (#1438) + * Author: Simon de Vlieger, Reviewers: Michael Vogt + * stages(kickstart): add test for schema validation (#1432) + * Author: Michael Vogt, Reviewers: Simon de Vlieger + * stages(kickstart): add unittest test for zerombr/clearpart (#1430) + * Author: Michael Vogt, Reviewers: Simon de Vlieger + * stages(kickstart): ensure test inputs pass schema validation (#1440) + * Author: Michael Vogt, Reviewers: Simon de Vlieger + * stages(kickstart): implement "display_mode" option and tiny test addition (#1442) + * Author: Michael Vogt, Reviewers: Simon de Vlieger + * stages(kickstart): implement "reboot" option (#1435) + * Author: Michael Vogt, Reviewers: Achilleas Koutsou + * stages(kickstart): run ksvalidator as part of the tests (#1434) + * Author: Michael Vogt, Reviewers: Achilleas Koutsou, Brian C. Lane + * stages(kickstart): support autopart (#1449) + * Author: Michael Vogt, Reviewers: Brian C. Lane, Simon de Vlieger + * stages: add `org.osbuild.update-crypto-policies` stage (#1443) + * Author: Miguel Martin, Reviewers: Achilleas Koutsou, Tomáš Hozza + * stages: add kernel-cmdline.bls-append stage (#1429) + * Author: Dusty Mabe, Reviewers: Achilleas Koutsou + * tests: finish the conversion to the parametrized Fedora v2 manifest (#1441) + * Author: Michael Vogt, Reviewers: Achilleas Koutsou, Simon de Vlieger + * tools: tweak `gen-stage-test-diff` to fix defaults for max-size and allow running from a git checkout (#1447) + * Author: Michael Vogt, Reviewers: Ondřej Budai, Simon de Vlieger + * tox: move to pylint 3.0.2 for py312 support (#1450) + * Author: Michael Vogt, Reviewers: Simon de Vlieger + +— Somewhere on the Internet, 2023-11-22 + + * Wed Nov 08 2023 Packit - 99-1 Changes with 99 ---------------- diff --git a/sources b/sources index 116d91c..b7736f5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (osbuild-99.tar.gz) = ec5e846e7e48f00a3c0cb4c89040c950c46e030be5eb67f56e157f78dcb36e3a8c8d36ea4a4e24877f5f6ba0b9f0aad6756dfa702a8a7ec0dc0670d0c382fb70 +SHA512 (osbuild-100.tar.gz) = 91c350af779e0c35b13ae4cb892a6d6319082a5fc6579e245014ce32bbd0d235bf023a71d4478964797b5be53bf2f73738b141661e069de5be8d929fe2a7d39a From e6f60a667cc075f0e215f23d9a2bfe18d44926b3 Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 6 Dec 2023 08:16:33 +0000 Subject: [PATCH 23/39] [packit] 101 upstream release Upstream tag: v101 Upstream commit: 55a007a8 --- .gitignore | 1 + .packit.yaml | 5 +++++ README.packit | 2 +- osbuild.spec | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++- sources | 2 +- 5 files changed, 66 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2860211..2992814 100644 --- a/.gitignore +++ b/.gitignore @@ -98,3 +98,4 @@ /osbuild-98.tar.gz /osbuild-99.tar.gz /osbuild-100.tar.gz +/osbuild-101.tar.gz diff --git a/.packit.yaml b/.packit.yaml index 9bb4ebe..295cd6a 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -43,6 +43,11 @@ jobs: branch: main owner: "@osbuild" # copr repo namespace project: osbuild # copr repo name so you can consume the builds +- <<: *copr + trigger: release + branch: main + owner: "@osbuild" # copr repo namespace + project: osbuild-stable # copr repo name so you can consume the builds - job: propose_downstream trigger: release dist_git_branches: diff --git a/README.packit b/README.packit index d778d97..d51b2f8 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.86.2.post1.dev2+g209847d1. +The file was generated using packit 0.87.1.post1.dev5+g6e286a7b. diff --git a/osbuild.spec b/osbuild.spec index 08bb025..112636a 100644 --- a/osbuild.spec +++ b/osbuild.spec @@ -1,7 +1,7 @@ %global forgeurl https://github.com/osbuild/osbuild %global selinuxtype targeted -Version: 100 +Version: 101 %forgemeta @@ -227,6 +227,7 @@ exit 0 %exclude %{pkgdir}/inputs/org.osbuild.ostree* %exclude %{pkgdir}/sources/org.osbuild.ostree* %exclude %{pkgdir}/stages/org.osbuild.ostree* +%exclude %{pkgdir}/stages/org.osbuild.experimental.ostree* %exclude %{pkgdir}/stages/org.osbuild.rpm-ostree %files -n python3-%{pypi_name} @@ -249,6 +250,7 @@ exit 0 %{pkgdir}/inputs/org.osbuild.ostree* %{pkgdir}/sources/org.osbuild.ostree* %{pkgdir}/stages/org.osbuild.ostree* +%{pkgdir}/stages/org.osbuild.experimental.ostree* %{pkgdir}/stages/org.osbuild.rpm-ostree %files selinux @@ -276,6 +278,61 @@ fi %{_libexecdir}/osbuild-depsolve-dnf %changelog +* Wed Dec 06 2023 Packit - 101-1 +Changes with 101 +---------------- + * Create fake `machine-id` and cleanup before exiting (#1458) + * Author: Miguel Martin, Reviewers: Brian C. Lane, Michael Vogt, Simon de Vlieger + * Move org.osbuild.experimental.ostree.config to osbuild-ostree subpackage (#1464) + * Author: Alexander Larsson, Reviewers: Simon de Vlieger + * Packit: make COPR builds for new releases in a separate project (#1479) + * Author: Tomáš Hozza, Reviewers: Eric Curtin, Simon Steinbeiß + * Readme update (#1483) + * Author: Paweł Poławski, Reviewers: Simon de Vlieger + * enhance support for creating 4k native disk images (#1461) + * Author: Dusty Mabe, Reviewers: Simon de Vlieger + * osbuild-mpp: Print better errors if eval fails (#1477) + * Author: Alexander Larsson, Reviewers: Simon de Vlieger + * osbuild-mpp: conditional losetup (#1478) + * Author: Simon de Vlieger, Reviewers: Achilleas Koutsou, Alexander Larsson, Michael Vogt + * osbuild. add comment why AST is used and not importlib (#1463) + * Author: Michael Vogt, Reviewers: Simon de Vlieger + * osbuild/util/fscache: calculate actual size of files (#1453) + * Author: Dusty Mabe, Reviewers: Simon de Vlieger + * osbuild: ensure loop.Loop() has the required device node (#1468) + * Author: Michael Vogt, Reviewers: Ondřej Budai + * osbuild: fix missing initialization of fd in osbuild.loop.Loop (#1467) + * Author: Michael Vogt, Reviewers: Achilleas Koutsou, Ondřej Budai + * osbuild: improve monitor docstrings/signatures (#1473) + * Author: Michael Vogt, Reviewers: Simon de Vlieger + * stage(oscap.remediation): link /proc/self/fd to /dev/fd (#1459) + * Author: Marcos Libanori Sanches Júnior, Reviewers: Gianluca Zuccarelli, Simon de Vlieger + * stages(autotailor): add small unit test (#1481) + * Author: Michael Vogt, Reviewers: Achilleas Koutsou, Gianluca Zuccarelli, Simon de Vlieger + * stages(erofs): add org.osbuild.erofs (#1437) + * Author: Michael Vogt, Reviewers: Simon de Vlieger + * stages(kickstart): add `network` support to kickstart (#1451) + * Author: Michael Vogt, Reviewers: Simon de Vlieger + * stages(machine-id): add a new "machine-id" stage (#1452) + * Author: Michael Vogt, Reviewers: Nobody + * stages(ostree.post-copy): add stage unit test and comment (#1465) + * Author: Michael Vogt, Reviewers: Simon de Vlieger + * stages: Add stages to support ostree signatures and composefs (#1343) + * Author: Alexander Larsson, Reviewers: Nobody + * stages:oscap.autotailor: add key/value overrides (#1407) + * Author: Gianluca Zuccarelli, Reviewers: Evgeny Kolesnikov, Simon de Vlieger + * test: fix broken oscap remediation tests (#1470) + * Author: Gianluca Zuccarelli, Reviewers: Simon de Vlieger + * test: stage tests -> stage integration tests (#1469) + * Author: Simon de Vlieger, Reviewers: Michael Vogt + * tests: remove custom tempdir_fixture (#1462) + * Author: Michael Vogt, Reviewers: Simon de Vlieger + * tests: remove custom tmpdir() fixtures and use tmp_path (#1466) + * Author: Michael Vogt, Reviewers: Simon de Vlieger + +— Somewhere on the Internet, 2023-12-06 + + * Wed Nov 22 2023 Packit - 100-1 Changes with 100 ---------------- diff --git a/sources b/sources index b7736f5..8902503 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (osbuild-100.tar.gz) = 91c350af779e0c35b13ae4cb892a6d6319082a5fc6579e245014ce32bbd0d235bf023a71d4478964797b5be53bf2f73738b141661e069de5be8d929fe2a7d39a +SHA512 (osbuild-101.tar.gz) = 4b6aeb1475485f62147f29c97e3c08c898912fd6fcde75f5ae3dbed75695f00fcb07afa0c7bcd04e6707c7c45bad5a77890812cf7a4c2dc61f5c9c876445e607 From bc4d906d0369fa405c6257b25123b5b31299f156 Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 20 Dec 2023 08:13:24 +0000 Subject: [PATCH 24/39] [packit] 102 upstream release Upstream tag: v102 Upstream commit: 5fc3b565 --- .gitignore | 1 + README.packit | 2 +- osbuild.spec | 39 ++++++++++++++++++++++++++++++++++++++- sources | 2 +- 4 files changed, 41 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2992814..3047363 100644 --- a/.gitignore +++ b/.gitignore @@ -99,3 +99,4 @@ /osbuild-99.tar.gz /osbuild-100.tar.gz /osbuild-101.tar.gz +/osbuild-102.tar.gz diff --git a/README.packit b/README.packit index d51b2f8..3aa26d6 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.87.1.post1.dev5+g6e286a7b. +The file was generated using packit 0.87.1.post1.dev9+ge52a00d1. diff --git a/osbuild.spec b/osbuild.spec index 112636a..db9b7a8 100644 --- a/osbuild.spec +++ b/osbuild.spec @@ -1,7 +1,7 @@ %global forgeurl https://github.com/osbuild/osbuild %global selinuxtype targeted -Version: 101 +Version: 102 %forgemeta @@ -278,6 +278,43 @@ fi %{_libexecdir}/osbuild-depsolve-dnf %changelog +* Wed Dec 20 2023 Packit - 102-1 +Changes with 102 +---------------- + * Add tests for org.osbuild.xz and org.osbuild.zstd (#1496) + * Author: Brian C. Lane, Reviewers: Michael Vogt + * Fedora 40 (#1486) + * Author: Jakub Rusz, Reviewers: Alexander Todorov, Simon de Vlieger + * HMS-3235 sources/skopeo: check containers-storage (#1489) + * Author: Gianluca Zuccarelli, Reviewers: Achilleas Koutsou + * Switch nightly testing to RHEL-8.10 and RHEL-9.4 (#1422) + * Author: Jakub Rusz, Reviewers: Alexander Todorov + * Update containers storage conf stage (#1487) + * Author: Alexander Larsson, Reviewers: Giuseppe Scrivano, Simon de Vlieger + * create org.osbuild.ostree.aleph stage (#1475) + * Author: Dusty Mabe, Reviewers: Achilleas Koutsou + * fix for inaccurate mountinfo inside bwrap env (#1493) + * Author: Dusty Mabe, Reviewers: Michael Vogt + * fscache: implement "last_used()" helper (#1498) + * Author: Michael Vogt, Reviewers: Achilleas Koutsou, Simon de Vlieger + * org.osbuild.systemd: Support masking generators (#1505) + * Author: Alexander Larsson, Reviewers: Michael Vogt + * osbuild: include std{out,err} in FileSystemMountService.mount() errors (#1497) + * Author: Michael Vogt, Reviewers: Simon de Vlieger + * osbuild: pytoml is deprecated, replace with toml (#1499) + * Author: Michael Vogt, Reviewers: Simon de Vlieger + * stages(kickstart): add `ostreecontainer` (#1488) + * Author: Simon de Vlieger, Reviewers: Michael Vogt + * stages(mkfs.ext4): add basic unit test (#1502) + * Author: Michael Vogt, Reviewers: Brian C. Lane + * stages/skopeo: destinations (#1494) + * Author: Simon de Vlieger, Reviewers: Achilleas Koutsou, Brian C. Lane + * test,util: fix mount and add test that ensures mount output is part of the exception (#1490) + * Author: Michael Vogt, Reviewers: Simon de Vlieger + +— Somewhere on the Internet, 2023-12-20 + + * Wed Dec 06 2023 Packit - 101-1 Changes with 101 ---------------- diff --git a/sources b/sources index 8902503..ddc82c7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (osbuild-101.tar.gz) = 4b6aeb1475485f62147f29c97e3c08c898912fd6fcde75f5ae3dbed75695f00fcb07afa0c7bcd04e6707c7c45bad5a77890812cf7a4c2dc61f5c9c876445e607 +SHA512 (osbuild-102.tar.gz) = e9dafdfe6ce98985efa76f2ea27aadc575a6a9472813d8ebe261327319e2cfdd22066f28d4fc812f2ba78dc0a4664809bf159e0f9b87810924e884fca1046aee From f6f54a495b35d39d92c4338decb635d717b1b5c0 Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 3 Jan 2024 08:14:58 +0000 Subject: [PATCH 25/39] [packit] 103 upstream release Upstream tag: v103 Upstream commit: 8c95bd9d --- .gitignore | 1 + README.packit | 2 +- osbuild.spec | 25 ++++++++++++++++++++++++- sources | 2 +- 4 files changed, 27 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3047363..53099c0 100644 --- a/.gitignore +++ b/.gitignore @@ -100,3 +100,4 @@ /osbuild-100.tar.gz /osbuild-101.tar.gz /osbuild-102.tar.gz +/osbuild-103.tar.gz diff --git a/README.packit b/README.packit index 3aa26d6..f27b296 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.87.1.post1.dev9+ge52a00d1. +The file was generated using packit 0.87.1.post1.dev11+gd1f7091b. diff --git a/osbuild.spec b/osbuild.spec index db9b7a8..5d584fb 100644 --- a/osbuild.spec +++ b/osbuild.spec @@ -1,7 +1,7 @@ %global forgeurl https://github.com/osbuild/osbuild %global selinuxtype targeted -Version: 102 +Version: 103 %forgemeta @@ -278,6 +278,29 @@ fi %{_libexecdir}/osbuild-depsolve-dnf %changelog +* Wed Jan 03 2024 Packit - 103-1 +Changes with 103 +---------------- + * Update snapshots to 20240101 (#1520) + * Author: SchutzBot, Reviewers: Tomáš Hozza + * github: run tests on push again (#1517) + * Author: Achilleas Koutsou, Reviewers: Michael Vogt, Simon de Vlieger, Tom Gundersen + * mounts: support mounting partitions (#1501) + * Author: Dusty Mabe, Reviewers: Michael Vogt + * osbuild: allow to export a tree without preserving the ownership (less tests) (#1512) + * Author: Michael Vogt, Reviewers: Tomáš Hozza + * test: add more output when ensure_mtime() assert fails (#1518) + * Author: Michael Vogt, Reviewers: Simon de Vlieger + * test: fix running on debian hosts (#1522) + * Author: Michael Vogt, Reviewers: Ondřej Budai, Simon de Vlieger + * test: include tests in `make lint` and fix issues (#1521) + * Author: Michael Vogt, Reviewers: Simon de Vlieger + * test: rename TestFileSystemMountService->FakeFileSystemMountService (#1513) + * Author: Michael Vogt, Reviewers: Achilleas Koutsou, Simon de Vlieger + +— Somewhere on the Internet, 2024-01-03 + + * Wed Dec 20 2023 Packit - 102-1 Changes with 102 ---------------- diff --git a/sources b/sources index ddc82c7..aab719e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (osbuild-102.tar.gz) = e9dafdfe6ce98985efa76f2ea27aadc575a6a9472813d8ebe261327319e2cfdd22066f28d4fc812f2ba78dc0a4664809bf159e0f9b87810924e884fca1046aee +SHA512 (osbuild-103.tar.gz) = b76147340576234db6b9ed41bd7382db2d7a0c00d1343e2e0ff1db8db692228243aea5ae8d538e10eccb6e7c24a196241ae3c3bdc3060b62c1d41f66e77f614d From e009d08025332c50fe24722b2be4f09ea0fe26a8 Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 16 Jan 2024 13:53:02 +0000 Subject: [PATCH 26/39] [packit] 104 upstream release Upstream tag: v104 Upstream commit: e0bbb339 --- .gitignore | 1 + README.packit | 2 +- osbuild.spec | 33 ++++++++++++++++++++++++++++++++- sources | 2 +- 4 files changed, 35 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 53099c0..ffdaf6f 100644 --- a/.gitignore +++ b/.gitignore @@ -101,3 +101,4 @@ /osbuild-101.tar.gz /osbuild-102.tar.gz /osbuild-103.tar.gz +/osbuild-104.tar.gz diff --git a/README.packit b/README.packit index f27b296..115b422 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.87.1.post1.dev11+gd1f7091b. +The file was generated using packit 0.88.0.post1.dev4+gc070191b. diff --git a/osbuild.spec b/osbuild.spec index 5d584fb..ecbfe5d 100644 --- a/osbuild.spec +++ b/osbuild.spec @@ -1,7 +1,7 @@ %global forgeurl https://github.com/osbuild/osbuild %global selinuxtype targeted -Version: 103 +Version: 104 %forgemeta @@ -278,6 +278,37 @@ fi %{_libexecdir}/osbuild-depsolve-dnf %changelog +* Tue Jan 16 2024 Packit - 104-1 +Changes with 104 +---------------- + * HMS-3235: Skopeo source storage location (#1504) + * Author: Gianluca Zuccarelli, Reviewers: Achilleas Koutsou + * add --break for requesting a debug shell (#1532) + * Author: Dusty Mabe, Reviewers: Brian C. Lane, Michael Vogt, Tomáš Hozza + * create org.osbuild.bootupd stage (#1519) + * Author: Dusty Mabe, Reviewers: Achilleas Koutsou + * minor updates for fedora-coreos-container manifest (#1533) + * Author: Dusty Mabe, Reviewers: Simon de Vlieger + * osbuild: test OSBUILD_EXPORT_FORCE_NO_PRESERVE_OWNER (#1511) + * Author: Michael Vogt, Reviewers: Achilleas Koutsou + * stages(container-deploy): ensure `/var/tmp` is available (#1531) + * Author: Michael Vogt, Reviewers: Ondřej Budai + * stages(grub2): allow pulling efi binaries from alternative efi roots (#1529) + * Author: Michael Vogt, Reviewers: Achilleas Koutsou + * stages,util: add org.osbuild.selinux tests and small functional tweaks (#1526) + * Author: Michael Vogt, Reviewers: Simon de Vlieger + * stages/org.osbuild.ostree.config: support bls-append-except-default (#1534) + * Author: Luke Yang, Reviewers: Dusty Mabe + * stages: add new `org.osbuild.container-deploy` stage (#1509) + * Author: Michael Vogt, Reviewers: Brian C. Lane + * test: fix new mount tests under rhel8 (#1537) + * Author: Michael Vogt, Reviewers: Paweł Poławski, Tomáš Hozza + * tools/osbuild-mpp: run _process_format() for mpp-embed dict (#1528) + * Author: Dusty Mabe, Reviewers: Achilleas Koutsou + +— Somewhere on the Internet, 2024-01-16 + + * Wed Jan 03 2024 Packit - 103-1 Changes with 103 ---------------- diff --git a/sources b/sources index aab719e..d9dc07f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (osbuild-103.tar.gz) = b76147340576234db6b9ed41bd7382db2d7a0c00d1343e2e0ff1db8db692228243aea5ae8d538e10eccb6e7c24a196241ae3c3bdc3060b62c1d41f66e77f614d +SHA512 (osbuild-104.tar.gz) = cc7d566f81007e294a6af0947fdbd5d740f63f7e49833c9576793b6d22a03d4d131508b16d3df4d6e79ae9d7037babf1cae4f3d007e1527d7f141f9d60ebd084 From 7ab6a0d40e72e682fadef26c5a1286bcec647284 Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 31 Jan 2024 08:13:35 +0000 Subject: [PATCH 27/39] [packit] 105 upstream release Upstream tag: v105 Upstream commit: f9b55ff6 --- .gitignore | 1 + README.packit | 2 +- osbuild.spec | 49 ++++++++++++++++++++++++++++++++++++++++++++++++- sources | 2 +- 4 files changed, 51 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ffdaf6f..20c31a5 100644 --- a/.gitignore +++ b/.gitignore @@ -102,3 +102,4 @@ /osbuild-102.tar.gz /osbuild-103.tar.gz /osbuild-104.tar.gz +/osbuild-105.tar.gz diff --git a/README.packit b/README.packit index 115b422..9a6e969 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.88.0.post1.dev4+gc070191b. +The file was generated using packit 0.90.0.post1.dev3+g3d9551d2. diff --git a/osbuild.spec b/osbuild.spec index ecbfe5d..af5e89a 100644 --- a/osbuild.spec +++ b/osbuild.spec @@ -1,7 +1,7 @@ %global forgeurl https://github.com/osbuild/osbuild %global selinuxtype targeted -Version: 104 +Version: 105 %forgemeta @@ -131,6 +131,13 @@ manifests and osbuild. Summary: Dependency solving support for DNF Requires: %{name} = %{version}-%{release} +# Fedora 40 and later use libdnf5, RHEL and Fedora < 40 use libdnf +%if 0%{?fedora} >= 40 +Requires: python3-libdnf5 >= 5.1.1 +%else +Requires: python3-libdnf +%endif + %description depsolve-dnf Contains depsolving capabilities for package managers. @@ -200,7 +207,12 @@ install -p -m 0755 data/10-osbuild-inhibitor.rules %{buildroot}%{_udevrulesdir} # Install `osbuild-depsolve-dnf` into libexec mkdir -p %{buildroot}%{_libexecdir} +# Fedora 40 and later use dnf5-json, RHEL and Fedora < 40 use dnf-json +%if 0%{?fedora} >= 40 +install -p -m 0755 tools/osbuild-depsolve-dnf5 %{buildroot}%{_libexecdir}/osbuild-depsolve-dnf +%else install -p -m 0755 tools/osbuild-depsolve-dnf %{buildroot}%{_libexecdir}/osbuild-depsolve-dnf +%endif %check exit 0 @@ -278,6 +290,41 @@ fi %{_libexecdir}/osbuild-depsolve-dnf %changelog +* Wed Jan 31 2024 Packit - 105-1 +Changes with 105 +---------------- + * move source parallelization into sources (#1549) + * Author: Simon de Vlieger, Reviewers: Brian C. Lane + * osbuild-depsolve-dnf5: Add libdnf5 based depsolving for Fedora 40 (#1530) + * Author: Brian C. Lane, Reviewers: Simon de Vlieger + * osbuild: add "mypy-strict" check (#1476) + * Author: Michael Vogt, Reviewers: Simon de Vlieger + * osbuild: error when {Device,Mount} is modified after creation (#1516) + * Author: Michael Vogt, Reviewers: Brian C. Lane + * schutzbot: add dustymabe SSH key to team_ssh_keys (#1546) + * Author: Dusty Mabe, Reviewers: Achilleas Koutsou + * stages(container-deploy): add new `exclude` option (#1552) + * Author: Michael Vogt, Reviewers: Achilleas Koutsou + * stages/org.osbuild.mkfs.ext4: add ext4 options (#1538) + * Author: Luke Yang, Reviewers: Dusty Mabe + * stages/ostree.aleph: don't manipulate image name from origin (#1548) + * Author: Dusty Mabe, Reviewers: Luke Yang + * test: add new testutil.assert_jsonschema_error_contains() helper (#1543) + * Author: Michael Vogt, Reviewers: Simon de Vlieger + * test: check that `mkfs.fat` has the `-g` option in `test_fat` (#1540) + * Author: Michael Vogt, Reviewers: Paweł Poławski + * test: export schemas in testing_libdir_fixture (#1539) + * Author: Michael Vogt, Reviewers: Paweł Poławski + * test: fix `test_libc_futimes_works` (#1541) + * Author: Michael Vogt, Reviewers: Paweł Poławski + * test: fix test_schema_validation_containers_storage_conf (#1542) + * Author: Michael Vogt, Reviewers: Simon de Vlieger + * tests/CI: Add RHEL 9.3 and 8.9 GA to pipeline (#1536) + * Author: tkoscieln, Reviewers: Jakub Rusz + +— Somewhere on the Internet, 2024-01-31 + + * Tue Jan 16 2024 Packit - 104-1 Changes with 104 ---------------- diff --git a/sources b/sources index d9dc07f..e61639f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (osbuild-104.tar.gz) = cc7d566f81007e294a6af0947fdbd5d740f63f7e49833c9576793b6d22a03d4d131508b16d3df4d6e79ae9d7037babf1cae4f3d007e1527d7f141f9d60ebd084 +SHA512 (osbuild-105.tar.gz) = c0278513ee1ed444eb1eaeeb726bfef580666a689451622b181697997da040feee34da93a1e5468b29944031c6090b2a72e99f34d1817ca54a537278fc866749 From b767325b18bd6ed2ad1197cea6657ce784f86c8a Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 31 Jan 2024 17:48:27 +0000 Subject: [PATCH 28/39] [packit] 106 upstream release Upstream tag: v106 Upstream commit: 2581160c --- .gitignore | 1 + osbuild.spec | 15 ++++++++++++++- sources | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 20c31a5..02f0721 100644 --- a/.gitignore +++ b/.gitignore @@ -103,3 +103,4 @@ /osbuild-103.tar.gz /osbuild-104.tar.gz /osbuild-105.tar.gz +/osbuild-106.tar.gz diff --git a/osbuild.spec b/osbuild.spec index af5e89a..48f1db9 100644 --- a/osbuild.spec +++ b/osbuild.spec @@ -1,7 +1,7 @@ %global forgeurl https://github.com/osbuild/osbuild %global selinuxtype targeted -Version: 105 +Version: 106 %forgemeta @@ -290,6 +290,19 @@ fi %{_libexecdir}/osbuild-depsolve-dnf %changelog +* Wed Jan 31 2024 Packit - 106-1 +Changes with 106 +---------------- + * CI: update terraform SHA (#1559) + * Author: Jakub Rusz, Reviewers: Achilleas Koutsou, Tomáš Hozza + * stages/org.osbuild.cloud-init: fix dump format of `datasource_list` key (#1556) + * Author: Tomáš Hozza, Reviewers: Michael Vogt + * test: drop `-k` from `-k stages/test` test matrix (#1564) + * Author: Michael Vogt, Reviewers: Dusty Mabe, Tomáš Hozza + +— Somewhere on the Internet, 2024-01-31 + + * Wed Jan 31 2024 Packit - 105-1 Changes with 105 ---------------- diff --git a/sources b/sources index e61639f..321bc69 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (osbuild-105.tar.gz) = c0278513ee1ed444eb1eaeeb726bfef580666a689451622b181697997da040feee34da93a1e5468b29944031c6090b2a72e99f34d1817ca54a537278fc866749 +SHA512 (osbuild-106.tar.gz) = d814e1e5431dd7309aecfa50c00a92663162c8d7476eb24416e84b44f9bdd11db9c3e92abe466d6039a225ae756b02f1ec62d30fbb52f571258bdf90a83532bd From 56e5420efefa4cd2d826e5838962398a2fcf34c3 Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 14 Feb 2024 08:15:25 +0000 Subject: [PATCH 29/39] [packit] 108 upstream release Upstream tag: v108 Upstream commit: c3af3173 --- .gitignore | 1 + README.packit | 2 +- osbuild.spec | 21 ++++++++++++++++++++- sources | 2 +- 4 files changed, 23 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 02f0721..f439f6d 100644 --- a/.gitignore +++ b/.gitignore @@ -104,3 +104,4 @@ /osbuild-104.tar.gz /osbuild-105.tar.gz /osbuild-106.tar.gz +/osbuild-108.tar.gz diff --git a/README.packit b/README.packit index 9a6e969..f592284 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.90.0.post1.dev3+g3d9551d2. +The file was generated using packit 0.91.0.post1.dev4+ge6fd4a25. diff --git a/osbuild.spec b/osbuild.spec index 48f1db9..d8b0b3c 100644 --- a/osbuild.spec +++ b/osbuild.spec @@ -1,7 +1,7 @@ %global forgeurl https://github.com/osbuild/osbuild %global selinuxtype targeted -Version: 106 +Version: 108 %forgemeta @@ -290,6 +290,25 @@ fi %{_libexecdir}/osbuild-depsolve-dnf %changelog +* Wed Feb 14 2024 Packit - 108-1 +Changes with 108 +---------------- + * README: Add OSBuild's principles (#1568) + * Author: Simon Steinbeiß, Reviewers: Nobody + * Revert "osbuild-depsolve-dnf: port weak dependencies" (#1584) + * Author: Brian C. Lane, Reviewers: Achilleas Koutsou, Simon de Vlieger + * mount/ostree.deployment: Fix ostree deployment call (#1581) + * Author: Dusty Mabe, Reviewers: Colin Walters, Ondřej Budai + * osbuild-depsolve-dnf5: Add module_hotfixes support (#1582) + * Author: Brian C. Lane, Reviewers: Achilleas Koutsou, Ondřej Budai + * stages,testutil: add test/tweak for podman mount errror handling (#1579) + * Author: Michael Vogt, Reviewers: Achilleas Koutsou, Ondřej Budai, Simon de Vlieger + * stages: add new `org.osbuild.bootc.install-to-filesystem` (#1547) + * Author: Michael Vogt, Reviewers: Nobody + +— Somewhere on the Internet, 2024-02-14 + + * Wed Jan 31 2024 Packit - 106-1 Changes with 106 ---------------- diff --git a/sources b/sources index 321bc69..c2ed253 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (osbuild-106.tar.gz) = d814e1e5431dd7309aecfa50c00a92663162c8d7476eb24416e84b44f9bdd11db9c3e92abe466d6039a225ae756b02f1ec62d30fbb52f571258bdf90a83532bd +SHA512 (osbuild-108.tar.gz) = 082c08e855771348829198d34e42a7d5d21c20189f099a8b388156fcfb7019f40caa38b010bfbecba6bf2ae208c4f551a55749f8e96858a8576d6a554a40c7b5 From 51becc0964213d7419146e69c41226cf6a25d348 Mon Sep 17 00:00:00 2001 From: Packit Date: Thu, 22 Feb 2024 11:54:27 +0000 Subject: [PATCH 30/39] [packit] 109 upstream release Upstream tag: v109 Upstream commit: 32297469 --- .gitignore | 1 + README.packit | 2 +- osbuild.spec | 43 ++++++++++++++++++++++++++++++++++++++++++- sources | 2 +- 4 files changed, 45 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f439f6d..fb8acd1 100644 --- a/.gitignore +++ b/.gitignore @@ -105,3 +105,4 @@ /osbuild-105.tar.gz /osbuild-106.tar.gz /osbuild-108.tar.gz +/osbuild-109.tar.gz diff --git a/README.packit b/README.packit index f592284..7553f6b 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.91.0.post1.dev4+ge6fd4a25. +The file was generated using packit 0.92.0. diff --git a/osbuild.spec b/osbuild.spec index d8b0b3c..f47e210 100644 --- a/osbuild.spec +++ b/osbuild.spec @@ -1,7 +1,7 @@ %global forgeurl https://github.com/osbuild/osbuild %global selinuxtype targeted -Version: 108 +Version: 109 %forgemeta @@ -39,6 +39,12 @@ Requires: util-linux Requires: python3-%{pypi_name} = %{version}-%{release} Requires: (%{name}-selinux if selinux-policy-%{selinuxtype}) +# This is required for `osbuild`, for RHEL-10 and above +# the stdlib toml package can be used instead +%if 0%{?rhel} < 10 +Requires: python3-tomli +%endif + # Turn off dependency generators for runners. The reason is that runners are # tailored to the platform, e.g. on RHEL they are using platform-python. We # don't want to pick up those dependencies on other platform. @@ -290,6 +296,41 @@ fi %{_libexecdir}/osbuild-depsolve-dnf %changelog +* Thu Feb 22 2024 Packit - 109-1 +Changes with 109 +---------------- + * Extend `grub2`/`grub2.legacy` stage default config options (#1601) + * Author: Tomáš Hozza, Reviewers: Michael Vogt, Ondřej Budai + * Fix developer guide link in README.md (#1602) + * Author: Adam Williamson, Reviewers: Brian C. Lane, Michael Vogt + * Stages/grub2.legacy: make config options a subset of grub2 stage (#1606) + * Author: Tomáš Hozza, Reviewers: Gianluca Zuccarelli, Michael Vogt + * Systemd unit creation stage (#1578) + * Author: Sayan Paul, Reviewers: Achilleas Koutsou, Sanne Raymaekers + * osbuild-depsolve-dnf5: Fix url substitutions (#1597) + * Author: Brian C. Lane, Reviewers: Michael Vogt, Simon de Vlieger + * osbuild-depsolve-dnf5: module_hotfixes wasn't really set (#1598) + * Author: Brian C. Lane, Reviewers: Michael Vogt, Simon de Vlieger + * sources,util: add containers-storage source (#1550) + * Author: Gianluca Zuccarelli, Reviewers: Nobody + * stages(dracut): add small unittest for initoverlayfs (#1607) + * Author: Michael Vogt, Reviewers: Ondřej Budai, Simon de Vlieger + * stages(org.osbuild.systemd.unit.create): add small unit test (#1596) + * Author: Michael Vogt, Reviewers: Ondřej Budai, Simon de Vlieger + * stages/bootc.install-to-fs: fix root mount handling (#1593) + * Author: Michael Vogt, Reviewers: Achilleas Koutsou, Ondřej Budai + * stages/dracut: Add functionality to build initoverlayfs with dracut (#1586) + * Author: Eric Curtin, Reviewers: Michael Vogt, Ondřej Budai + * stages/oscap.remediation: Mount host's /proc and /dev earlier (#1590) + * Author: Evgeny Kolesnikov, Reviewers: Gianluca Zuccarelli, Michael Vogt + * stages/ostree-container-deploy: make sure `/var/tmp` exists (#1605) + * Author: Gianluca Zuccarelli, Reviewers: Ondřej Budai, Tomáš Hozza + * tox,tools: add tools back to lintables (#1600) + * Author: Michael Vogt, Reviewers: Brian C. Lane, Ondřej Budai + +— Somewhere on the Internet, 2024-02-22 + + * Wed Feb 14 2024 Packit - 108-1 Changes with 108 ---------------- diff --git a/sources b/sources index c2ed253..183f490 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (osbuild-108.tar.gz) = 082c08e855771348829198d34e42a7d5d21c20189f099a8b388156fcfb7019f40caa38b010bfbecba6bf2ae208c4f551a55749f8e96858a8576d6a554a40c7b5 +SHA512 (osbuild-109.tar.gz) = cde2f81adad1429c9ef25a5402da1999045a8a311dbb724e1bf4d98996dcbd809978ffd7165ec3175a5906c28a9bd58199cf8f3596db72b928ed2aa4e350f892 From eac41ea71171afeb07e5b2f6510040f2ffa52c72 Mon Sep 17 00:00:00 2001 From: Packit Date: Mon, 26 Feb 2024 15:45:19 +0000 Subject: [PATCH 31/39] [packit] 110 upstream release Upstream tag: v110 Upstream commit: 0b7dcf3c --- .gitignore | 1 + osbuild.spec | 13 ++++++++++++- sources | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index fb8acd1..ed2fae2 100644 --- a/.gitignore +++ b/.gitignore @@ -106,3 +106,4 @@ /osbuild-106.tar.gz /osbuild-108.tar.gz /osbuild-109.tar.gz +/osbuild-110.tar.gz diff --git a/osbuild.spec b/osbuild.spec index f47e210..8795a24 100644 --- a/osbuild.spec +++ b/osbuild.spec @@ -1,7 +1,7 @@ %global forgeurl https://github.com/osbuild/osbuild %global selinuxtype targeted -Version: 109 +Version: 110 %forgemeta @@ -296,6 +296,17 @@ fi %{_libexecdir}/osbuild-depsolve-dnf %changelog +* Mon Feb 26 2024 Packit - 110-1 +Changes with 110 +---------------- + * Add coreos.platforms stage (#1589) + * Author: Renata Ravanelli, Reviewers: Nobody + * Sources/containers-storage: make the code Python 3.6 compliant (#1610) + * Author: Tomáš Hozza, Reviewers: Gianluca Zuccarelli, Simon de Vlieger + +— Somewhere on the Internet, 2024-02-26 + + * Thu Feb 22 2024 Packit - 109-1 Changes with 109 ---------------- diff --git a/sources b/sources index 183f490..91a79ea 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (osbuild-109.tar.gz) = cde2f81adad1429c9ef25a5402da1999045a8a311dbb724e1bf4d98996dcbd809978ffd7165ec3175a5906c28a9bd58199cf8f3596db72b928ed2aa4e350f892 +SHA512 (osbuild-110.tar.gz) = 14a88b34fe266222dbb8b10f0c69667642df6d6d6fa3cfb283d3227e6f07cce3912de3f7d7ad08bf8df44d19e70b19f8ad21e3af84523f3871c7abdf8ef02cd9 From 57e8e43dbde76b6d3f2708c0d6fd67d0988e49ee Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 28 Feb 2024 08:15:41 +0000 Subject: [PATCH 32/39] [packit] 111 upstream release Upstream tag: v111 Upstream commit: 7709b7ca --- .gitignore | 1 + README.packit | 2 +- osbuild.spec | 13 ++++++++++++- sources | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ed2fae2..8f68b36 100644 --- a/.gitignore +++ b/.gitignore @@ -107,3 +107,4 @@ /osbuild-108.tar.gz /osbuild-109.tar.gz /osbuild-110.tar.gz +/osbuild-111.tar.gz diff --git a/README.packit b/README.packit index 7553f6b..31341b6 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.92.0. +The file was generated using packit 0.93.0. diff --git a/osbuild.spec b/osbuild.spec index 8795a24..d3d98f2 100644 --- a/osbuild.spec +++ b/osbuild.spec @@ -1,7 +1,7 @@ %global forgeurl https://github.com/osbuild/osbuild %global selinuxtype targeted -Version: 110 +Version: 111 %forgemeta @@ -296,6 +296,17 @@ fi %{_libexecdir}/osbuild-depsolve-dnf %changelog +* Wed Feb 28 2024 Packit - 111-1 +Changes with 111 +---------------- + * many: tweak `containers-storage` implementation (#1609) + * Author: Michael Vogt, Reviewers: Gianluca Zuccarelli, Ondřej Budai + * stages/org.osbuild.tar: add sparse option (#1614) + * Author: Luke Yang, Reviewers: Brian C. Lane, Michael Vogt + +— Somewhere on the Internet, 2024-02-28 + + * Mon Feb 26 2024 Packit - 110-1 Changes with 110 ---------------- diff --git a/sources b/sources index 91a79ea..23c40cd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (osbuild-110.tar.gz) = 14a88b34fe266222dbb8b10f0c69667642df6d6d6fa3cfb283d3227e6f07cce3912de3f7d7ad08bf8df44d19e70b19f8ad21e3af84523f3871c7abdf8ef02cd9 +SHA512 (osbuild-111.tar.gz) = 946ac8140b88dec35f7e73f3703cea5357b50b535a770cabff4fc56efc81922559bca5b4467cfa45218ff36070db9a8a5fd1c28365413d750c333dc898f62bea From b0eda6c14a883f4f4ccf1de87957ee88a6b24fc0 Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 13 Mar 2024 08:18:09 +0000 Subject: [PATCH 33/39] [packit] 112 upstream release Upstream tag: v112 Upstream commit: dd575465 --- .gitignore | 1 + README.packit | 2 +- osbuild.spec | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++- sources | 2 +- 4 files changed, 69 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8f68b36..5b13b12 100644 --- a/.gitignore +++ b/.gitignore @@ -108,3 +108,4 @@ /osbuild-109.tar.gz /osbuild-110.tar.gz /osbuild-111.tar.gz +/osbuild-112.tar.gz diff --git a/README.packit b/README.packit index 31341b6..38c0a99 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.93.0. +The file was generated using packit 0.93.0.post1.dev5+g0048024e. diff --git a/osbuild.spec b/osbuild.spec index d3d98f2..5d76bdd 100644 --- a/osbuild.spec +++ b/osbuild.spec @@ -1,7 +1,7 @@ %global forgeurl https://github.com/osbuild/osbuild %global selinuxtype targeted -Version: 111 +Version: 112 %forgemeta @@ -296,6 +296,71 @@ fi %{_libexecdir}/osbuild-depsolve-dnf %changelog +* Wed Mar 13 2024 Packit - 112-1 +Changes with 112 +---------------- + * Remount containers-store bind mount as `rw` (#1651) + * Author: Gianluca Zuccarelli, Reviewers: Achilleas Koutsou, Ondřej Budai + * Schutzbot: Remove RH-IT-Root-CA (#1627) + * Author: Jakub Rusz, Reviewers: Michael Vogt, Ondřej Budai, Simon Steinbeiß, Simon de Vlieger + * Update snapshots to 20240301 (#1619) + * Author: SchutzBot, Reviewers: Achilleas Koutsou, Simon Steinbeiß + * actions/sonarqube: Drop SonarQube in favor of Snyk (HMS-3697) (#1626) + * Author: Simon Steinbeiß, Reviewers: Jakub Rusz + * actions/test: Only test assemblers in Python 3.6 (HMS-3697) (#1621) + * Author: Simon Steinbeiß, Reviewers: Michael Vogt + * actions: Add a PR best practices check (#1628) + * Author: Simon Steinbeiß, Reviewers: Achilleas Koutsou, Michael Vogt + * lint: replace `isort` with `ruff` and provide `lint-quick` (HMS-3697) (#1634) + * Author: Simon de Vlieger, Reviewers: Achilleas Koutsou, Michael Vogt + * many: jsonseq based progress reporting for osbuild (#1545) + * Author: Michael Vogt, Reviewers: Achilleas Koutsou, Simon de Vlieger + * osbuild: ensure a usable /var/tmp is available inside the buildroot (#1649) + * Author: Michael Vogt, Reviewers: Colin Walters, Ondřej Budai + * osbuild: reuse loop_for_fd() in LoopServer (#1642) + * Author: Michael Vogt, Reviewers: Achilleas Koutsou, Ondřej Budai + * sources/curl: add org.osbuild.mtls secrets support (#1644) + * Author: Sanne Raymaekers, Reviewers: Brian C. Lane, Simon de Vlieger + * stage/systemd-unit-create: parametrize file location (#1620) + * Author: Sayan Paul, Reviewers: Achilleas Koutsou, Michael Vogt, Simon de Vlieger + * stages,util: tweaks for the platform/bls handling (#1612) + * Author: Michael Vogt, Reviewers: Ondřej Budai, Simon de Vlieger + * stages/kickstart: add `noswap` to `autopart` (#1654) + * Author: Simon de Vlieger, Reviewers: Florian Schüller, Michael Vogt + * stages/org.osbuild.gzip: add compression level option (#1616) + * Author: Luke Yang, Reviewers: Michael Vogt, Simon de Vlieger + * stages/org.osbuild.users: add expire date (#1648) + * Author: andremarianiello, Reviewers: Michael Vogt, Simon de Vlieger + * test: add unit-{type,path} test coverage (#1650) + * Author: Michael Vogt, Reviewers: Brian C. Lane, Simon de Vlieger + * test: fix test_assembler to support parallel runs and run in parallel (HMS-3697) (#1641) + * Author: Michael Vogt, Reviewers: Achilleas Koutsou, Simon Steinbeiß, Simon de Vlieger + * test: use OSBUILD_TEST_STORE in test_assemblers.py and run in parallel (HMS-3697) (#1630) + * Author: Michael Vogt, Reviewers: Simon Steinbeiß, Simon de Vlieger + * test: use `del os.environ[]` instead of `os.unsetenv` (thanks Simon) (#1653) + * Author: Michael Vogt, Reviewers: Ondřej Budai, Simon de Vlieger + * tests/manifest: Don't retain image-info artifacts (HMS-3697) (#1640) + * Author: Simon Steinbeiß, Reviewers: Simon de Vlieger, Thomas Lavocat + * tests: Cancel in-progress tests on PR updates (HMS-3697) (#1636) + * Author: Simon Steinbeiß, Reviewers: Michael Vogt, Ondřej Budai + * tests: Report GitLab job failures globally (HMS-3697) (#1632) + * Author: Achilleas Koutsou, Reviewers: Jakub Rusz, Simon Steinbeiß, Simon de Vlieger + * tests: improve the gitlab tests (HMS-3697) (#1629) + * Author: Ondřej Budai, Reviewers: Achilleas Koutsou, Simon Steinbeiß + * tests: revert "workflow: run assembler tests in parallel" /o\ (#1637) + * Author: Michael Vogt, Reviewers: Ondřej Budai, Simon de Vlieger + * utils/mnt: fix mount permissions (#1643) + * Author: Gianluca Zuccarelli, Reviewers: Michael Vogt, Simon de Vlieger, Tomáš Hozza + * workflow, osbuild-mpp: run with cache (HMS-3697) (#1623) + * Author: Michael Vogt, Reviewers: Achilleas Koutsou, Simon de Vlieger + * workflow: drop python3.11 from matrix (HMS-3697) (#1625) + * Author: Michael Vogt, Reviewers: Ondřej Budai, Simon de Vlieger + * workflow: run all unit tests in parallel (#1655) + * Author: Michael Vogt, Reviewers: Ondřej Budai, Simon de Vlieger + +— Somewhere on the Internet, 2024-03-13 + + * Wed Feb 28 2024 Packit - 111-1 Changes with 111 ---------------- diff --git a/sources b/sources index 23c40cd..7408143 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (osbuild-111.tar.gz) = 946ac8140b88dec35f7e73f3703cea5357b50b535a770cabff4fc56efc81922559bca5b4467cfa45218ff36070db9a8a5fd1c28365413d750c333dc898f62bea +SHA512 (osbuild-112.tar.gz) = 96942ca839d6c2efc53a39a73ef91b9a107ae10d9b4edd9f4b3d476ae3659807de34234a2b010b43c93efcff8a16724545e16f898624acc85107679d2bbf868d From b113b1713f89637c7b2e541453c644182571d82a Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 27 Mar 2024 08:19:17 +0000 Subject: [PATCH 34/39] [packit] 113 upstream release Upstream tag: v113 Upstream commit: ec496769 --- .gitignore | 1 + README.packit | 2 +- osbuild.spec | 49 ++++++++++++++++++++++++++++++++++++++++++++++++- sources | 2 +- 4 files changed, 51 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5b13b12..53655e1 100644 --- a/.gitignore +++ b/.gitignore @@ -109,3 +109,4 @@ /osbuild-110.tar.gz /osbuild-111.tar.gz /osbuild-112.tar.gz +/osbuild-113.tar.gz diff --git a/README.packit b/README.packit index 38c0a99..d401b46 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.93.0.post1.dev5+g0048024e. +The file was generated using packit 0.94.0.post1.dev8+g4b1f9717. diff --git a/osbuild.spec b/osbuild.spec index 5d76bdd..d8c742c 100644 --- a/osbuild.spec +++ b/osbuild.spec @@ -1,7 +1,7 @@ %global forgeurl https://github.com/osbuild/osbuild %global selinuxtype targeted -Version: 112 +Version: 113 %forgemeta @@ -296,6 +296,53 @@ fi %{_libexecdir}/osbuild-depsolve-dnf %changelog +* Wed Mar 27 2024 Packit - 113-1 +Changes with 113 +---------------- + * Reformat all JSON files for consistency (#1687) + * Author: Achilleas Koutsou, Reviewers: Paweł Poławski, Simon de Vlieger + * Revert "osbuild: ensure loop.Loop() has the required device node" (#1646) + * Author: Michael Vogt, Reviewers: Achilleas Koutsou, Brian C. Lane, Simon de Vlieger + * Update snapshots to 20240313 (#1662) + * Author: SchutzBot, Reviewers: Brian C. Lane, Simon de Vlieger + * doc: document the new json-sequence monitor (HMS-3258) (#1659) + * Author: Michael Vogt, Reviewers: Simon Steinbeiß, Simon de Vlieger + * osbuild: ensure /var/tmp is a real directory (#1673) + * Author: Michael Vogt, Reviewers: Gianluca Zuccarelli, Simon de Vlieger + * osbuild: first step towards stage separation - allow meta.json for stages (#1618) + * Author: Michael Vogt, Reviewers: Achilleas Koutsou, Simon de Vlieger + * osbuild: make the entire /etc/selinux avaialble for the buildroot (HMS-3453) (#1675) + * Author: Michael Vogt, Reviewers: Colin Walters, Ondřej Budai, Simon de Vlieger + * sources: transform() is only used in the curl sources, remove from ABC and rename (#1667) + * Author: Michael Vogt, Reviewers: Achilleas Koutsou, Simon de Vlieger + * stage/systemd-unit-create:new systemd unit config params (#1666) + * Author: Sayan Paul, Reviewers: Achilleas Koutsou, Simon de Vlieger + * stages(selinux): add option exclude_paths (#1670) + * Author: Michael Vogt, Reviewers: Paweł Poławski, Simon de Vlieger + * stages: add functional user expiredate tests (#1664) + * Author: Michael Vogt, Reviewers: Achilleas Koutsou, Brian C. Lane + * stages: add support for options to bootc-install-to-fs (#1658) + * Author: Michael Vogt, Reviewers: Achilleas Koutsou, Florian Schüller, Simon de Vlieger + * stages: allow bootc.install-to-filesystem work without selinux (HMS-3453) (#1682) + * Author: Michael Vogt, Reviewers: Ondřej Budai, Simon de Vlieger + * stages: convert schemas to external (#1663) + * Author: Simon de Vlieger, Reviewers: Achilleas Koutsou, Gianluca Zuccarelli + * test: Add stage test trigger to makefile (#1660) + * Author: Paweł Poławski, Reviewers: Achilleas Koutsou, Simon de Vlieger + * test: return container_id in `make_container` (#1657) + * Author: Michael Vogt, Reviewers: Achilleas Koutsou, Simon de Vlieger + * tests: migrate manifest tests (#1622) + * Author: tkoscieln, Reviewers: Alexander Todorov, Jakub Rusz + * tox.ini: update autopep8/pyocdestyle to support py3.12 (#1661) + * Author: Michael Vogt, Reviewers: Ondřej Budai, Simon de Vlieger + * util: Consolidate parse functions into util (#1615) + * Author: Renata Ravanelli, Reviewers: Michael Vogt, Simon de Vlieger + * workflow: re-enable parallel runs to improve speed of test_stages and test_assemblers (#1683) + * Author: Florian Schüller, Reviewers: Michael Vogt, Paweł Poławski + +— Somewhere on the Internet, 2024-03-27 + + * Wed Mar 13 2024 Packit - 112-1 Changes with 112 ---------------- diff --git a/sources b/sources index 7408143..408c696 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (osbuild-112.tar.gz) = 96942ca839d6c2efc53a39a73ef91b9a107ae10d9b4edd9f4b3d476ae3659807de34234a2b010b43c93efcff8a16724545e16f898624acc85107679d2bbf868d +SHA512 (osbuild-113.tar.gz) = 0396bb9c1ae0cccc62bcc93158e279f8f95c61192d7672fc51128c735bbc3e1c333654a9eaadbda26d09fddff3d7a5137b68bf592cc07823b7212bc4943e6a81 From 60f17504cc462c50a8fcf5f364da286c1af2e028 Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 29 Mar 2024 12:36:05 +0000 Subject: [PATCH 35/39] [packit] 114 upstream release Upstream tag: v114 Upstream commit: 7e0e30fd --- .gitignore | 1 + osbuild.spec | 11 ++++++++++- sources | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 53655e1..6dcf2c3 100644 --- a/.gitignore +++ b/.gitignore @@ -110,3 +110,4 @@ /osbuild-111.tar.gz /osbuild-112.tar.gz /osbuild-113.tar.gz +/osbuild-114.tar.gz diff --git a/osbuild.spec b/osbuild.spec index d8c742c..472936c 100644 --- a/osbuild.spec +++ b/osbuild.spec @@ -1,7 +1,7 @@ %global forgeurl https://github.com/osbuild/osbuild %global selinuxtype targeted -Version: 113 +Version: 114 %forgemeta @@ -296,6 +296,15 @@ fi %{_libexecdir}/osbuild-depsolve-dnf %changelog +* Fri Mar 29 2024 Packit - 114-1 +Changes with 114 +---------------- + * curl: fix RHSM url retrieval (#1694) + * Author: andremarianiello, Reviewers: Paweł Poławski, Sanne Raymaekers, Simon de Vlieger + +— Somewhere on the Internet, 2024-03-29 + + * Wed Mar 27 2024 Packit - 113-1 Changes with 113 ---------------- diff --git a/sources b/sources index 408c696..033afcd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (osbuild-113.tar.gz) = 0396bb9c1ae0cccc62bcc93158e279f8f95c61192d7672fc51128c735bbc3e1c333654a9eaadbda26d09fddff3d7a5137b68bf592cc07823b7212bc4943e6a81 +SHA512 (osbuild-114.tar.gz) = a74e40216674d27a6b336f45cc0f1d35c8c50b06c0256826c3cf24421e20dc98c5d6fc0c533fd97641e5bed0b90144d99bcde9d5168f966027a695feb67069d0 From aeaeca3ed75c7ed7c6c85b5f45fcce8249c8e7b8 Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 10 Apr 2024 08:20:00 +0000 Subject: [PATCH 36/39] Update to 115 upstream release Upstream tag: v115 Upstream commit: 6549bf19 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- osbuild.spec | 43 ++++++++++++++++++++++++++++++++++++++++++- sources | 2 +- 4 files changed, 45 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6dcf2c3..a275937 100644 --- a/.gitignore +++ b/.gitignore @@ -111,3 +111,4 @@ /osbuild-112.tar.gz /osbuild-113.tar.gz /osbuild-114.tar.gz +/osbuild-115.tar.gz diff --git a/README.packit b/README.packit index d401b46..60cc823 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.94.0.post1.dev8+g4b1f9717. +The file was generated using packit 0.94.2. diff --git a/osbuild.spec b/osbuild.spec index 472936c..3edf0e4 100644 --- a/osbuild.spec +++ b/osbuild.spec @@ -1,7 +1,7 @@ %global forgeurl https://github.com/osbuild/osbuild %global selinuxtype targeted -Version: 114 +Version: 115 %forgemeta @@ -296,6 +296,47 @@ fi %{_libexecdir}/osbuild-depsolve-dnf %changelog +* Wed Apr 10 2024 Packit - 115-1 +Changes with 115 +---------------- + * Main bump checkout action to v4 (#1713) + * Author: Brian C. Lane, Reviewers: Achilleas Koutsou, Simon de Vlieger + * Stage: Schema migration to separated JSON files (#1697) + * Author: Paweł Poławski, Reviewers: Brian C. Lane, Simon de Vlieger + * Tests: Add unit tests for org.osbuild.mkfs.btrfs stage (#1681) + * Author: Paweł Poławski, Reviewers: Michael Vogt, Simon de Vlieger + * Tests: Add unit tests for org.osbuild.mkfs.xfs stage (#1678) + * Author: Paweł Poławski, Reviewers: Michael Vogt, Simon de Vlieger + * Update snapshots to 20240327 (#1690) + * Author: SchutzBot, Reviewers: Achilleas Koutsou, Ondřej Budai + * inputs,sources: add new `{inputs,sources}_service` fixtures (#1685) + * Author: Michael Vogt, Reviewers: Achilleas Koutsou, Ondřej Budai + * osbuild-mpp: Expand information in PkgInfo (#1688) + * Author: Pierre-Yves Chibon, Reviewers: Paweł Poławski, Simon de Vlieger + * source: add curl test in preparation for #1573 (#1703) + * Author: Michael Vogt, Reviewers: Achilleas Koutsou, Paweł Poławski + * sources(curl): set HTTP proxy through the environment (#1708) + * Author: Sanne Raymaekers, Reviewers: Achilleas Koutsou, Michael Vogt, Paweł Poławski + * sources(curl): tweak tests to use monkeypatch.setenv() (#1709) + * Author: Michael Vogt, Reviewers: Brian C. Lane, Ondřej Budai + * sources: add regression test for issue#1693 (#1699) + * Author: Michael Vogt, Reviewers: Achilleas Koutsou, Paweł Poławski + * sources: some small tweaks to the curl tests (#1700) + * Author: Michael Vogt, Reviewers: Achilleas Koutsou, Paweł Poławski + * stages(mkdir): allow to pass in devices/mounts (#1712) + * Author: Michael Vogt, Reviewers: Achilleas Koutsou, Ondřej Budai + * stages: add org.osbuild.zip (#1692) + * Author: Luke Yang, Reviewers: Achilleas Koutsou, Michael Vogt + * stages: move users/selinux to v2 and add devices/mounts support (#1705) + * Author: Michael Vogt, Reviewers: Achilleas Koutsou, Paweł Poławski + * systemd.unit.create: Add Environment and EnvironmentFile options (HMS-3814) (#1684) + * Author: Achilleas Koutsou, Reviewers: Michael Vogt, Simon de Vlieger + * testutil: add AtomicCounter() as a threadsafe counter (#1707) + * Author: Michael Vogt, Reviewers: Brian C. Lane, Ondřej Budai + +— Somewhere on the Internet, 2024-04-10 + + * Fri Mar 29 2024 Packit - 114-1 Changes with 114 ---------------- diff --git a/sources b/sources index 033afcd..93986bb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (osbuild-114.tar.gz) = a74e40216674d27a6b336f45cc0f1d35c8c50b06c0256826c3cf24421e20dc98c5d6fc0c533fd97641e5bed0b90144d99bcde9d5168f966027a695feb67069d0 +SHA512 (osbuild-115.tar.gz) = b7bc9f94a0067aa55af5068a4a8cecff0c4aaf897c74adfa42cb468d2f5e418f6fe7119f3faa889d9d358144acf1f98a059aca1159f4c6a4a07e4fcb3f18d7d9 From 216095729cfa470f8996d233e7b34a8d6a5c5c30 Mon Sep 17 00:00:00 2001 From: Packit Date: Mon, 15 Apr 2024 09:10:42 +0000 Subject: [PATCH 37/39] Update to 116 upstream release Upstream tag: v116 Upstream commit: f892351b Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + osbuild.spec | 29 ++++++++++++++++++++++++++++- sources | 2 +- 3 files changed, 30 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a275937..c17e676 100644 --- a/.gitignore +++ b/.gitignore @@ -112,3 +112,4 @@ /osbuild-113.tar.gz /osbuild-114.tar.gz /osbuild-115.tar.gz +/osbuild-116.tar.gz diff --git a/osbuild.spec b/osbuild.spec index 3edf0e4..fac3d61 100644 --- a/osbuild.spec +++ b/osbuild.spec @@ -1,7 +1,7 @@ %global forgeurl https://github.com/osbuild/osbuild %global selinuxtype targeted -Version: 115 +Version: 116 %forgemeta @@ -296,6 +296,33 @@ fi %{_libexecdir}/osbuild-depsolve-dnf %changelog +* Mon Apr 15 2024 Packit - 116-1 +Changes with 116 +---------------- + * curl: test that OSBUILD_SOURCES_CURL_PROXY works correctly (#1710) + * Author: Michael Vogt, Reviewers: Brian C. Lane, Paweł Poławski + * mounts: implement new `org.osbuild.bind` mount (#1711) + * Author: Michael Vogt, Reviewers: Achilleas Koutsou, Ondřej Budai + * osbuild-depsolve-dnf(5): support proxy (#1715) + * Author: Sanne Raymaekers, Reviewers: Paweł Poławski, Tomáš Hozza + * osbuild-depsolve-dnf: support loading repositories from a root dir (#1674) + * Author: Achilleas Koutsou, Reviewers: Nobody + * osbuild: fix newline issue with final output 👀 (#1723) + * Author: Gianluca Zuccarelli, Reviewers: Michael Vogt, Paweł Poławski, Simon de Vlieger, Tomáš Hozza + * test: tiny tweaks for the output handling in the test_depsolve.py (#1718) + * Author: Michael Vogt, Reviewers: Brian C. Lane, Paweł Poławski + * tools/osbuild-depsolve-dnf(5): require releasever (#1724) + * Author: Achilleas Koutsou, Reviewers: Michael Vogt, Paweł Poławski + * tools: extract make_dnf_scafolding() from config_combos() (#1717) + * Author: Michael Vogt, Reviewers: Achilleas Koutsou, Sanne Raymaekers + * tools: fix proxy key error when "proxy" is not set (#1722) + * Author: Michael Vogt, Reviewers: Achilleas Koutsou, Sanne Raymaekers + * tools: rename "nothing" to "pkg-with-no-deps" to make it a bit clearer (#1719) + * Author: Michael Vogt, Reviewers: Achilleas Koutsou, Paweł Poławski + +— Somewhere on the Internet, 2024-04-15 + + * Wed Apr 10 2024 Packit - 115-1 Changes with 115 ---------------- diff --git a/sources b/sources index 93986bb..6e8f881 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (osbuild-115.tar.gz) = b7bc9f94a0067aa55af5068a4a8cecff0c4aaf897c74adfa42cb468d2f5e418f6fe7119f3faa889d9d358144acf1f98a059aca1159f4c6a4a07e4fcb3f18d7d9 +SHA512 (osbuild-116.tar.gz) = 9eed1ccf59770923aa1f8f77074e61cf57c44f986f7e2e1d1db92e27283bb2560cb031078366c6744da23c749c62364a1814924c89231087773522b88d6ae2b4 From d674341701c922bd9a85d0457c44e8418356ed8e Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 24 Apr 2024 08:20:08 +0000 Subject: [PATCH 38/39] Update to 117 upstream release Upstream tag: v117 Upstream commit: 1f0f18d2 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- osbuild.spec | 39 ++++++++++++++++++++++++++++++++++++++- sources | 2 +- 4 files changed, 41 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c17e676..08eb49b 100644 --- a/.gitignore +++ b/.gitignore @@ -113,3 +113,4 @@ /osbuild-114.tar.gz /osbuild-115.tar.gz /osbuild-116.tar.gz +/osbuild-117.tar.gz diff --git a/README.packit b/README.packit index 60cc823..bee8d88 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.94.2. +The file was generated using packit 0.95.0. diff --git a/osbuild.spec b/osbuild.spec index fac3d61..729a975 100644 --- a/osbuild.spec +++ b/osbuild.spec @@ -1,7 +1,7 @@ %global forgeurl https://github.com/osbuild/osbuild %global selinuxtype targeted -Version: 116 +Version: 117 %forgemeta @@ -296,6 +296,43 @@ fi %{_libexecdir}/osbuild-depsolve-dnf %changelog +* Wed Apr 24 2024 Packit - 117-1 +Changes with 117 +---------------- + * Enable osbuild-depsolve-dnf5 testing and fix a bug (#1744) + * Author: Brian C. Lane, Reviewers: Achilleas Koutsou, Simon de Vlieger + * Enable unit tests for osbuild-depsolve-dnf(5) (#1731) + * Author: Achilleas Koutsou, Reviewers: Michael Vogt, Sanne Raymaekers + * Makefile: make sure that `make test-all` really runs all tests (#1734) + * Author: Michael Vogt, Reviewers: Achilleas Koutsou, Paweł Poławski + * Stages/SELinux: force auto-relabel of full contexts (#1737) + * Author: Tomáš Hozza, Reviewers: Achilleas Koutsou, Michael Vogt, Simon de Vlieger + * Stages/cloud-init: support additional datasources (COMPOSER-2060) (#1729) + * Author: Tomáš Hozza, Reviewers: Achilleas Koutsou, Michael Vogt + * Update snapshots to 20240415 (#1725) + * Author: SchutzBot, Reviewers: Sanne Raymaekers, Simon de Vlieger + * meta: automatically allow `devices` as input in the stages schemas (#1727) + * Author: Michael Vogt, Reviewers: Achilleas Koutsou, Simon de Vlieger + * org.osbuld.systemd: support unit files that start with - (#1749) + * Author: Achilleas Koutsou, Reviewers: Alexander Larsson, Brian C. Lane, Gianluca Zuccarelli + * stages(groups): add support for the mounts for `bootc install to-filesystem` (#1726) + * Author: Michael Vogt, Reviewers: Achilleas Koutsou, Ondřej Budai + * stages: add support for `--target-imgref` to bootc install to-filesystem (#1740) + * Author: Michael Vogt, Reviewers: Achilleas Koutsou, Ondřej Budai + * stages: allow `bootloader --append` via kickstart (#1742) + * Author: Michael Vogt, Reviewers: Achilleas Koutsou, Paweł Poławski + * systemd.unit.create: support the After option in the Unit section (HMS-3814) (#1741) + * Author: Achilleas Koutsou, Reviewers: Michael Vogt, Sanne Raymaekers + * tools: extract common _test_depsolve_both_dnf_dnf5 helper. (#1716) + * Author: Michael Vogt, Reviewers: Achilleas Koutsou, Paweł Poławski + * tools: fix error when `releasever` cannot be found (#1739) + * Author: Michael Vogt, Reviewers: Achilleas Koutsou, Paweł Poławski + * tox,workflow: run all tests in the GH worfklow (#1735) + * Author: Michael Vogt, Reviewers: Achilleas Koutsou, Ondřej Budai + +— Somewhere on the Internet, 2024-04-24 + + * Mon Apr 15 2024 Packit - 116-1 Changes with 116 ---------------- diff --git a/sources b/sources index 6e8f881..f168d7f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (osbuild-116.tar.gz) = 9eed1ccf59770923aa1f8f77074e61cf57c44f986f7e2e1d1db92e27283bb2560cb031078366c6744da23c749c62364a1814924c89231087773522b88d6ae2b4 +SHA512 (osbuild-117.tar.gz) = 7fb7e4614959ff7812978b9044e7f5e0e97b8de15cbea1063f618e17b8d011add1dee4ec45b3d28aba2924d800ae40846fb96d32975569ede22357cdc0e8cd18 From 4295c0279e470637ce8c7506961a897ed117f7de Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 8 May 2024 08:15:36 +0000 Subject: [PATCH 39/39] Update to 118 upstream release Upstream tag: v118 Upstream commit: 86f3459e Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- osbuild.spec | 53 ++++++++++++++++++++++++++++++++++++++++----------- sources | 2 +- 4 files changed, 45 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index 08eb49b..69739a1 100644 --- a/.gitignore +++ b/.gitignore @@ -114,3 +114,4 @@ /osbuild-115.tar.gz /osbuild-116.tar.gz /osbuild-117.tar.gz +/osbuild-118.tar.gz diff --git a/README.packit b/README.packit index bee8d88..ed243a9 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.95.0. +The file was generated using packit 0.96.0. diff --git a/osbuild.spec b/osbuild.spec index 729a975..c2d9cff 100644 --- a/osbuild.spec +++ b/osbuild.spec @@ -1,7 +1,7 @@ %global forgeurl https://github.com/osbuild/osbuild %global selinuxtype targeted -Version: 117 +Version: 118 %forgemeta @@ -137,12 +137,7 @@ manifests and osbuild. Summary: Dependency solving support for DNF Requires: %{name} = %{version}-%{release} -# Fedora 40 and later use libdnf5, RHEL and Fedora < 40 use libdnf -%if 0%{?fedora} >= 40 -Requires: python3-libdnf5 >= 5.1.1 -%else Requires: python3-libdnf -%endif %description depsolve-dnf Contains depsolving capabilities for package managers. @@ -213,12 +208,7 @@ install -p -m 0755 data/10-osbuild-inhibitor.rules %{buildroot}%{_udevrulesdir} # Install `osbuild-depsolve-dnf` into libexec mkdir -p %{buildroot}%{_libexecdir} -# Fedora 40 and later use dnf5-json, RHEL and Fedora < 40 use dnf-json -%if 0%{?fedora} >= 40 -install -p -m 0755 tools/osbuild-depsolve-dnf5 %{buildroot}%{_libexecdir}/osbuild-depsolve-dnf -%else install -p -m 0755 tools/osbuild-depsolve-dnf %{buildroot}%{_libexecdir}/osbuild-depsolve-dnf -%endif %check exit 0 @@ -296,6 +286,47 @@ fi %{_libexecdir}/osbuild-depsolve-dnf %changelog +* Wed May 08 2024 Packit - 118-1 +Changes with 118 +---------------- + * Fix bug with sslverify and add test (#1758) + * Author: Brian C. Lane, Reviewers: Achilleas Koutsou, Michael Vogt + * Revert "Disable F40 CI (CVE-2024-3094 response)" (#1762) + * Author: Brian C. Lane, Reviewers: Achilleas Koutsou, Michael Vogt, Tomáš Hozza + * Start building RPMs on 9.5 nightly (#1770) + * Author: Alexander Todorov, Reviewers: Jakub Rusz, Tomáš Hozza + * Update snapshots to 20240502 (#1771) + * Author: SchutzBot, Reviewers: Achilleas Koutsou, Tomáš Hozza + * osbuild: fix error match in mount test for rawhide (#1754) + * Author: Michael Vogt, Reviewers: Achilleas Koutsou, Tomáš Hozza + * sources/curl: Use our own User-Agent (#1766) + * Author: Ondřej Budai, Reviewers: Achilleas Koutsou, Gianluca Zuccarelli, Michael Vogt, Simon de Vlieger + * spec: Install osbuild-depsolve-dnf not dnf5 (#1769) + * Author: Brian C. Lane, Reviewers: Michael Vogt, Simon de Vlieger + * stages/kickstart: add support for the dir transport (#1764) + * Author: Ondřej Budai, Reviewers: Michael Vogt, Tomáš Hozza + * stages/skopeo: Fix the remove-signatures option (#1763) + * Author: Ondřej Budai, Reviewers: Achilleas Koutsou, Florian Schüller, Gianluca Zuccarelli, Michael Vogt + * stages: add support for destination {dir,oci-archive} to the skopeo stage (#1752) + * Author: Florian Schüller, Reviewers: Achilleas Koutsou, Michael Vogt + * stages: new bootc.install.config stage (#1747) + * Author: Achilleas Koutsou, Reviewers: Michael Vogt, Ondřej Budai + * stages: remove redundant entries of devices/mounts in schemas (#1733) + * Author: Michael Vogt, Reviewers: Brian C. Lane, Tomáš Hozza + * stages: tweak the skopeo copy test (#1761) + * Author: Michael Vogt, Reviewers: Achilleas Koutsou, Brian C. Lane, Florian Schüller + * test_clamp_mtime: avoid clashing with chrony (#1760) + * Author: Florian Schüller, Reviewers: Brian C. Lane, Michael Vogt + * testutil: fix `make_container()` cleanup (#1757) + * Author: Michael Vogt, Reviewers: Achilleas Koutsou, Brian C. Lane + * workflow: bump osbuild-ci container to include podman, et al. (#1759) + * Author: Michael Vogt, Reviewers: Brian C. Lane, Ondřej Budai + * workflow: show summary why tests are skipped (#1755) + * Author: Michael Vogt, Reviewers: Achilleas Koutsou, Brian C. Lane + +— Somewhere on the Internet, 2024-05-08 + + * Wed Apr 24 2024 Packit - 117-1 Changes with 117 ---------------- diff --git a/sources b/sources index f168d7f..b374a74 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (osbuild-117.tar.gz) = 7fb7e4614959ff7812978b9044e7f5e0e97b8de15cbea1063f618e17b8d011add1dee4ec45b3d28aba2924d800ae40846fb96d32975569ede22357cdc0e8cd18 +SHA512 (osbuild-118.tar.gz) = 8004fead5783fe7e9ed468fe4a7eaebd7df4368f83d44374eba5dbaf71d711dddfb52ba43c49f98414b679c5513a2585e0b3c5bcd686c3a856867e6a8322a20f