diff --git a/gen-oath-safe.spec b/gen-oath-safe.spec index 425b241..838ed5f 100644 --- a/gen-oath-safe.spec +++ b/gen-oath-safe.spec @@ -1,6 +1,6 @@ Name: gen-oath-safe Version: 0.10.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Script for generating HOTP/TOTP keys (and QR code) License: MIT @@ -8,7 +8,7 @@ URL: https://github.com/mcepl/gen-oath-safe Source0: https://github.com/mcepl/gen-oath-safe/archive/%{version}/%{name}-%{version}.tar.gz BuildArch: noarch -Requires: openssl qrencode file caca-utils python +Requires: openssl qrencode file caca-utils python2 %description This script creates appropriate keys and QR codes for setting up custom @@ -40,6 +40,10 @@ install -p -D %{name} $RPM_BUILD_ROOT%{_bindir}/%{name} %changelog +* Wed Feb 07 2018 Iryna Shcherbina - 0.10.1-3 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Wed Jul 26 2017 Fedora Release Engineering - 0.10.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild