diff --git a/.bolt.metadata b/.bolt.metadata index 5d9eab2..d72e28a 100644 --- a/.bolt.metadata +++ b/.bolt.metadata @@ -1 +1 @@ -27ea192596b3e332ec6d05073f364653bc490782 SOURCES/bolt-0.9.7.tar.gz +83ed78a718d611b314fd8a4ce32db3dc3c233301 SOURCES/bolt-0.9.10.tar.gz diff --git a/.gitignore b/.gitignore index b9da61d..eae8237 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/bolt-0.9.7.tar.gz +SOURCES/bolt-0.9.10.tar.gz diff --git a/SPECS/bolt.spec b/SPECS/bolt.spec index c02ae59..7b05868 100644 --- a/SPECS/bolt.spec +++ b/SPECS/bolt.spec @@ -1,6 +1,16 @@ +## START: Set by rpmautospec +## (rpmautospec version 0.6.5) +## RPMAUTOSPEC: autorelease, autochangelog +%define autorelease(e:s:pb:n) %{?-p:0.}%{lua: + release_number = 1; + base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); + print(release_number + base_release_number - 1); +}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} +## END: Set by rpmautospec + Name: bolt -Version: 0.9.7 -Release: 1%{?dist} +Version: 0.9.10 +Release: %autorelease Summary: Thunderbolt device manager License: LGPLv2+ URL: https://gitlab.freedesktop.org/bolt/bolt @@ -38,11 +48,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,7 +94,17 @@ mentioned tasks. %{_mandir}/man8/boltd.8* %ghost %dir %{_localstatedir}/lib/boltd +%files tests +%{_libexecdir}/installed-tests/bolt + %changelog +## START: Generated by rpmautospec +* Fri Oct 24 2025 Kate Hsuan - 0.9.10-1 +- Update to the upstream version 0.9.10 +- Update to 0.9.10 +- Fix bolt exits when opening an empty version file +- Fix a NULL syspath variable causes SIGSEGV + * Tue Mar 26 2024 Kate Hsuan - 0.9.7-1 - Update to upstream release 0.9.7 - Support 'nopcie' security level @@ -166,3 +194,5 @@ mentioned tasks. * Thu Dec 14 2017 Christian Kellner - 0.1-1 - Initial upstream release + +## END: Generated by rpmautospec