From 7af81dd36d98b9625e5b7561c66fcce064fb7764 Mon Sep 17 00:00:00 2001 From: Kate Hsuan Date: Mon, 20 Oct 2025 15:17:33 +0800 Subject: [PATCH] Update to the upstream version 0.9.10 Update to 0.9.10 Resolves: RHEL-118275 Signed-off-by: Kate Hsuan --- .gitignore | 1 + bolt.spec | 15 +++++++++++++-- sources | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 165ad88..2a9a5fc 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ tests/source/ /bolt-0.9.6.tar.gz /bolt-0.9.7.tar.gz /bolt-0.9.8.tar.gz +/bolt-0.9.10.tar.gz diff --git a/bolt.spec b/bolt.spec index 484beb1..c1f968d 100644 --- a/bolt.spec +++ b/bolt.spec @@ -1,5 +1,5 @@ Name: bolt -Version: 0.9.8 +Version: 0.9.10 Release: %autorelease Summary: Thunderbolt device manager License: LGPLv2+ @@ -38,11 +38,19 @@ authorized as soon as they are connected. A command line tool, called boltctl, can be used to control the daemon and perform all the above mentioned tasks. +%package tests +Summary: Test files for bolt +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description tests +Test files for bolt + %prep %autosetup -p1 %build -%meson -Ddb-name=boltd +sed -i "s/WatchdogSec=3min/#WatchdogSec=3min/g" data/bolt.service.in +%meson -Ddb-name=boltd -Dinstall-tests=true %meson_build %check @@ -76,5 +84,8 @@ mentioned tasks. %{_mandir}/man8/boltd.8* %ghost %dir %{_localstatedir}/lib/boltd +%files tests +%{_libexecdir}/installed-tests/bolt + %changelog %autochangelog \ No newline at end of file diff --git a/sources b/sources index bb2add9..91dd35e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (bolt-0.9.8.tar.gz) = ca3f1859b01f1370f508696192050231f5ced9a3c10eaa8d508b130f9202cc9161eb50e6884a8818c284f23bdc9d7cb6662442cd04d9d7eb8aeca1a1c0d5c060 +SHA512 (bolt-0.9.10.tar.gz) = a0707ec57b1b048906ac8f803acfa313e37bc31eb0acb77978f28a3200d026c019ce30157681ff39f1e0076dc9d828361fcd46cc058db7ac5ad9c890b64a88a0