Skip to content

Commit e16dd5f

Browse files
authored
Upgrade: bolt to version 0.9.8 (#11208)
1 parent 4e4f48c commit e16dd5f

4 files changed

Lines changed: 42 additions & 5 deletions

File tree

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
From 74eace0d89b63be92615364568ba36ad7d748477 Mon Sep 17 00:00:00 2001
2+
From: Kate Hsuan <hpa@redhat.com>
3+
Date: Tue, 14 Feb 2023 16:25:04 +0800
4+
Subject: [PATCH] test: test-unix: skip unix domain socket test
5+
6+
Skip the test since we can't test unix domain socket in mock.
7+
---
8+
tests/test-unix.c | 7 -------
9+
1 file changed, 7 deletions(-)
10+
11+
diff --git a/tests/test-unix.c b/tests/test-unix.c
12+
index 98de3db..366488f 100644
13+
--- a/tests/test-unix.c
14+
+++ b/tests/test-unix.c
15+
@@ -198,13 +198,6 @@ main (int argc, char **argv)
16+
test_pid_is_alive,
17+
NULL);
18+
19+
- g_test_add ("/common/unix/bolt_sd_notify",
20+
- TestNotify,
21+
- NULL,
22+
- test_notify_setup,
23+
- test_sd_notify,
24+
- test_notify_teardown);
25+
-
26+
g_test_add ("/common/unix/sd_watchdog_enabled",
27+
TestDummy,
28+
NULL,
29+
--
30+
2.39.1
31+
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"Signatures": {
3-
"bolt-0.9.2.tar.gz": "9119ad9bbc6406b401b5cae99d2b583006ef6c0e61e48a9d120a7f832b202b4e"
3+
"bolt-0.9.8.tar.gz": "5a4306aa21ee398e1e9f2a5072748c9469c9360bf5edc7dcec2f12fc17be122e"
44
}
55
}

SPECS-EXTENDED/bolt/bolt.spec

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
Summary: Thunderbolt device manager
22
Name: bolt
3-
Version: 0.9.2
4-
Release: 2%{?dist}
3+
Version: 0.9.8
4+
Release: 1%{?dist}
55
License: LGPL-2.0-or-later
66
Vendor: Microsoft Corporation
77
Distribution: Azure Linux
88
URL: https://gitlab.freedesktop.org/bolt/bolt
99
Source0: %{url}/-/archive/%{version}/%{name}-%{version}.tar.gz
10+
11+
Patch0: 0001-test-test-unix-skip-unix-domain-socket-test.patch
12+
1013
BuildRequires: asciidoc
1114
BuildRequires: gcc
1215
BuildRequires: libudev-devel
@@ -69,6 +72,9 @@ mentioned tasks.
6972
%ghost %dir %{_localstatedir}/lib/boltd
7073

7174
%changelog
75+
* Mon Nov 25 2024 Akarsh Chaudhary <v-akarshc@microsoft.com> - 0.9.8-1
76+
- Upgrade to version 0.9.8
77+
7278
* Thu Jan 05 2023 Suresh Thelkar <sthelkar@microsoft.com> - 0.9.2-2
7379
- Initial CBL-Mariner import from Fedora 36 (license: MIT)
7480
- License verified

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1187,8 +1187,8 @@
11871187
"type": "other",
11881188
"other": {
11891189
"name": "bolt",
1190-
"version": "0.9.2",
1191-
"downloadUrl": "https://gitlab.freedesktop.org/bolt/bolt/-/archive/0.9.2/bolt-0.9.2.tar.gz"
1190+
"version": "0.9.8",
1191+
"downloadUrl": "https://gitlab.freedesktop.org/bolt/bolt/-/archive/0.9.8/bolt-0.9.8.tar.gz"
11921192
}
11931193
}
11941194
},

0 commit comments

Comments
 (0)