From f10fb33dee72bc7f976e76ac2a4e34a94f7e1aba Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Mar 19 2018 09:10:29 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/novnc.spec b/novnc.spec index f2541e9..c7177b3 100644 --- a/novnc.spec +++ b/novnc.spec @@ -1,8 +1,8 @@ Name: novnc Version: 0.6.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: VNC client using HTML5 (Web Sockets, Canvas) with encryption support -Requires: python-websockify +Requires: python2-websockify License: GPLv3 URL: https://github.com/kanaka/noVNC @@ -54,6 +54,10 @@ install -m 444 docs/novnc_server.1 %{buildroot}%{_mandir}/man1/ %{_mandir}/man1/novnc_server.1* %changelog +* Mon Mar 19 2018 Iryna Shcherbina - 0.6.1-5 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Thu Feb 08 2018 Fedora Release Engineering - 0.6.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild