From 23f51f7f1ea309193f35f1e7f1b656f67db87de6 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Mar 13 2018 20:42:57 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/cryptobone.spec b/cryptobone.spec index dbb334d..cc6016a 100644 --- a/cryptobone.spec +++ b/cryptobone.spec @@ -3,7 +3,7 @@ Name: cryptobone Version: 1.1.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Secure Communication Under Your Control Group: Applications/Internet @@ -25,8 +25,8 @@ BuildRequires: systemd Requires: systemd Requires: bash -Requires: python -Requires: tkinter +Requires: python2 +Requires: python2-tkinter Requires: openssh-askpass Requires: fetchmail Requires: coreutils @@ -182,6 +182,10 @@ fi %doc %{_docdir}/%{name}/README-cryptlib %changelog +* Tue Mar 13 2018 Iryna Shcherbina - 1.1.2-3 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Wed Feb 07 2018 Fedora Release Engineering - 1.1.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild