diff --git a/python-netaddr.spec b/python-netaddr.spec index 6f8bcbc..58c22ed 100644 --- a/python-netaddr.spec +++ b/python-netaddr.spec @@ -2,7 +2,7 @@ Name: python-netaddr Version: 1.3.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A pure Python network address representation and manipulation library License: BSD-3-Clause @@ -47,20 +47,11 @@ Layer 2 addresses\ Summary: A pure Python network address representation and manipulation library BuildRequires: python3-devel -#xBuildRequires: python3-setuptools BuildRequires: python3-pytest %description -n python3-netaddr %{desc} -%package -n python3-netaddr-shell -Summary: An IPython-based shell environment for the netaddr library -Requires: python3-netaddr = %{version}-%{release} -Requires: python3-ipython - -%description -n python3-netaddr-shell -An IPython-based shell environment for the netaddr library - %prep %autosetup -n netaddr-%{version} -p1 @@ -101,11 +92,13 @@ py.test-%{python3_version} %doc docs/python3/html %endif %{python3_sitelib}/* - -%files -n python3-netaddr-shell %{_bindir}/netaddr %changelog +* Mon Jan 20 2025 Rafael Jeffman - 1.3.0-2 +- Remove subpackage python-netaddr-shell + Resolves: RHEL-74187 + * Thu Jan 16 2025 Rafael Jeffman - 1.3.0-1 - New upstream release 1.3.0 Resolves: RHEL-74187