From 7e6e9f347f80835e44228da4635525424b415898 Mon Sep 17 00:00:00 2001 From: Dan Callaghan Date: Nov 19 2017 23:57:23 +0000 Subject: upstream bug fix release 1.4: https://rpmdeplint.readthedocs.io/en/latest/CHANGES.html --- diff --git a/.gitignore b/.gitignore index cea58f3..30242a2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /rpmdeplint-1.2.tar.gz /rpmdeplint-1.3.tar.gz +/rpmdeplint-1.4.tar.gz diff --git a/rpmdeplint.spec b/rpmdeplint.spec index e8b5a4e..63109dc 100644 --- a/rpmdeplint.spec +++ b/rpmdeplint.spec @@ -1,5 +1,5 @@ -%global upstream_version 1.3 +%global upstream_version 1.4 # Note that EPEL7 *does* have a Python 3 stack, but we are still missing # Python 3 bindings for RPM so we don't build any Python 3 support on EPEL7. @@ -10,8 +10,8 @@ %endif Name: rpmdeplint -Version: 1.3 -Release: 3%{?dist} +Version: 1.4 +Release: 1%{?dist} Summary: Tool to find errors in RPM packages in the context of their dependency graph License: GPLv2+ URL: https://pagure.io/rpmdeplint @@ -34,6 +34,18 @@ dependency graph. %{?python_provide:%python_provide python2-%{name}} Summary: %{summary} BuildRequires: python2-devel +%if 0%{?fedora} >= 26 || 0%{?rhel} >= 8 +BuildRequires: python2-sphinx +BuildRequires: python2-pytest +BuildRequires: python2-six +BuildRequires: python2-rpm +BuildRequires: python2-hawkey +BuildRequires: python2-librepo +Requires: python2-six +Requires: python2-rpm +Requires: python2-hawkey +Requires: python2-librepo +%else BuildRequires: python-sphinx BuildRequires: pytest BuildRequires: python-six @@ -44,6 +56,7 @@ Requires: python-six Requires: rpm-python Requires: python-hawkey Requires: python-librepo +%endif %description -n python2-%{name} Rpmdeplint is a tool to find errors in RPM packages in the context of their @@ -59,11 +72,19 @@ BuildRequires: python3-devel BuildRequires: python3-sphinx BuildRequires: python3-pytest BuildRequires: python3-six +%if 0%{?fedora} >= 25 || 0%{?rhel} >= 8 +BuildRequires: python3-rpm +%else BuildRequires: rpm-python3 +%endif BuildRequires: python3-hawkey BuildRequires: python3-librepo Requires: python3-six +%if 0%{?fedora} >= 25 || 0%{?rhel} >= 8 +Requires: python3-rpm +%else Requires: rpm-python3 +%endif Requires: python3-hawkey Requires: python3-librepo @@ -119,6 +140,10 @@ py.test-3 rpmdeplint %endif %changelog +* Mon Nov 20 2017 Dan Callaghan - 1.4-1 +- upstream bug fix release 1.4: + https://rpmdeplint.readthedocs.io/en/latest/CHANGES.html + * Thu Jul 27 2017 Fedora Release Engineering - 1.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild diff --git a/sources b/sources index e38dbb7..4453b26 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (rpmdeplint-1.3.tar.gz) = 84c66f53f8a80f5fe495203023b1baaee8efe0c57e79d0139ea823926f5f6c6588dcc2eab5e4e102cea69547f9a38d8a33dc49a7f22be2333627c27e15025eed +SHA512 (rpmdeplint-1.4.tar.gz) = 3956ac76ff3bcc806fd0f544100aebefbbf9f4b2326dc1ac854808db402f8c5c33fec3950731a9b3a464a4f5cc07d2141f83fa5c327a0415213bdffce57e0764