Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Y
yubihsm-connector
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SIG
core
src
yubihsm-connector
Compare revisions
35ec071187ca286992a80a83f6abb59a7f1b079d to 534366bdef15e3fdb39298d3a9fee7005b4b8bf7
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
sig/core/src/yubihsm-connector
Select target project
No results found
534366bdef15e3fdb39298d3a9fee7005b4b8bf7
Select Git revision
Swap
Target
sig/core/src/yubihsm-connector
Select target project
sig/core/src/yubihsm-connector
1 result
35ec071187ca286992a80a83f6abb59a7f1b079d
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
make sure r10 uses libusb1
· 2142446b
Louis Abel
authored
8 months ago
2142446b
fix release tag
· 534366bd
Louis Abel
authored
8 months ago
534366bd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
SPECS/yubihsm-connector.spec
+8
-1
8 additions, 1 deletion
SPECS/yubihsm-connector.spec
with
8 additions
and
1 deletion
SPECS/yubihsm-connector.spec
View file @
534366bd
...
...
@@ -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)
...
...
This diff is collapsed.
Click to expand it.