Require the exact same version-release of python3-yubikey-manager

This avoids confusion when only yubikey-manager is updated but
python3-yubikey-manager is not.

It is also a rule in the Fedora packaging guidelines:
https://docs.fedoraproject.org/en-US/packaging-guidelines/#_requiring_base_package
epel9
Miro Hrončok 3 years ago
parent 60cbd25546
commit fff421727c

@ -7,7 +7,7 @@ Version: 4.0.7
%forgemeta
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Python library and command line tool for configuring a YubiKey
License: BSD
URL: %{forgeurl}
@ -24,7 +24,8 @@ BuildRequires: %{py3_dist tox-current-env poetry-core setuptools}
BuildRequires: %{py3_dist makefun pytest}
BuildRequires: %{py3_dist fido2} >= 0.9.0
Requires: python3-%{name} python3-setuptools u2f-hidraw-policy
Requires: python3-%{name} = %{?epoch:%{epoch}:}%{version}-%{release}
Requires: python3-setuptools u2f-hidraw-policy
%description
Command line tool for configuring a YubiKey.
@ -63,6 +64,9 @@ Python library for configuring a YubiKey.
%{_bindir}/ykman
%changelog
* Mon Oct 04 2021 Miro Hrončok <mhroncok@redhat.com> - 4.0.7-3
- Require the exact same version-release of python3-yubikey-manager
* Mon Oct 04 2021 Gerald Cox <gbcox@member.fsf.org> - 4.0.7-2
- Patch until upstream corrects for rhbz#2009934

Loading…
Cancel
Save