Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d7ae6e431b | ||
|
|
414c99691a | ||
|
|
5eea41e7a5 | ||
|
|
ba234970ee |
3 changed files with 17 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -22,3 +22,5 @@ tests/source/
|
|||
/bolt-0.9.2.tar.gz
|
||||
/bolt-0.9.3.tar.gz
|
||||
/bolt-0.9.5.tar.gz
|
||||
/bolt-0.9.6.tar.gz
|
||||
/bolt-0.9.7.tar.gz
|
||||
|
|
|
|||
16
bolt.spec
16
bolt.spec
|
|
@ -1,8 +1,8 @@
|
|||
Name: bolt
|
||||
Version: 0.9.5
|
||||
Version: 0.9.7
|
||||
Release: 1%{?dist}
|
||||
Summary: Thunderbolt device manager
|
||||
License: LGPLv2+
|
||||
License: LGPL-2.1-or-later
|
||||
URL: https://gitlab.freedesktop.org/bolt/bolt
|
||||
Source0: %{url}/-/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
Patch0: 0001-test-test-unix-skip-unix-domain-socket-test.patch
|
||||
|
|
@ -77,6 +77,18 @@ mentioned tasks.
|
|||
%ghost %dir %{_localstatedir}/lib/boltd
|
||||
|
||||
%changelog
|
||||
* Fri Mar 1 2024 Kate Hsuan <hpa@redhat.com> - 0.9.7-1
|
||||
- bolt 0.9.7 release
|
||||
- Support 'nopcie' security level
|
||||
- Bug fixes
|
||||
|
||||
* Thu Feb 1 2024 Kate Hsuan <hpa@redhat.com> - 0.9.6-2
|
||||
- Update SPDX license
|
||||
|
||||
* Wed Sep 13 2023 Kate Hsuan <hpa@redhat.com> - 0.9.6-1
|
||||
- Update 0.9.6 release
|
||||
- Fixing for compiler warning and log message issues
|
||||
|
||||
* Tue Feb 14 2023 Kate hsuan <hpa@redhat.com> - 0.9.5-1
|
||||
- Updated to upstream version
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (bolt-0.9.5.tar.gz) = cf8625f45d15f5685d99a49c5993a9196b355158be660c63fb22f86c2d9806d41cc13702d2e8d1b8e6f37e4acf3485e2b2c0eb19f907732bdf670680cbc073ae
|
||||
SHA512 (bolt-0.9.7.tar.gz) = a9ae0425cdba8932356ec4dcf3f6b3469478c01d47ef3b741c0a841117c81b354f35860be6011ea3b43b28ae10164909a82e2bdbcf92e8541c637cf44277a36c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue