6 Commits

4 changed files with 26 additions and 9 deletions

3
bolt-0.9.10.tar.bz2 Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b4e467ff098305f8dd53b12102b648cde0222c396e954e330190a264eb662418
size 193527

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:91802883ea347bae5e4226029441cd870ba058347badf5b5df7c57b94c251acf
size 192836

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Wed Jun 25 07:27:16 UTC 2025 - Robert Frohl <rfrohl@suse.com>
- update to 0.9.10:
* Fix bolt exits when opening an empty version file
* Fix failure on integration test due to the change of the latest pygobject
-------------------------------------------------------------------
Tue Jun 3 09:53:01 UTC 2025 - Robert Frohl <rfrohl@suse.com>
- update to 0.9.9:
* Several CI improvements and fixes
* Fixed memory leak in boltctl
* The unused codes were removed from daemon
* Fixed a NULL syspath variable causes SIGSEGV
-------------------------------------------------------------------
Wed Oct 16 15:01:32 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Drop rcFOO symlinks (PED-266).
-------------------------------------------------------------------
Sat Jun 29 10:06:56 UTC 2024 - Enrico Belleri <kilgore.trout@idesmi.eu>

View File

@@ -1,7 +1,7 @@
#
# spec file for package bolt
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%global _hardened_build 1
Name: bolt
Version: 0.9.8
Version: 0.9.10
Release: 0
Summary: Thunderbolt 3 device manager
License: LGPL-2.1-or-later
@@ -63,9 +63,6 @@ software framework.
%install
%meson_install
mkdir -p %{buildroot}/%{_sbindir}
ln -sf %{_sbindir}/service %{buildroot}/%{_sbindir}/rcbolt
# move polkit rules to doc folder: the wheel group does not have special
# meaning on SUSE based distros
mkdir -p %{buildroot}/%{_docdir}/bolt/
@@ -89,7 +86,6 @@ mv %{buildroot}%{_datadir}/polkit-1/rules.d/org.freedesktop.bolt.rules %{buildro
%{_mandir}/man8/boltd.8%{?ext_man}
%{_libexecdir}/boltd
%{_unitdir}/bolt.service
%{_sbindir}/rcbolt
%{_datadir}/dbus-1/system.d/org.freedesktop.bolt.conf
%{_datadir}/polkit-1/actions/org.freedesktop.bolt.policy
%{_udevrulesdir}/90-bolt.rules