From 2d6321e665a4affad29dc472967e86d878bfe1fc Mon Sep 17 00:00:00 2001 From: Major Hayden Date: Thu, 28 Apr 2022 08:52:54 -0500 Subject: [PATCH] Switch to rpmautospec --- python-azure-loganalytics.spec | 23 +++-------------------- 1 file changed, 3 insertions(+), 20 deletions(-) diff --git a/python-azure-loganalytics.spec b/python-azure-loganalytics.spec index 93a58b3..c3785e8 100644 --- a/python-azure-loganalytics.spec +++ b/python-azure-loganalytics.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 0.1.0 -Release: 6%{?dist} +Release: %autorelease Summary: Microsoft Azure Log Analytics Client Library for Python License: MIT URL: https://pypi.org/project/%{srcname}/ @@ -12,8 +12,7 @@ Patch0: remove-custom-wheel-builder.patch BuildArch: noarch -BuildRequires: python%{python3_pkgversion}-devel -BuildRequires: pyproject-rpm-macros +BuildRequires: python3-devel %global _description %{expand: @@ -59,20 +58,4 @@ rm -rf %{buildroot}%{python3_sitelib}/azure/{__init__.py,__pycache__} %changelog -* Fri Jan 21 2022 Fedora Release Engineering - 0.1.0-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Wed Sep 08 2021 Major Hayden - 0.1.0-5 -- Move obsoletes into subpackage - -* Fri Jul 23 2021 Fedora Release Engineering - 0.1.0-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Wed Jul 14 2021 Major Hayden - 0.1.0-3 -- Remove unneccessary __init__.py files to avoid file conflicts. - -* Wed Jul 07 2021 Major Hayden - 0.1.0-2 -- Remove custom wheel builder that adds the azure-nspkg requirement. - -* Tue Jun 01 2021 Major Hayden - 0.1.0-1 -- First package. +%autochangelog