From ff7b2696624ce8c72b7915ecd7915ad635704a4d Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Wed, 21 Feb 2018 02:29:39 +0100 Subject: [PATCH] Update Python 2 dependency declarations to new packaging standards --- protobuf.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/protobuf.spec b/protobuf.spec index 2dea518..ef26ebc 100644 --- a/protobuf.spec +++ b/protobuf.spec @@ -12,7 +12,7 @@ Summary: Protocol Buffers - Google's data interchange format Name: protobuf Version: 3.5.0 -Release: 4%{?dist} +Release: 5%{?dist} License: BSD URL: https://github.com/google/protobuf Source: https://github.com/google/protobuf/archive/v%{version}%{?rcver}/%{name}-%{version}%{?rcver}.tar.gz @@ -112,10 +112,10 @@ lacks descriptors, reflection, and some other features. Summary: Python 2 bindings for Google Protocol Buffers BuildArch: noarch BuildRequires: python2-devel -BuildRequires: python-setuptools +BuildRequires: python2-setuptools # For tests -BuildRequires: python-google-apputils -Requires: python-six >= 1.9 +BuildRequires: python2-google-apputils +Requires: python2-six >= 1.9 Conflicts: %{name}-compiler > %{version} Conflicts: %{name}-compiler < %{version} Obsoletes: %{name}-python < 3.1.0-4 @@ -397,6 +397,10 @@ install -p -m 0644 %{SOURCE2} $RPM_BUILD_ROOT%{emacs_startdir} %endif %changelog +* Wed Feb 21 2018 Iryna Shcherbina - 3.5.0-5 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Igor Gnatenko - 3.5.0-4 - Escape macros in %%changelog