Remove python version macros

This commit is contained in:
Major Hayden 2021-07-23 11:17:59 -05:00
commit 04adf2eb01
No known key found for this signature in database
GPG key ID: 737051E0C1011FB1

View file

@ -2,7 +2,7 @@
Name: python-%{srcname}
Version: 19.0.0
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Microsoft Azure Network Management Client Library for Python
License: MIT
URL: https://pypi.org/project/%{srcname}/
@ -12,7 +12,7 @@ BuildArch: noarch
Obsoletes: python-azure-sdk < 5.0.1
BuildRequires: python%{python3_pkgversion}-devel
BuildRequires: python3-devel
BuildRequires: pyproject-rpm-macros
@ -22,10 +22,10 @@ Microsoft Azure Network Management Client Library for Python}
%description %{_description}
%package -n python%{python3_pkgversion}-%{srcname}
%package -n python3-%{srcname}
Summary: %{summary}
%description -n python%{python3_pkgversion}-%{srcname} %{_description}
%description -n python3-%{srcname} %{_description}
%prep
@ -50,6 +50,9 @@ Summary: %{summary}
%changelog
* Fri Jul 23 2021 Major Hayden <major@mhtx.net> - 19.0.0-3
- Remove python version macros
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 19.0.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild