From cd952431ebd5bbae60e4ee284944da533c7cc0b6 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Feb 09 2018 22:46:30 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/will-crash.spec b/will-crash.spec index 6f14a63..07e43ac 100644 --- a/will-crash.spec +++ b/will-crash.spec @@ -1,6 +1,6 @@ Name: will-crash Version: 0.10 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Set of crashing executables written in various languages Group: Development/Tools @@ -15,7 +15,7 @@ BuildRequires: libtool BuildRequires: gcc-c++ BuildRequires: ruby-devel Requires: ruby -Requires: python +Requires: python2 %if 0%{?rhel} && 0%{?rhel} == 6 Requires: java-1.8.0-openjdk-headless Requires: jpackage-utils @@ -78,6 +78,10 @@ find %{buildroot} -name '*.la' -or -name '*.a' | xargs rm -f %{ruby_vendorlibdir}/will_crash.rb %changelog +* Fri Feb 09 2018 Iryna Shcherbina - 0.10-8 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 0.10-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild