Skip to content

Commit

Permalink
Upgrade: bolt to version 0.9.8 (#11208)
Browse files Browse the repository at this point in the history
  • Loading branch information
AkarshHCL authored Feb 6, 2025
1 parent 4e4f48c commit e16dd5f
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 5 deletions.
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

2 changes: 1 addition & 1 deletion SPECS-EXTENDED/bolt/bolt.signatures.json
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"
}
}
10 changes: 8 additions & 2 deletions SPECS-EXTENDED/bolt/bolt.spec
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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -1187,8 +1187,8 @@
"type": "other",
"other": {
"name": "bolt",
"version": "0.9.2",
"downloadUrl": "https://gitlab.freedesktop.org/bolt/bolt/-/archive/0.9.2/bolt-0.9.2.tar.gz"
"version": "0.9.8",
"downloadUrl": "https://gitlab.freedesktop.org/bolt/bolt/-/archive/0.9.8/bolt-0.9.8.tar.gz"
}
}
},
Expand Down

0 comments on commit e16dd5f

Please sign in to comment.