From eab99257ca475341bf0160be27b16c5ec4537aae Mon Sep 17 00:00:00 2001 From: Lumir Balhar Date: Jul 17 2019 11:39:13 +0000 Subject: Change dependencies to work with the latest location of test.support module --- diff --git a/yubikey-piv-manager.spec b/yubikey-piv-manager.spec index aa529f3..55e54ce 100644 --- a/yubikey-piv-manager.spec +++ b/yubikey-piv-manager.spec @@ -1,6 +1,6 @@ Name: yubikey-piv-manager Version: 1.4.2 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Tool for configuring your PIV-enabled YubiKey # BSD (2 clause) @@ -31,6 +31,7 @@ Summary: Python library for configuring a YubiKey BuildRequires: python%{python3_pkgversion}-devel BuildRequires: python%{python3_pkgversion}-setuptools BuildRequires: python%{python3_pkgversion}-pyside +BuildRequires: python%{python3_pkgversion}-test Requires: python%{python3_pkgversion}-pyside Requires: python%{python3_pkgversion}-setuptools Requires: yubico-piv-tool @@ -73,6 +74,10 @@ install -p -m 0644 man/pivman.1 %{buildroot}%{_mandir}/man1/pivman.1 %{python3_sitelib}/* %changelog +* Wed Jul 17 2019 Lumír Balhar - 1.4.2-9 +- Change dependencies to work with the latest location of test.support module + https://fedoraproject.org/wiki/Changes/Move_test.support_module_to_python3-test_subpackage + * Sun Feb 03 2019 Fedora Release Engineering - 1.4.2-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild