Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • sig/core/src/yubihsm-connector
1 result
Show changes
Commits on Source (6)
......@@ -12,7 +12,7 @@ Version: 3.0.4
Backend to talk to YubiHSM 2}
Name: yubihsm-connector
Release: 1%{?dist}
Release: 2%{?dist}
Summary: YubiHSM Connector
# Upstream license specification: Apache-2.0
......@@ -45,8 +45,12 @@ BuildRequires: golang(github.com/spf13/cobra)
BuildRequires: golang(github.com/spf13/viper)
BuildRequires: golang(gopkg.in/yaml.v2)
%else
%if 0%{?rhel} >= 10
BuildRequires: libusb1-devel
%else
BuildRequires: libusb-devel
%endif
%endif
BuildRequires: gnupg2
Recommends: yubihsm-shell
......@@ -129,6 +133,9 @@ exit 0
%{_udevrulesdir}/70-yubihsm-connector.rules
%changelog
* Tue Jul 02 2024 Louis Abel <label@resf.org> - 3.0.4-2
- Set new deps
* Wed Apr 19 2023 Jakub Jelen <jjelen@redhat.com> - 3.0.4-1
- New upstream release (#2165238)
......