Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 4722b43aaa | |||
| 10f7b90520 | |||
| c58ed0d166 | |||
| f27283fd56 | |||
| 018011b258 | |||
| 9a6bf5a0de |
3
bolt-0.9.10.tar.bz2
Normal file
3
bolt-0.9.10.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b4e467ff098305f8dd53b12102b648cde0222c396e954e330190a264eb662418
|
||||
size 193527
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:91802883ea347bae5e4226029441cd870ba058347badf5b5df7c57b94c251acf
|
||||
size 192836
|
||||
21
bolt.changes
21
bolt.changes
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user