public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/yubikey-manager] epel10: Upstream release - rhbz#1703827
@ 2026-08-21 14:27 Gerald B Cox
0 siblings, 0 replies; 2+ messages in thread
From: Gerald B Cox @ 2026-08-21 14:27 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/yubikey-manager
Branch : epel10
Commit : c159a8554f90a91719e339982668c8c934ce8967
Author : Gerald B Cox <gbcox@bzb.us>
Date : 2019-04-28T10:10:55-07:00
Stats : +5/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/yubikey-manager/c/c159a8554f90a91719e339982668c8c934ce8967?branch=epel10
Log:
Upstream release - rhbz#1703827
---
diff --git a/yubikey-manager.spec b/yubikey-manager.spec
index 998ff32..9ca3d30 100644
--- a/yubikey-manager.spec
+++ b/yubikey-manager.spec
@@ -5,7 +5,7 @@
Name: yubikey-manager
Version: 2.1.0
-Release: 1.git%{shortcommit}%{?dist}
+Release: 2.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
# install_requires from setup.py
BuildRequires: %{py3_dist six pyscard pyusb click cryptography pyopenssl fido2}
-Requires: python3-%{name} setuptools u2f-hidraw-policy
+Requires: python3-%{name} python-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
+* Sun Apr 28 2019 Gerald Cox <gbcox@fedoraproject.org> - 2.1.0-2.gitb44d719
+- Upstream release - rhbz#1703827
+
* Sun Apr 28 2019 Gerald Cox <gbcox@fedoraproject.org> - 2.1.0-1.gitb44d719
- Upstream release - rhbz#1703827
^ permalink raw reply related [flat|nested] 2+ messages in thread* [rpms/yubikey-manager] epel10: Upstream release - rhbz#1703827
@ 2026-08-21 14:27 Gerald B Cox
0 siblings, 0 replies; 2+ messages in thread
From: Gerald B Cox @ 2026-08-21 14:27 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/yubikey-manager
Branch : epel10
Commit : d5ea08b13d418ef9caaf22c2917a22105369afb8
Author : Gerald B Cox <gbcox@bzb.us>
Date : 2019-04-28T09:35:32-07:00
Stats : +9/-5 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/yubikey-manager/c/d5ea08b13d418ef9caaf22c2917a22105369afb8?branch=epel10
Log:
Upstream release - rhbz#1703827
---
diff --git a/.gitignore b/.gitignore
index 6790760..8cc8e0e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
/yubikey-manager-0.6.0.tar.gz
/yubikey-manager-1c707b2.tar.gz
/yubikey-manager-e17b3de.tar.gz
+/yubikey-manager-b44d719.tar.gz
diff --git a/sources b/sources
index 6b612cb..801ae2a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (yubikey-manager-e17b3de.tar.gz) = b70c147a911608eabec4d5466cf68bd27dfde38097ab7186039fb4cc99d904e6469159fb983d3c74ab4470926bff02d30235c8312eabd9812f31dd952c9c4c44
+SHA512 (yubikey-manager-b44d719.tar.gz) = eda7cfd46576c1477a7dcc5426f2aeed34e1f21ca3f453f14590270558f27d502fcfcf767dbde40d1ca345cee2f14839dc44325bc1cab77fd670cee8315343d9
diff --git a/yubikey-manager.spec b/yubikey-manager.spec
index 0099a21..998ff32 100644
--- a/yubikey-manager.spec
+++ b/yubikey-manager.spec
@@ -1,11 +1,11 @@
%{?python_enable_dependency_generator}
-%global commit e17b3deed5ae8c983766943e71a13f7f15a99334
+%global commit b44d71945eb344ad19080464821c222f1396be11
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global owner Yubico
Name: yubikey-manager
-Version: 2.0.0
-Release: 4.git%{shortcommit}%{?dist}
+Version: 2.1.0
+Release: 1.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
# install_requires from setup.py
BuildRequires: %{py3_dist six pyscard pyusb click cryptography pyopenssl fido2}
-Requires: python3-%{name} u2f-host
+Requires: python3-%{name} 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
+* Sun Apr 28 2019 Gerald Cox <gbcox@fedoraproject.org> - 2.1.0-1.gitb44d719
+- Upstream release - rhbz#1703827
+
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-4.gite17b3de
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-08-21 14:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-21 14:27 [rpms/yubikey-manager] epel10: Upstream release - rhbz#1703827 Gerald B Cox
-- strict thread matches above, loose matches on Subject: below --
2026-08-21 14:27 Gerald B Cox
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox