Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions SPECS/azcopy/azcopy.spec
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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 <sumitjena@microsoft.com> - 10.25.1-5
- Fix ptests failures.

* Fri Apr 11 2025 Sreeniavsulu Malavathula <v-smalavathu@microsoft.com> - 10.25.1-4
- Patch CVE-2025-22870, CVE-2024-51744

Expand Down
Loading