public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Seth Jennings <sjenning@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/yubikey-manager] epel10.2: inital package, upstream release 0.4.0
Date: Fri, 21 Aug 2026 14:27:33 GMT [thread overview]
Message-ID: <178732245329.1.2319576282045627421.rpms-yubikey-manager-1e590b8e28e0@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/yubikey-manager
Branch : epel10.2
Commit : 1e590b8e28e0862fed37f41995dd02e5aedf5135
Author : Seth Jennings <sjenning@redhat.com>
Date : 2017-08-21T21:19:59-05:00
Stats : +55/-0 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/yubikey-manager/c/1e590b8e28e0862fed37f41995dd02e5aedf5135?branch=epel10.2
Log:
inital package, upstream release 0.4.0
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..50d4f4a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/yubikey-manager-0.4.0.tar.gz
diff --git a/sources b/sources
new file mode 100644
index 0000000..0147184
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (yubikey-manager-0.4.0.tar.gz) = a3cd5d031f69714ccb01f704e8659d02f8162479e812d3978824aa943517faed20af2aa3f863158a631582490f508c0a5f75f0308d37b43585f5bf0607a25634
diff --git a/yubikey-manager.spec b/yubikey-manager.spec
new file mode 100644
index 0000000..29f079a
--- /dev/null
+++ b/yubikey-manager.spec
@@ -0,0 +1,53 @@
+Name: yubikey-manager
+Version: 0.4.0
+Release: 1%{?dist}
+Summary: Python library and command line tool for configuring a YubiKey
+
+License: BSD
+URL: https://developers.yubico.com/%{name}/
+Source0: https://developers.yubico.com/%{name}/Releases/%{name}-%{version}.tar.gz
+
+BuildArch: noarch
+BuildRequires: python3-devel swig pcsc-lite-devel
+# install_requires from setup.py
+BuildRequires: %{py3_dist six pyusb pyscard click cryptography pyOpenSSL}
+Requires: python3-%{name}
+
+%description
+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}}
+
+%description -n python3-%{name}
+Python library for configuring a YubiKey.
+
+%prep
+%autosetup
+
+%build
+%py3_build
+
+%install
+%py3_install
+
+%check
+%{__python3} setup.py test
+
+%files -n python3-%{name}
+%license COPYING
+%doc NEWS
+%{python3_sitelib}/*
+
+%files
+%{_bindir}/ykman
+
+%changelog
+* Wed Aug 9 2017 Seth Jennings <sethdjennings@gmail.com> - 0.4.0-1
+- New package
+- Upstream release
reply other threads:[~2026-08-21 14:27 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=178732245329.1.2319576282045627421.rpms-yubikey-manager-1e590b8e28e0@fedoraproject.org \
--to=sjenning@redhat.com \
--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