public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/yubikey-manager] epel10: Enable python dependency generator
Date: Fri, 21 Aug 2026 14:26:59 GMT [thread overview]
Message-ID: <178732241913.1.14771995581315239670.rpms-yubikey-manager-a91c64554dba@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/yubikey-manager
Branch : epel10
Commit : a91c64554dbabd4817ffd46edb54cc26b4909f34
Author : Igor Gnatenko <ignatenkobrain@fedoraproject.org>
Date : 2019-01-01T09:43:46+01:00
Stats : +8/-6 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/yubikey-manager/c/a91c64554dbabd4817ffd46edb54cc26b4909f34?branch=epel10
Log:
Enable python dependency generator
References: https://fedoraproject.org/wiki/Changes/EnablingPythonGeneratorsByDefault
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
---
diff --git a/yubikey-manager.spec b/yubikey-manager.spec
index 5898768..70dc07a 100644
--- a/yubikey-manager.spec
+++ b/yubikey-manager.spec
@@ -1,10 +1,11 @@
+%{?python_enable_dependency_generator}
%global commit 1c707b27e0a00f737dbdb1c3d8a61f7854f1018f
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global owner Yubico
Name: yubikey-manager
Version: 2.0.0
-Release: 1.git%{shortcommit}%{?dist}
+Release: 2.git%{shortcommit}%{?dist}
Summary: Python library and command line tool for configuring a YubiKey
License: BSD
@@ -12,9 +13,9 @@ URL: https://github.com/%{owner}/%{name}/
Source0: https://github.com/%{owner}/%{name}/archive/%{commit}.tar.gz#/%{name}-%{shortcommit}.tar.gz
BuildArch: noarch
-BuildRequires: python3-devel swig pcsc-lite-devel python3-fido2
+BuildRequires: python3-devel swig pcsc-lite-devel
# install_requires from setup.py
-BuildRequires: %{py3_dist six pyusb pyscard click cryptography pyOpenSSL}
+BuildRequires: %{py3_dist six pyscard pyusb click cryptography pyopenssl fido2}
Requires: python3-%{name} u2f-host
%description
@@ -23,8 +24,6 @@ Command line tool for configuring a YubiKey.
%package -n python3-%{name}
Summary: Python library for configuring a YubiKey
Requires: ykpers pcsc-lite
-# install_requires from setup.py
-Requires: %{py3_dist six pyusb pyscard click cryptography pyOpenSSL}
%{?python_provide:%python_provide python3-%{name}}
@@ -52,7 +51,10 @@ Python library for configuring a YubiKey.
%{_bindir}/ykman
%changelog
-* Mon Dec 31 2018 Gerald Cox <gbcox@fedoraproject.org> - 2.0.0-1.git%{shortcommit}
+* Tue Jan 01 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.0.0-2.git1c707b2
+- Enable python dependency generator
+
+* Mon Dec 31 2018 Gerald Cox <gbcox@fedoraproject.org> - 2.0.0-1.git1c707b2
- Upstream release - rhbz#1655888
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-4
reply other threads:[~2026-08-21 14:26 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178732241913.1.14771995581315239670.rpms-yubikey-manager-a91c64554dba@fedoraproject.org \
--to=ignatenkobrain@fedoraproject.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox