From 2d6f0db9ccaa28a2a35d7038eb6e88e40e6bddba Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Feb 09 2018 09:50:51 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/osc.spec b/osc.spec index aa29212..3d7b6bf 100644 --- a/osc.spec +++ b/osc.spec @@ -17,7 +17,7 @@ Name: osc Version: 0.162.1 # Bump the release as necessary to ensure we're one level up from upstream -Release: %{obsrel}.%{rel}%{?dist}.1 +Release: %{obsrel}.%{rel}%{?dist}.2 Group: Development/Tools License: GPLv2+ Url: https://github.com/openSUSE/osc @@ -27,11 +27,11 @@ BuildArch: noarch BuildRequires: python2-devel BuildRequires: python2-rpm -BuildRequires: python-urlgrabber +BuildRequires: python2-urlgrabber Requires: python2-rpm Requires: m2crypto Requires: python2-lxml -Requires: python-urlgrabber +Requires: python2-urlgrabber %if 0%{?fedora} || 0%{?rhel} >= 8 Recommends: obs-service-source_validator @@ -96,6 +96,10 @@ EOM %dir %{osc_plugin_dir} %changelog +* Fri Feb 09 2018 Iryna Shcherbina - 0.162.1-230.1.1.2 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Thu Feb 08 2018 Fedora Release Engineering - 0.162.1-230.1.1.1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild