diff --git a/SPECS/azcopy/azcopy.spec b/SPECS/azcopy/azcopy.spec index ba6a326c806..9538e2c35d9 100644 --- a/SPECS/azcopy/azcopy.spec +++ b/SPECS/azcopy/azcopy.spec @@ -1,7 +1,7 @@ Summary: The new Azure Storage data transfer utility - AzCopy v10 Name: azcopy Version: 10.25.1 -Release: 4%{?dist} +Release: 5%{?dist} License: MIT Vendor: Microsoft Corporation Distribution: Azure Linux @@ -51,22 +51,27 @@ tar --no-same-owner -xf %{SOURCE1} %build export GOPATH=%{our_gopath} +export GOEXPERIMENT=ms_nocgo_opensslcrypto go build -buildmode=pie -mod=vendor %install install -D -m 0755 ./azure-storage-azcopy %{buildroot}%{_bindir}/azcopy %check +export GOEXPERIMENT=ms_nocgo_opensslcrypto go test -mod=vendor ./azure-storage-azcopy --version %files %defattr(-,root,root) -%license LICENSE -%doc NOTICE.txt README.md +%license LICENSE NOTICE.txt +%doc README.md %{_bindir}/azcopy %changelog +* Thu May 14 2026 Sumit Jena - 10.25.1-5 +- Fix ptests failures. + * Fri Apr 11 2025 Sreeniavsulu Malavathula - 10.25.1-4 - Patch CVE-2025-22870, CVE-2024-51744