Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5e2298e730 |
3 changed files with 10 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -18,3 +18,4 @@ tests/source/
|
|||
/bolt-0.7.tar.gz
|
||||
/bolt-0.8.tar.gz
|
||||
/bolt-0.9.tar.gz
|
||||
/bolt-0.9.1.tar.gz
|
||||
|
|
|
|||
12
bolt.spec
12
bolt.spec
|
|
@ -1,6 +1,6 @@
|
|||
Name: bolt
|
||||
Version: 0.9
|
||||
Release: 3%{?dist}
|
||||
Version: 0.9.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Thunderbolt device manager
|
||||
License: LGPLv2+
|
||||
URL: https://gitlab.freedesktop.org/bolt/bolt
|
||||
|
|
@ -26,8 +26,8 @@ BuildRequires: umockdev-devel
|
|||
%endif
|
||||
|
||||
%description
|
||||
bolt is a system daemon to manage thunderbolt 3 devices via a D-BUS
|
||||
API. Thunderbolt 3 features different security modes that require
|
||||
bolt is a system daemon to manage Thunderbolt devices via a D-BUS
|
||||
API. Thunderbolt 3 introduced different security modes that require
|
||||
devices to be authorized before they can be used. The D-Bus API can be
|
||||
used to list devices, enroll them (authorize and store them in the
|
||||
local database) and forget them again (remove previously enrolled
|
||||
|
|
@ -76,6 +76,10 @@ mentioned tasks.
|
|||
%ghost %dir %{_localstatedir}/lib/boltd
|
||||
|
||||
%changelog
|
||||
* Tue Dec 1 2020 Christian Kellner <ckellner@redhat.com> - 0.9.1-1
|
||||
- bolt 0.9.1 release
|
||||
- Update description with less emphasis on Thunderbolt version
|
||||
|
||||
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.9-3
|
||||
- Second attempt - Rebuilt for
|
||||
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (bolt-0.9.tar.gz) = 427e9ad95a8d018dd22326cc4b458fc9149b001d3aa6e4bb8e4047eaf6c3cf04a4dc3be9396049734dc0bd54f990b3bce31b6eef4031e3b671a6202a588cfe78
|
||||
SHA512 (bolt-0.9.1.tar.gz) = c925c290de75d3fa2dfb9e86b2f14ea39279b3f2ab6bebeced72a7853c901d44de02157d684534af2b54edd3a2e0b2ba61e889579ab1b192f99e98a2d73685d9
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue