From af0a1aa1db52753a92b248b676e4483c06008460 Mon Sep 17 00:00:00 2001 From: Tony Asleson Date: Thu, 1 Oct 2020 09:07:51 -0500 Subject: [PATCH] New build to allow multi-build Signed-off-by: Tony Asleson --- pywbem.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pywbem.spec b/pywbem.spec index 0644294..4359438 100644 --- a/pywbem.spec +++ b/pywbem.spec @@ -3,7 +3,7 @@ Name: pywbem Version: 0.14.6 Epoch: 1 -Release: 7%{?dist} +Release: 8%{?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 +* Thu Oct 1 2020 Tony Asleson - 0.14.6-8 +- New build to do a multi-build + * Wed Sep 30 2020 Tony Asleson - 0.14.6-7 - Add epoch to override the newer version that cannot be installed.