From ba234970ee31a28a3d55cff7cbbb831cbe9da8ac Mon Sep 17 00:00:00 2001 From: Kate Hsuan Date: Wed, 13 Sep 2023 11:51:07 +0800 Subject: [PATCH 1/4] 0.9.6 release Fixing for compiler warning and log message issues. Signed-off-by: Kate Hsuan --- .gitignore | 1 + bolt.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ec253d4..56d5846 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ tests/source/ /bolt-0.9.2.tar.gz /bolt-0.9.3.tar.gz /bolt-0.9.5.tar.gz +/bolt-0.9.6.tar.gz diff --git a/bolt.spec b/bolt.spec index a8ba82c..3de140d 100644 --- a/bolt.spec +++ b/bolt.spec @@ -1,5 +1,5 @@ Name: bolt -Version: 0.9.5 +Version: 0.9.6 Release: 1%{?dist} Summary: Thunderbolt device manager License: LGPLv2+ @@ -77,6 +77,10 @@ mentioned tasks. %ghost %dir %{_localstatedir}/lib/boltd %changelog +* Wed Sep 13 2023 Kate Hsuan - 0.9.6-1 +- Update 0.9.6 release +- Fixing for compiler warning and log message issues + * Tue Feb 14 2023 Kate hsuan - 0.9.5-1 - Updated to upstream version diff --git a/sources b/sources index d4e2266..6c1023c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (bolt-0.9.5.tar.gz) = cf8625f45d15f5685d99a49c5993a9196b355158be660c63fb22f86c2d9806d41cc13702d2e8d1b8e6f37e4acf3485e2b2c0eb19f907732bdf670680cbc073ae +SHA512 (bolt-0.9.6.tar.gz) = c8d638fa9eb73c79cb4ee93c8c29d7d71d0ae449b2363bc75c303f978201078a42d4b05095e67d677447aea1db9d337f195ce264175c6b0c4733e9ed3eb2e081 From 5eea41e7a539c46debbb83c85b751d078493c6cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Wed, 24 Jan 2024 09:42:55 +0000 Subject: [PATCH 2/4] Migrate to SPDX license This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_3 --- bolt.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bolt.spec b/bolt.spec index 3de140d..345a35c 100644 --- a/bolt.spec +++ b/bolt.spec @@ -2,7 +2,7 @@ Name: bolt Version: 0.9.6 Release: 1%{?dist} Summary: Thunderbolt device manager -License: LGPLv2+ +License: LGPL-2.1-or-later URL: https://gitlab.freedesktop.org/bolt/bolt Source0: %{url}/-/archive/%{version}/%{name}-%{version}.tar.gz Patch0: 0001-test-test-unix-skip-unix-domain-socket-test.patch From 414c99691aede67b0e742716587f7dd35ed96793 Mon Sep 17 00:00:00 2001 From: Kate Hsuan Date: Thu, 1 Feb 2024 11:02:04 +0800 Subject: [PATCH 3/4] Rebuild for SPDX update --- bolt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bolt.spec b/bolt.spec index 345a35c..b71305d 100644 --- a/bolt.spec +++ b/bolt.spec @@ -1,6 +1,6 @@ Name: bolt Version: 0.9.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Thunderbolt device manager License: LGPL-2.1-or-later URL: https://gitlab.freedesktop.org/bolt/bolt @@ -77,6 +77,9 @@ mentioned tasks. %ghost %dir %{_localstatedir}/lib/boltd %changelog +* Thu Feb 1 2024 Kate Hsuan - 0.9.6-2 +- Update SPDX license + * Wed Sep 13 2023 Kate Hsuan - 0.9.6-1 - Update 0.9.6 release - Fixing for compiler warning and log message issues From d7ae6e431bcbf494b6b04990c3cbe56a818593cd Mon Sep 17 00:00:00 2001 From: Kate Hsuan Date: Fri, 1 Mar 2024 16:42:55 +0800 Subject: [PATCH 4/4] Update to 0.9.7 - Update to release 0.9.7 - Support for nopcie security level --- .gitignore | 1 + bolt.spec | 9 +++++++-- sources | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 56d5846..30ac6c2 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ tests/source/ /bolt-0.9.3.tar.gz /bolt-0.9.5.tar.gz /bolt-0.9.6.tar.gz +/bolt-0.9.7.tar.gz diff --git a/bolt.spec b/bolt.spec index b71305d..8d3a6a2 100644 --- a/bolt.spec +++ b/bolt.spec @@ -1,6 +1,6 @@ Name: bolt -Version: 0.9.6 -Release: 2%{?dist} +Version: 0.9.7 +Release: 1%{?dist} Summary: Thunderbolt device manager License: LGPL-2.1-or-later URL: https://gitlab.freedesktop.org/bolt/bolt @@ -77,6 +77,11 @@ mentioned tasks. %ghost %dir %{_localstatedir}/lib/boltd %changelog +* Fri Mar 1 2024 Kate Hsuan - 0.9.7-1 +- bolt 0.9.7 release +- Support 'nopcie' security level +- Bug fixes + * Thu Feb 1 2024 Kate Hsuan - 0.9.6-2 - Update SPDX license diff --git a/sources b/sources index 6c1023c..15cfdb2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (bolt-0.9.6.tar.gz) = c8d638fa9eb73c79cb4ee93c8c29d7d71d0ae449b2363bc75c303f978201078a42d4b05095e67d677447aea1db9d337f195ce264175c6b0c4733e9ed3eb2e081 +SHA512 (bolt-0.9.7.tar.gz) = a9ae0425cdba8932356ec4dcf3f6b3469478c01d47ef3b741c0a841117c81b354f35860be6011ea3b43b28ae10164909a82e2bdbcf92e8541c637cf44277a36c