-
Notifications
You must be signed in to change notification settings - Fork 567
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade: bolt to version 0.9.8 (#11208)
- Loading branch information
Showing
4 changed files
with
42 additions
and
5 deletions.
There are no files selected for viewing
31 changes: 31 additions & 0 deletions
31
SPECS-EXTENDED/bolt/0001-test-test-unix-skip-unix-domain-socket-test.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
From 74eace0d89b63be92615364568ba36ad7d748477 Mon Sep 17 00:00:00 2001 | ||
From: Kate Hsuan <[email protected]> | ||
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"Signatures": { | ||
"bolt-0.9.2.tar.gz": "9119ad9bbc6406b401b5cae99d2b583006ef6c0e61e48a9d120a7f832b202b4e" | ||
"bolt-0.9.8.tar.gz": "5a4306aa21ee398e1e9f2a5072748c9469c9360bf5edc7dcec2f12fc17be122e" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,15 @@ | ||
Summary: Thunderbolt device manager | ||
Name: bolt | ||
Version: 0.9.2 | ||
Release: 2%{?dist} | ||
Version: 0.9.8 | ||
Release: 1%{?dist} | ||
License: LGPL-2.0-or-later | ||
Vendor: Microsoft Corporation | ||
Distribution: Azure Linux | ||
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: asciidoc | ||
BuildRequires: gcc | ||
BuildRequires: libudev-devel | ||
|
@@ -69,6 +72,9 @@ mentioned tasks. | |
%ghost %dir %{_localstatedir}/lib/boltd | ||
|
||
%changelog | ||
* Mon Nov 25 2024 Akarsh Chaudhary <[email protected]> - 0.9.8-1 | ||
- Upgrade to version 0.9.8 | ||
|
||
* Thu Jan 05 2023 Suresh Thelkar <[email protected]> - 0.9.2-2 | ||
- Initial CBL-Mariner import from Fedora 36 (license: MIT) | ||
- License verified | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters