Update Python 2 dependency declarations to new packaging standards

This commit is contained in:
Iryna Shcherbina 2017-12-15 12:01:19 +01:00
parent 5422f0ca4c
commit baec9fb608

View File

@ -1,14 +1,14 @@
Summary: Utilities for performing block layer IO tracing in the Linux kernel Summary: Utilities for performing block layer IO tracing in the Linux kernel
Name: blktrace Name: blktrace
Version: 1.2.0 Version: 1.2.0
Release: 1%{?dist} Release: 2%{?dist}
License: GPLv2+ License: GPLv2+
Group: Development/System Group: Development/System
Source: http://brick.kernel.dk/snaps/blktrace-%{version}.tar.bz2 Source: http://brick.kernel.dk/snaps/blktrace-%{version}.tar.bz2
Url: http://brick.kernel.dk/snaps Url: http://brick.kernel.dk/snaps
Requires: python Requires: python2
BuildRequires: libaio-devel python librsvg2-devel BuildRequires: libaio-devel python2 librsvg2-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%description %description
@ -72,6 +72,10 @@ information about IO patterns.
%{_mandir}/man1/iowatcher.* %{_mandir}/man1/iowatcher.*
%changelog %changelog
* Fri Dec 15 2017 Iryna Shcherbina <ishcherb@redhat.com> - 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 <sandeen@redhat.com> - 1.2.0-1 * Mon Nov 06 2017 Eric Sandeen <sandeen@redhat.com> - 1.2.0-1
- New upstream version - New upstream version