public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/yubikey-manager] epel10.2: Upstream release - rhbz#1655888
@ 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.2
Commit : 9c407b4bd6e0eda6a368c116dd0895db755ed40f
Author : Gerald B Cox <gbcox@bzb.us>
Date   : 2019-01-09T06:24:53-08:00
Stats  : +7/-3 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/yubikey-manager/c/9c407b4bd6e0eda6a368c116dd0895db755ed40f?branch=epel10.2

Log:
Upstream release - rhbz#1655888

---
diff --git a/.gitignore b/.gitignore
index 2fed81f..6790760 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /yubikey-manager-0.4.0.tar.gz
 /yubikey-manager-0.6.0.tar.gz
 /yubikey-manager-1c707b2.tar.gz
+/yubikey-manager-e17b3de.tar.gz

diff --git a/sources b/sources
index 6023018..6b612cb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (yubikey-manager-1c707b2.tar.gz) = d67cfe8e775364fe300336b736f49b7cd55848e9db0b08e4a4f09069fa5c68e758e005c5e90944b5d62558458ef0c36062f1ce3827cf133d520bdfe2e0e25e03
+SHA512 (yubikey-manager-e17b3de.tar.gz) = b70c147a911608eabec4d5466cf68bd27dfde38097ab7186039fb4cc99d904e6469159fb983d3c74ab4470926bff02d30235c8312eabd9812f31dd952c9c4c44

diff --git a/yubikey-manager.spec b/yubikey-manager.spec
index 70dc07a..8088847 100644
--- a/yubikey-manager.spec
+++ b/yubikey-manager.spec
@@ -1,11 +1,11 @@
 %{?python_enable_dependency_generator}
-%global commit 1c707b27e0a00f737dbdb1c3d8a61f7854f1018f
+%global commit e17b3deed5ae8c983766943e71a13f7f15a99334
 %global shortcommit %(c=%{commit}; echo ${c:0:7})
 %global owner Yubico
 
 Name:           yubikey-manager
 Version:        2.0.0
-Release:        2.git%{shortcommit}%{?dist}
+Release:        3.git%{shortcommit}%{?dist}
 Summary:        Python library and command line tool for configuring a YubiKey
 
 License:        BSD
@@ -51,6 +51,9 @@ Python library for configuring a YubiKey.
 %{_bindir}/ykman
 
 %changelog
+* Wed Jan 09 2019 Gerald Cox <gbcox@fedoraproject.org> - 2.0.0-3.gite17b3de
+- Upstream release - rhbz#1655888
+
 * Tue Jan 01 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.0.0-2.git1c707b2
 - Enable python dependency generator
 

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [rpms/yubikey-manager] epel10.2: Upstream release - rhbz#1655888
@ 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.2
Commit : ff07505d8eecc541673c4c7a43457a2ca053378c
Author : Gerald B Cox <gbcox@bzb.us>
Date   : 2018-12-31T09:10:48-08:00
Stats  : +15/-7 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/yubikey-manager/c/ff07505d8eecc541673c4c7a43457a2ca053378c?branch=epel10.2

Log:
Upstream release - rhbz#1655888

---
diff --git a/.gitignore b/.gitignore
index 24818ed..2fed81f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /yubikey-manager-0.4.0.tar.gz
 /yubikey-manager-0.6.0.tar.gz
+/yubikey-manager-1c707b2.tar.gz

diff --git a/sources b/sources
index 354bdad..6023018 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (yubikey-manager-0.6.0.tar.gz) = fb49887f4646fe63874be9cb3510ef0d1f9b931ac5fb78f3cc82fb93ada94b36aa06fd91e2ee9d4ea868abedfc206dbedd02fa0c4385d5557d33e07e8099e761
+SHA512 (yubikey-manager-1c707b2.tar.gz) = d67cfe8e775364fe300336b736f49b7cd55848e9db0b08e4a4f09069fa5c68e758e005c5e90944b5d62558458ef0c36062f1ce3827cf133d520bdfe2e0e25e03

diff --git a/yubikey-manager.spec b/yubikey-manager.spec
index ab38ed2..5898768 100644
--- a/yubikey-manager.spec
+++ b/yubikey-manager.spec
@@ -1,14 +1,18 @@
+%global commit 1c707b27e0a00f737dbdb1c3d8a61f7854f1018f
+%global shortcommit %(c=%{commit}; echo ${c:0:7})
+%global owner Yubico
+
 Name:           yubikey-manager
-Version:        0.6.0
-Release:        4%{?dist}
+Version:        2.0.0
+Release:        1.git%{shortcommit}%{?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
+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
+BuildRequires:  python3-devel swig pcsc-lite-devel python3-fido2
 # install_requires from setup.py
 BuildRequires:  %{py3_dist six pyusb pyscard click cryptography pyOpenSSL}
 Requires:       python3-%{name} u2f-host
@@ -28,7 +32,7 @@ Requires:       %{py3_dist six pyusb pyscard click cryptography pyOpenSSL}
 Python library for configuring a YubiKey.
 
 %prep
-%autosetup
+%autosetup -n %{name}-%{commit}
 
 %build
 %py3_build
@@ -48,6 +52,9 @@ Python library for configuring a YubiKey.
 %{_bindir}/ykman
 
 %changelog
+* Mon Dec 31 2018 Gerald Cox <gbcox@fedoraproject.org> - 2.0.0-1.git%{shortcommit}
+- Upstream release - rhbz#1655888
+
 * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_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.2: Upstream release - rhbz#1655888 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