Update to 0.9.7
- Support 'nopcie' security level Resolves: https://issues.redhat.com/browse/RHEL-29562 Signed-off-by: Kate Hsuan <hpa@redhat.com>
This commit is contained in:
parent
6714ddd97b
commit
7f3f90fa5b
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,3 +21,4 @@ tests/source/
|
|||||||
/bolt-0.9.1.tar.gz
|
/bolt-0.9.1.tar.gz
|
||||||
/bolt-0.9.2.tar.gz
|
/bolt-0.9.2.tar.gz
|
||||||
/bolt-0.9.5.tar.gz
|
/bolt-0.9.5.tar.gz
|
||||||
|
/bolt-0.9.7.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
|
||||||
|
|
@ -1,10 +1,11 @@
|
|||||||
Name: bolt
|
Name: bolt
|
||||||
Version: 0.9.5
|
Version: 0.9.7
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Thunderbolt device manager
|
Summary: Thunderbolt device manager
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://gitlab.freedesktop.org/bolt/bolt
|
URL: https://gitlab.freedesktop.org/bolt/bolt
|
||||||
Source0: %{url}/-/archive/%{version}/%{name}-%{version}.tar.gz
|
Source0: %{url}/-/archive/%{version}/%{name}-%{version}.tar.gz
|
||||||
|
Patch0: 0001-test-test-unix-skip-unix-domain-socket-test.patch
|
||||||
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: asciidoc
|
BuildRequires: asciidoc
|
||||||
@ -76,6 +77,10 @@ mentioned tasks.
|
|||||||
%ghost %dir %{_localstatedir}/lib/boltd
|
%ghost %dir %{_localstatedir}/lib/boltd
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 26 2024 Kate Hsuan <hpa@redhat.com> - 0.9.7-1
|
||||||
|
- Update to upstream release 0.9.7
|
||||||
|
- Support 'nopcie' security level
|
||||||
|
|
||||||
* Mon Jan 9 2023 Kate Hsuan <hpa@redhat.com> - 0.9.5-1
|
* Mon Jan 9 2023 Kate Hsuan <hpa@redhat.com> - 0.9.5-1
|
||||||
- New 0.9.5 upstream release
|
- New 0.9.5 upstream release
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (bolt-0.9.5.tar.gz) = cf8625f45d15f5685d99a49c5993a9196b355158be660c63fb22f86c2d9806d41cc13702d2e8d1b8e6f37e4acf3485e2b2c0eb19f907732bdf670680cbc073ae
|
SHA512 (bolt-0.9.7.tar.gz) = a9ae0425cdba8932356ec4dcf3f6b3469478c01d47ef3b741c0a841117c81b354f35860be6011ea3b43b28ae10164909a82e2bdbcf92e8541c637cf44277a36c
|
||||||
|
Loading…
Reference in New Issue
Block a user