From d0e5ce560ee99d4c3b1fbb55afa4e7a18d9b0a71 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 05:09:39 +0000 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- python-azure-loganalytics.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-azure-loganalytics.spec b/python-azure-loganalytics.spec index ccf55c5..ce74459 100644 --- a/python-azure-loganalytics.spec +++ b/python-azure-loganalytics.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 0.1.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Microsoft Azure Log Analytics Client Library for Python License: MIT URL: https://pypi.org/project/%{srcname}/ @@ -60,6 +60,9 @@ rm -rf %{buildroot}%{python3_sitelib}/azure/{__init__.py,__pycache__} %changelog +* 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.