Remove python version macros
This commit is contained in:
parent
77a464f582
commit
04adf2eb01
1 changed files with 7 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue