From b90d34e4241e1d859d7e57bc93a69920949e592e Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Fri, 5 Feb 2021 04:19:47 +0100 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/pywbem.git#36950bfa06e6f30f09d3537eb489dbe45c4bd827 --- pywbem.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pywbem.spec b/pywbem.spec index a4925b6..82b6233 100644 --- a/pywbem.spec +++ b/pywbem.spec @@ -3,7 +3,7 @@ Name: pywbem Version: 0.15.0 Epoch: 1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python WBEM client interface and related utilities License: LGPLv2 URL: https://github.com/pywbem/pywbem @@ -67,6 +67,9 @@ mv -v %{buildroot}/%{_bindir}/wbemcli.py %{buildroot}/%{_bindir}/pywbemcli.py %doc README.rst %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 1:0.15.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Fri Oct 23 2020 Tony Asleson - 0.15.0-1 - Update to 0.15.0 for python 3.8 fixes