From 16fa89d5828cc66669ee0460d6382c6cf1e25a0e Mon Sep 17 00:00:00 2001 From: rdobuilder Date: Jul 27 2022 08:20:19 +0000 Subject: Update to 4.1.1-2 Related-to: https://review.rdoproject.org/r/q/I869f6cb6b1a2fdc1f9f3a904c9a66b750fa41e27 --- diff --git a/SPECS/python-netmiko.spec b/SPECS/python-netmiko.spec index f3824ef..db150b9 100644 --- a/SPECS/python-netmiko.spec +++ b/SPECS/python-netmiko.spec @@ -3,7 +3,7 @@ Name: python-%{srcname} Version: 4.1.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: %{sum} License: MIT and ASL 2.0 @@ -41,6 +41,9 @@ BuildRequires: python3-setuptools %prep %autosetup -n %{srcname}-%{version} +# NOTE(dtantsur): ntc-templates is not packaged, we're using python3-textfsm +# instead. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1927400. +sed -i '/ntc-templates/d' setup.py %build %py3_build @@ -63,6 +66,9 @@ BuildRequires: python3-setuptools %changelog +* Tue Jul 26 2022 Karolina Kula - 4.1.1-2 +- Revert removal of ntc-templates removing sed + * Mon Jul 25 2022 Karolina Kula - 4.1.1-1 - Update to version 4.1.1 - Remove ntc-templates removing sed