Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d31424a4cb | ||
|
|
a6cc459ceb | ||
|
|
719ef2dc8e |
4 changed files with 48 additions and 3 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -20,3 +20,6 @@ tests/source/
|
|||
/bolt-0.9.tar.gz
|
||||
/bolt-0.9.1.tar.gz
|
||||
/bolt-0.9.2.tar.gz
|
||||
/bolt-0.9.3.tar.gz
|
||||
/bolt-0.9.5.tar.gz
|
||||
/bolt-0.9.6.tar.gz
|
||||
|
|
|
|||
31
0001-test-test-unix-skip-unix-domain-socket-test.patch
Normal file
31
0001-test-test-unix-skip-unix-domain-socket-test.patch
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
From 74eace0d89b63be92615364568ba36ad7d748477 Mon Sep 17 00:00:00 2001
|
||||
From: Kate Hsuan <hpa@redhat.com>
|
||||
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
|
||||
|
||||
15
bolt.spec
15
bolt.spec
|
|
@ -1,10 +1,11 @@
|
|||
Name: bolt
|
||||
Version: 0.9.2
|
||||
Release: 2%{?dist}
|
||||
Version: 0.9.6
|
||||
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,16 @@ mentioned tasks.
|
|||
%ghost %dir %{_localstatedir}/lib/boltd
|
||||
|
||||
%changelog
|
||||
* Wed Sep 13 2023 Kate Hsuan <hpa@redhat.com> - 0.9.6-1
|
||||
- Update 0.9.6 release
|
||||
- Fixing for compiler warning and log message issues
|
||||
|
||||
* Tue Feb 14 2023 Kate hsuan <hpa@redhat.com> - 0.9.5-1
|
||||
- Updated to upstream version
|
||||
|
||||
* Tue Aug 23 2022 Simon Steinbeiss <simon.steinbeiss@redhat.com> - 0.9.3-1
|
||||
- New upstream release
|
||||
|
||||
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (bolt-0.9.2.tar.gz) = 69e7ffa58a6dbc8a1b14fd7e11e2291fa60227896ead1a449839716b581c6ab0e351d3ed62f9b51c5e44a5a33ba5e23dc5af73a1b4eef87f733b3231d5454e90
|
||||
SHA512 (bolt-0.9.6.tar.gz) = c8d638fa9eb73c79cb4ee93c8c29d7d71d0ae449b2363bc75c303f978201078a42d4b05095e67d677447aea1db9d337f195ce264175c6b0c4733e9ed3eb2e081
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue