From 2f61be579303f255f4115d11d0a8fa6552816835 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Mon, 30 Sep 2024 15:10:57 +0000 Subject: [PATCH] import CS bolt-0.9.7-1.el9 --- .bolt.metadata | 2 +- .gitignore | 2 +- ...st-unix-skip-unix-domain-socket-test.patch | 31 +++++++++++++++++++ SPECS/bolt.spec | 7 ++++- 4 files changed, 39 insertions(+), 3 deletions(-) create mode 100644 SOURCES/0001-test-test-unix-skip-unix-domain-socket-test.patch diff --git a/.bolt.metadata b/.bolt.metadata index d73190e..5d9eab2 100644 --- a/.bolt.metadata +++ b/.bolt.metadata @@ -1 +1 @@ -1246849ee48e7ba29536996857a04ed61195b735 SOURCES/bolt-0.9.5.tar.gz +27ea192596b3e332ec6d05073f364653bc490782 SOURCES/bolt-0.9.7.tar.gz diff --git a/.gitignore b/.gitignore index f36e04d..b9da61d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/bolt-0.9.5.tar.gz +SOURCES/bolt-0.9.7.tar.gz diff --git a/SOURCES/0001-test-test-unix-skip-unix-domain-socket-test.patch b/SOURCES/0001-test-test-unix-skip-unix-domain-socket-test.patch new file mode 100644 index 0000000..d0b1f94 --- /dev/null +++ b/SOURCES/0001-test-test-unix-skip-unix-domain-socket-test.patch @@ -0,0 +1,31 @@ +From 74eace0d89b63be92615364568ba36ad7d748477 Mon Sep 17 00:00:00 2001 +From: Kate Hsuan +Date: Tue, 14 Feb 2023 16:25:04 +0800 +Subject: [PATCH] test: test-unix: skip unix domain socket test + +Skip the test since we can't test unix domain socket in mock. +--- + tests/test-unix.c | 7 ------- + 1 file changed, 7 deletions(-) + +diff --git a/tests/test-unix.c b/tests/test-unix.c +index 98de3db..366488f 100644 +--- a/tests/test-unix.c ++++ b/tests/test-unix.c +@@ -198,13 +198,6 @@ main (int argc, char **argv) + test_pid_is_alive, + NULL); + +- g_test_add ("/common/unix/bolt_sd_notify", +- TestNotify, +- NULL, +- test_notify_setup, +- test_sd_notify, +- test_notify_teardown); +- + g_test_add ("/common/unix/sd_watchdog_enabled", + TestDummy, + NULL, +-- +2.39.1 + diff --git a/SPECS/bolt.spec b/SPECS/bolt.spec index a032b9c..c02ae59 100644 --- a/SPECS/bolt.spec +++ b/SPECS/bolt.spec @@ -1,10 +1,11 @@ Name: bolt -Version: 0.9.5 +Version: 0.9.7 Release: 1%{?dist} Summary: Thunderbolt device manager License: LGPLv2+ 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 BuildRequires: gcc BuildRequires: asciidoc @@ -76,6 +77,10 @@ mentioned tasks. %ghost %dir %{_localstatedir}/lib/boltd %changelog +* Tue Mar 26 2024 Kate Hsuan - 0.9.7-1 +- Update to upstream release 0.9.7 +- Support 'nopcie' security level + * Mon Jan 9 2023 Kate Hsuan - 0.9.5-1 - New 0.9.5 upstream release