public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/yubikey-manager] epel10: Upstream release - rhbz#1737243
@ 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 : 8df86486f8aafa5e739a5d6a70f46de40333ff07
Author : Gerald B Cox <gbcox@bzb.us>
Date   : 2019-08-04T07:25:50-07:00
Stats  : +8/-4 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/yubikey-manager/c/8df86486f8aafa5e739a5d6a70f46de40333ff07?branch=epel10

Log:
Upstream release - rhbz#1737243

---
diff --git a/.gitignore b/.gitignore
index 8cc8e0e..be8e872 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /yubikey-manager-1c707b2.tar.gz
 /yubikey-manager-e17b3de.tar.gz
 /yubikey-manager-b44d719.tar.gz
+/yubikey-manager-cfa1907.tar.gz

diff --git a/sources b/sources
index 801ae2a..1cf3523 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (yubikey-manager-b44d719.tar.gz) = eda7cfd46576c1477a7dcc5426f2aeed34e1f21ca3f453f14590270558f27d502fcfcf767dbde40d1ca345cee2f14839dc44325bc1cab77fd670cee8315343d9
+SHA512 (yubikey-manager-cfa1907.tar.gz) = 77cbb1f19864f05d01fd0493fdbf85787b004da72528dc7032022556b75c7348d7f66c467c0b5ec450127344f665445b617448af72b0077ee078276bc9eda7b2

diff --git a/yubikey-manager.spec b/yubikey-manager.spec
index 3e22b17..f7883b4 100644
--- a/yubikey-manager.spec
+++ b/yubikey-manager.spec
@@ -1,11 +1,11 @@
 %{?python_enable_dependency_generator}
-%global commit b44d71945eb344ad19080464821c222f1396be11
+%global commit cfa1907cdb261db83bd1534ebb8187bfd5f0647d
 %global shortcommit %(c=%{commit}; echo ${c:0:7})
 %global owner Yubico
 
 Name:           yubikey-manager
-Version:        2.1.0
-Release:        3.git%{shortcommit}%{?dist}
+Version:        3.0.0
+Release:        1.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
+* Sun Aug 04 2019 Gerald Cox <gbcox@fedoraproject.org> - 3.0.0-1.gitcfa1907
+- Upstream release - rhbz#1737243
+
 * Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-3.gitb44d719
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
 

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

* [rpms/yubikey-manager] epel10: Upstream release - rhbz#1737243
@ 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 : 2b2492d4f77b3be5699ad5e79dea81b40798afe8
Author : Gerald B Cox <gbcox@bzb.us>
Date   : 2019-08-12T07:01:23-07:00
Stats  : +5/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/yubikey-manager/c/2b2492d4f77b3be5699ad5e79dea81b40798afe8?branch=epel10

Log:
Upstream release - rhbz#1737243

---
diff --git a/yubikey-manager.spec b/yubikey-manager.spec
index f7883b4..f2bfcc8 100644
--- a/yubikey-manager.spec
+++ b/yubikey-manager.spec
@@ -5,7 +5,7 @@
 
 Name:           yubikey-manager
 Version:        3.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
@@ -13,7 +13,7 @@ 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 ykpers
 # install_requires from setup.py
 BuildRequires:  %{py3_dist six pyscard pyusb click cryptography pyopenssl fido2}
 Requires:       python3-%{name} python-setuptools u2f-hidraw-policy
@@ -51,6 +51,9 @@ Python library for configuring a YubiKey.
 %{_bindir}/ykman
 
 %changelog
+* Mon Aug 12 2019 Gerald Cox <gbcox@fedoraproject.org> - 3.0.0-2.gitcfa1907
+- Upstream release - rhbz#1737243
+
 * Sun Aug 04 2019 Gerald Cox <gbcox@fedoraproject.org> - 3.0.0-1.gitcfa1907
 - Upstream release - rhbz#1737243
 

^ 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#1737243 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