From 653d271c3332d32871673fb358c0c28593b466ee Mon Sep 17 00:00:00 2001 From: akhila-guruju Date: Tue, 7 Jan 2025 10:48:28 +0000 Subject: [PATCH] Modified Source0 URL as same as the URL in cgmanifest.json file --- SPECS-EXTENDED/pywbem/pywbem.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/SPECS-EXTENDED/pywbem/pywbem.spec b/SPECS-EXTENDED/pywbem/pywbem.spec index 17aa7d6567a..c58c3a7477e 100644 --- a/SPECS-EXTENDED/pywbem/pywbem.spec +++ b/SPECS-EXTENDED/pywbem/pywbem.spec @@ -9,7 +9,7 @@ License: LGPL-2.1-or-later Vendor: Microsoft Corporation Distribution: Azure Linux URL: https://github.com/pywbem/pywbem -Source0: https://github.com/pywbem/pywbem/archive/v%{version}/%{name}-%{version}.tar.gz +Source0: %{url}/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz Patch1: 0001-use-unittest-mock.patch Patch2: 0002-coverity-deadcode.patch Patch3: 0003-coverity-forward-null.patch @@ -55,7 +55,6 @@ for more information about WBEM. %build CFLAGS="%{optflags}" %{__python3} setup.py build - %install rm -rf %{buildroot} env PYTHONPATH=%{buildroot}/%{python3_sitelib} \