From f43651e7368e5afb25e9537ee3e5d092650af948 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Sun, 16 Sep 2018 07:03:23 -0400 Subject: [PATCH] Fix regex related deprecation warnings (rhbz#1598089) --- rpmdevtools.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/rpmdevtools.spec b/rpmdevtools.spec index adf2097..887c29a 100644 --- a/rpmdevtools.spec +++ b/rpmdevtools.spec @@ -8,7 +8,7 @@ Name: rpmdevtools Version: 8.10 -Release: 5%{?dist} +Release: 6%{?dist} Summary: RPM Development Tools # rpmdev-setuptree is GPLv2, everything else GPLv2+ @@ -16,6 +16,9 @@ License: GPLv2+ and GPLv2 URL: https://pagure.io/rpmdevtools Source0: https://releases.pagure.org/rpmdevtools/%{name}-%{version}.tar.xz +# Backports from upstream +Patch0001: 0001-bumpspec-checksig-Avoid-python-3.6-regex-related-dep.patch + BuildArch: noarch # help2man, pod2man, *python for creating man pages BuildRequires: help2man @@ -75,7 +78,7 @@ rpmdev-bumpspec Bump revision in specfile %prep -%setup -q +%autosetup -p1 %if %{with python3} grep -lF "%{_bindir}/python " * \ | xargs sed -i -e "s|%{_bindir}/python |%{_bindir}/python3 |" @@ -123,6 +126,9 @@ done %changelog +* Sun Sep 16 2018 Neal Gompa - 8.10-6 +- Fix regex related deprecation warnings (rhbz#1598089) + * Sat Jul 14 2018 Fedora Release Engineering - 8.10-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild