From 4014aa787ab96bda082b1c4d9f90cd6f856b4512 Mon Sep 17 00:00:00 2001 From: Samuel Tyler Date: Wed, 15 Oct 2025 10:54:30 +1100 Subject: [PATCH 1/2] Add REUSE-IgnoreStart for reuse 6 upgrade --- steps/linux-4.14.341-openela/patches/4.14.341-openela.patch | 2 ++ steps/linux-4.14.341-openela/patches/deblob.patch | 2 ++ .../patches/4.14.341-openela.patch | 2 ++ 3 files changed, 6 insertions(+) diff --git a/steps/linux-4.14.341-openela/patches/4.14.341-openela.patch b/steps/linux-4.14.341-openela/patches/4.14.341-openela.patch index 9c557b06..e201dba8 100644 --- a/steps/linux-4.14.341-openela/patches/4.14.341-openela.patch +++ b/steps/linux-4.14.341-openela/patches/4.14.341-openela.patch @@ -5,6 +5,8 @@ SPDX-License-Identifier: GPL-2.0-only Patch kernel up to 4.14.341-openela +REUSE-IgnoreStart + diff --git Documentation/ABI/testing/sysfs-class-net-queues Documentation/ABI/testing/sysfs-class-net-queues index 0c0df91b1516..2734cd9ee43c 100644 --- linux-4.14.336/Documentation/ABI/testing/sysfs-class-net-queues diff --git a/steps/linux-4.14.341-openela/patches/deblob.patch b/steps/linux-4.14.341-openela/patches/deblob.patch index 037d304d..a0197f2c 100644 --- a/steps/linux-4.14.341-openela/patches/deblob.patch +++ b/steps/linux-4.14.341-openela/patches/deblob.patch @@ -4,6 +4,8 @@ SPDX-License-Identifier: GPL-2.0-only Remove drivers containing embedded blobs +REUSE-IgnoreStart + diff -ruN ../linux-4.14.336/Documentation/networking/cops.txt ./Documentation/networking/cops.txt --- linux-4.14.336/../linux-4.14.336/Documentation/networking/cops.txt 2024-01-10 14:45:41.000000000 +0100 +++ linux-4.14.336/./Documentation/networking/cops.txt 1970-01-01 01:00:00.000000000 +0100 diff --git a/steps/linux-headers-4.14.341-openela/patches/4.14.341-openela.patch b/steps/linux-headers-4.14.341-openela/patches/4.14.341-openela.patch index cab1164a..7852e408 100644 --- a/steps/linux-headers-4.14.341-openela/patches/4.14.341-openela.patch +++ b/steps/linux-headers-4.14.341-openela/patches/4.14.341-openela.patch @@ -5,6 +5,8 @@ SPDX-License-Identifier: GPL-2.0-only Patch kernel headers up to 4.14.341-openela +REUSE-IgnoreStart + diff --git include/crypto/if_alg.h include/crypto/if_alg.h index 2ea6a95ca825..f803dc8c45ad 100644 --- linux-4.14.336/include/crypto/if_alg.h From d4f9a1672db0d4cc4015cca3927585b221e96b0f Mon Sep 17 00:00:00 2001 From: Samuel Tyler Date: Wed, 15 Oct 2025 10:55:32 +1100 Subject: [PATCH 2/2] Convert dep5 to REUSE.toml --- .reuse/dep5 | 14 -------------- REUSE.toml | 10 ++++++++++ 2 files changed, 10 insertions(+), 14 deletions(-) delete mode 100644 .reuse/dep5 create mode 100644 REUSE.toml diff --git a/.reuse/dep5 b/.reuse/dep5 deleted file mode 100644 index 0b3e3bd6..00000000 --- a/.reuse/dep5 +++ /dev/null @@ -1,14 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: live-bootstrap -Upstream-Contact: fosslinux -Source: https://github.com/fosslinux/live-bootstrap - -# Sample paragraph, commented out: -# -# Files: src/* -# Copyright: $YEAR $NAME <$CONTACT> -# License: ... - -Files: steps/*/sources steps/*/*.checksums steps/SHA256SUMS.pkgs steps/*/simple-patches/* seed/*.checksums -Copyright: none -License: MIT diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 00000000..953b27ff --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,10 @@ +version = 1 +SPDX-PackageName = "live-bootstrap" +SPDX-PackageSupplier = "fosslinux " +SPDX-PackageDownloadLocation = "https://github.com/fosslinux/live-bootstrap" + +[[annotations]] +path = ["steps/**/sources", "steps/**/**.checksums", "steps/SHA256SUMS.pkgs", "steps/**/simple-patches/**", "seed/**.checksums"] +precedence = "aggregate" +SPDX-FileCopyrightText = "none" +SPDX-License-Identifier = "MIT"