* Fix bnc#1186848 CVE-202-27208, security issue in firmware
source that is part of the source package.
OBS-URL: https://build.opensuse.org/package/show/hardware/solo?expand=0&rev=6
60 lines
1.9 KiB
RPMSpec
60 lines
1.9 KiB
RPMSpec
#
|
|
# spec file for package solo
|
|
#
|
|
# Copyright (c) 2021 SUSE LLC
|
|
# Copyright (c) 2021 Matthias Bach <marix@marix.org>.
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
Name: solo
|
|
Version: 4.1.2
|
|
Release: 0
|
|
Summary: Support for the Solo and Solo Tap security keys
|
|
License: Apache-2.0 OR MIT
|
|
Group: Hardware/Other
|
|
URL: https://solokeys.com
|
|
Source: https://github.com/solokeys/solo/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
|
Source1: solo-rpmlintrc
|
|
|
|
%description
|
|
Miscellaneous tools and helpers to work with the Solo and Solo Tap security keys.
|
|
|
|
The Solo and Solo Tap are FIDO2 security keys with USB and, in the case of the Solo Tap, NFC support.
|
|
|
|
%package udev
|
|
Summary: Udev rules for Solo and Solo Tap security keys
|
|
Group: System/Kernel
|
|
Requires: udev
|
|
BuildArch: noarch
|
|
|
|
%description udev
|
|
This package contains the udev rule file for the Solo and Solo Tap security keys.
|
|
These are required if local non-root users are supposed to be able to use the keys.
|
|
|
|
%prep
|
|
%autosetup
|
|
|
|
%build
|
|
|
|
%install
|
|
install -Dm 644 udev/70-%{name}keys-access.rules %{buildroot}%{_udevrulesdir}/70-%{name}keys-access.rules
|
|
|
|
%files udev
|
|
%defattr(0644,root,root,-)
|
|
%license LICENSE LICENSE-APACHE LICENSE-MIT
|
|
%dir %{_udevrulesdir}
|
|
%{_udevrulesdir}/70-%{name}keys-access.rules
|
|
|
|
%changelog
|