public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/yubikey-manager] epel10.2: Require python3-setuptools explicitly
@ 2026-08-21 14:27 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-08-21 14:27 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/yubikey-manager
Branch : epel10.2
Commit : e95a0e2c8966d2c60be79a68d71ba0f605ba9149
Author : Miro Hrončok <miro@hroncok.cz>
Date   : 2019-10-22T00:59:25+02:00
Stats  : +5/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/yubikey-manager/c/e95a0e2c8966d2c60be79a68d71ba0f605ba9149?branch=epel10.2

Log:
Require python3-setuptools explicitly

---
diff --git a/yubikey-manager.spec b/yubikey-manager.spec
index 44f1f22..9fe4d40 100644
--- a/yubikey-manager.spec
+++ b/yubikey-manager.spec
@@ -5,7 +5,7 @@
 
 Name:           yubikey-manager
 Version:        3.0.0
-Release:        4.git%{shortcommit}%{?dist}
+Release:        5.git%{shortcommit}%{?dist}
 Summary:        Python library and command line tool for configuring a YubiKey
 
 License:        BSD
@@ -16,7 +16,7 @@ BuildArch:      noarch
 BuildRequires:  python3-devel swig pcsc-lite-devel ykpers
 # install_requires from setup.py
 BuildRequires:  %{py3_dist six pyscard pyusb click cryptography pyopenssl fido2}
-Requires:       python3-%{name} python-setuptools u2f-hidraw-policy
+Requires:       python3-%{name} python3-setuptools u2f-hidraw-policy
 
 %description
 Command line tool for configuring a YubiKey.
@@ -51,6 +51,9 @@ Python library for configuring a YubiKey.
 %{_bindir}/ykman
 
 %changelog
+* Mon Oct 21 2019 Miro Hrončok <mhroncok@redhat.com> - 3.0.0-5.gitcfa1907
+- Require python3-setuptools explicitly
+
 * Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 3.0.0-4.gitcfa1907
 - Rebuilt for Python 3.8.0rc1 (#1748018)
 

^ 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.2: Require python3-setuptools explicitly 

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