From 74d377c2ecd3a95774052a1e15cce33f05eb3b31 Mon Sep 17 00:00:00 2001 From: yatin Date: Oct 11 2017 15:53:56 +0000 Subject: Fix rpmlint warnings and use python2-subunit --- diff --git a/python-os-service-types.spec b/python-os-service-types.spec index ef560d9..7596d37 100644 --- a/python-os-service-types.spec +++ b/python-os-service-types.spec @@ -6,17 +6,18 @@ %endif %global common_desc \ -OsServiceTypes is a Python library for consuming OpenStack sevice-types-authority data \ +OsServiceTypes is a Python library for consuming OpenStack \ +sevice-types-authority data. \ The OpenStack Service Types Authority contains information about official \ OpenStack services and their historical service-type aliases. \ The data is in JSON and the latest data should always be used. This simple \ library exists to allow for easy consumption of the data, along with a built-in \ -version of the data to use in case network access is for some reason not possible \ -and local caching of the fetched data. +version of the data to use in case network access is for some reason not \ +possible and local caching of the fetched data. Name: python-%{pypi_name} Version: 1.1.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python library for consuming OpenStack sevice-types-authority data License: ASL 2.0 @@ -35,7 +36,7 @@ Summary: %{summary} BuildRequires: python2-devel BuildRequires: python2-pbr -BuildRequires: python-subunit +BuildRequires: python2-subunit BuildRequires: python2-oslotest BuildRequires: python-testscenarios BuildRequires: python-requests-mock @@ -126,6 +127,8 @@ rm -rf doc/build/html/.{doctrees,buildinfo} %doc doc/build/html %changelog +* Wed Oct 11 2017 ykarel - 1.1.0-3 +- Fix rpmlint warnings and use python2-subunit * Wed Oct 11 2017 ykarel - 1.1.0-2 - Incorporate some nits in spec from rdo-review * Tue Oct 10 2017 ykarel - 1.1.0-1