Compare commits

...

No commits in common. "imports/c8-beta/bolt-0.8-2.el8" and "c8" have entirely different histories.

3 changed files with 14 additions and 7 deletions

View File

@ -1 +1 @@
d4d51b6fb0db115792b006814614b0830cff240e SOURCES/bolt-0.8.tar.bz2
a02f0bb9e9131b7369fa4f6ea5e74c7f7e4c18c5 SOURCES/bolt-0.9.1.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/bolt-0.8.tar.bz2
SOURCES/bolt-0.9.1.tar.gz

View File

@ -1,10 +1,10 @@
Name: bolt
Version: 0.8
Release: 2%{?dist}
Version: 0.9.1
Release: 1%{?dist}
Summary: Thunderbolt device manager
License: LGPLv2+
URL: https://gitlab.freedesktop.org/bolt/bolt
Source0: %{url}/-/archive/%{version}/%{name}-%{version}.tar.bz2
Source0: %{url}/-/archive/%{version}/%{name}-%{version}.tar.gz
BuildRequires: gcc
BuildRequires: asciidoc
@ -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,13 @@ install -m0755 -d $RPM_BUILD_ROOT%{_localstatedir}/lib/boltd
%ghost %dir %{_localstatedir}/lib/boltd
%changelog
* Wed Jan 13 2021 Christian Kellner <ckellner@redhat.com> - 0.9.1-1
- bolt 0.9 upstream release
- Update description with less emphasis on Thunderbolt version
* Mon Jun 15 2020 Christian Kellner <ckellner@redhat.com> - 0.9-1
- bolt 0.9 upstream release
* Fri Jun 14 2019 Christian Kellner <ckellner@redhat.com> - 0.8-2
- Rebuilt for fixed gating.yaml (remove missing tier1 gate)