Upgrade Blobfuse2 to 2.0.4 (#5839)
* Update blobfuse2 to 2.0.4 * Review comment
This commit is contained in:
Родитель
4eb6097024
Коммит
f63c659fab
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"Signatures": {
|
||||
"blobfuse2-2.0.2.tar.gz": "39435c509386bde79b5da6e5e7a5755ddd37a2e5174064406291ea4a646dd3be",
|
||||
"blobfuse2-2.0.2-vendor.tar.gz": "7d1dc77bd73a7276fa0667e6335b135e3e34f6e56ef36edc020a1e55502f0dac"
|
||||
"blobfuse2-2.0.4.tar.gz": "c17d7221b05ec0788ba8fed46aac08236bdd630051ca01280ca0254373ab7aef",
|
||||
"blobfuse2-2.0.4-vendor.tar.gz": "403874b451177246a9032b912a79bb7c7efe326488388b20f932a3e3a936aa6a"
|
||||
}
|
||||
}
|
|
@ -1,13 +1,13 @@
|
|||
%global debug_package %{nil}
|
||||
|
||||
%define our_gopath %{_topdir}/.gopath
|
||||
%define blobfuse2_version 2.0.2
|
||||
%define blobfuse2_version 2.0.4
|
||||
%define blobfuse2_health_monitor bfusemon
|
||||
|
||||
Summary: FUSE adapter - Azure Storage
|
||||
Name: blobfuse2
|
||||
Version: %{blobfuse2_version}
|
||||
Release: 6%{?dist}
|
||||
Release: 1%{?dist}
|
||||
License: MIT
|
||||
Vendor: Microsoft Corporation
|
||||
Distribution: Mariner
|
||||
|
@ -80,6 +80,9 @@ install -D -m 0644 ./setup/blobfuse2-logrotate %{buildroot}%{_sysconfdir}/logrot
|
|||
%{_sysconfdir}/logrotate.d/blobfuse2
|
||||
|
||||
%changelog
|
||||
* Mon Jul 17 2023 Sourav Gupta <souravgupta@microsoft.com> - 2.0.4-1
|
||||
- Bump version to 2.0.4
|
||||
|
||||
* Thu Jul 13 2023 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 2.0.2-6
|
||||
- Bump release to rebuild with go 1.19.11
|
||||
|
||||
|
|
|
@ -1147,8 +1147,8 @@
|
|||
"type": "other",
|
||||
"other": {
|
||||
"name": "blobfuse2",
|
||||
"version": "2.0.2",
|
||||
"downloadUrl": "https://github.com/Azure/azure-storage-fuse/archive/blobfuse2-2.0.2.tar.gz"
|
||||
"version": "2.0.4",
|
||||
"downloadUrl": "https://github.com/Azure/azure-storage-fuse/archive/blobfuse2-2.0.4.tar.gz"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче