public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/yubikey-manager] epel10: Patch until upstream corrects for rhbz#2009934
@ 2026-08-21 14:27 gbcox
  0 siblings, 0 replies; only message in thread
From: gbcox @ 2026-08-21 14:27 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/yubikey-manager
Branch : epel10
Commit : 60cbd255463772bf4a17fc6fa1c89903261fbd61
Author : gbcox <gbcox@bzb.us>
Date   : 2021-10-04T16:04:53-07:00
Stats  : +18/-1 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/yubikey-manager/c/60cbd255463772bf4a17fc6fa1c89903261fbd61?branch=epel10

Log:
Patch until upstream corrects for rhbz#2009934

---
diff --git a/rhbz-2009934.patch b/rhbz-2009934.patch
new file mode 100644
index 0000000..6b387ab
--- /dev/null
+++ b/rhbz-2009934.patch
@@ -0,0 +1,12 @@
+diff -urN yubikey-manager-bf45dadd33fbe67f6fc0ce57057debced6830ee2-orig/pyproject.toml yubikey-manager-bf45dadd33fbe67f6fc0ce57057debced6830ee2/pyproject.toml
+--- yubikey-manager-bf45dadd33fbe67f6fc0ce57057debced6830ee2-orig/pyproject.toml	2021-09-08 03:54:37.000000000 -0700
++++ yubikey-manager-bf45dadd33fbe67f6fc0ce57057debced6830ee2/pyproject.toml	2021-10-04 15:08:27.023397539 -0700
+@@ -29,7 +29,7 @@
+ [tool.poetry.dependencies]
+ python = "^3.6"
+ dataclasses = {version = "^0.8", python = "<3.7"}
+-cryptography = "^2.1 || ^3.0"
++cryptography = "^35"
+ pyOpenSSL = {version = ">=0.15.1", optional = true}
+ pyscard = "^1.9 || ^2.0"
+ fido2 = ">=0.9, <1.0"

diff --git a/yubikey-manager.spec b/yubikey-manager.spec
index 327df60..f70ceac 100644
--- a/yubikey-manager.spec
+++ b/yubikey-manager.spec
@@ -7,12 +7,14 @@ Version:        4.0.7
 
 %forgemeta
 
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Python library and command line tool for configuring a YubiKey
 License:        BSD
 URL:            %{forgeurl}
 Source0:        %{forgesource}
 Source1:        %{name}.rpmlintrc
+Patch0:         rhbz-2009934.patch
+
 
 BuildArch:      noarch
 BuildRequires:  swig pcsc-lite-devel ykpers pyproject-rpm-macros
@@ -61,6 +63,9 @@ Python library for configuring a YubiKey.
 %{_bindir}/ykman
 
 %changelog
+* Mon Oct 04 2021 Gerald Cox <gbcox@member.fsf.org> - 4.0.7-2
+- Patch until upstream corrects for rhbz#2009934
+
 * Wed Sep 08 2021 Gerald Cox <gbcox@member.fsf.org> - 4.0.7-1
 - Upstream release rhbz#2002419
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-21 14:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-21 14:27 [rpms/yubikey-manager] epel10: Patch until upstream corrects for rhbz#2009934 gbcox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox