From baec9fb608d295c56a29aa095883d10fe34e884b Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Dec 15 2017 11:01:19 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/blktrace.spec b/blktrace.spec index 323f2f4..1bd0979 100644 --- a/blktrace.spec +++ b/blktrace.spec @@ -1,14 +1,14 @@ Summary: Utilities for performing block layer IO tracing in the Linux kernel Name: blktrace Version: 1.2.0 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ Group: Development/System Source: http://brick.kernel.dk/snaps/blktrace-%{version}.tar.bz2 Url: http://brick.kernel.dk/snaps -Requires: python -BuildRequires: libaio-devel python librsvg2-devel +Requires: python2 +BuildRequires: libaio-devel python2 librsvg2-devel BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description @@ -72,6 +72,10 @@ information about IO patterns. %{_mandir}/man1/iowatcher.* %changelog +* Fri Dec 15 2017 Iryna Shcherbina - 1.2.0-2 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Mon Nov 06 2017 Eric Sandeen - 1.2.0-1 - New upstream version