From d003c6e7fb42f053dd526010617e18bffb28bceb Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 18 May 2021 02:52:46 -0400 Subject: [PATCH] import bolt-0.9.1-1.el8 --- .bolt.metadata | 2 +- .gitignore | 2 +- SPECS/bolt.spec | 10 +++++++--- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.bolt.metadata b/.bolt.metadata index ece632a..0c4933c 100644 --- a/.bolt.metadata +++ b/.bolt.metadata @@ -1 +1 @@ -905b98c58e8aea0482fcac11ec62ea1be7a87f15 SOURCES/bolt-0.9.tar.gz +a02f0bb9e9131b7369fa4f6ea5e74c7f7e4c18c5 SOURCES/bolt-0.9.1.tar.gz diff --git a/.gitignore b/.gitignore index 6f7e4d9..a252d04 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/bolt-0.9.tar.gz +SOURCES/bolt-0.9.1.tar.gz diff --git a/SPECS/bolt.spec b/SPECS/bolt.spec index 13cc91a..4e7c1c9 100644 --- a/SPECS/bolt.spec +++ b/SPECS/bolt.spec @@ -1,5 +1,5 @@ Name: bolt -Version: 0.9 +Version: 0.9.1 Release: 1%{?dist} Summary: Thunderbolt device manager License: LGPLv2+ @@ -17,8 +17,8 @@ BuildRequires: systemd %{?systemd_requires} %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 @@ -68,6 +68,10 @@ install -m0755 -d $RPM_BUILD_ROOT%{_localstatedir}/lib/boltd %ghost %dir %{_localstatedir}/lib/boltd %changelog +* Wed Jan 13 2021 Christian Kellner - 0.9.1-1 +- bolt 0.9 upstream release +- Update description with less emphasis on Thunderbolt version + * Mon Jun 15 2020 Christian Kellner - 0.9-1 - bolt 0.9 upstream release