Skip to content
Open
Show file tree
Hide file tree
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
1 change: 0 additions & 1 deletion base/comps/components.toml
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,6 @@ overlay-files = ["overlays/*.overlay.toml"]
[components.golang-github-asaskevich-govalidator]
[components.golang-github-aws-lambda]
[components.golang-github-aws-sdk]
[components.golang-github-aws-sdk-2]
[components.golang-github-aws-smithy]
[components.golang-github-awslabs-aws-multi-module-repository-tools]
[components.golang-github-azure-autorest]
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Fedora enabled bootstrap mode while F44 lacked transitive Go dependencies:
# https://src.fedoraproject.org/rpms/golang-github-aws-sdk-2/c/cb6b0ba3ea0781632fe9192449ec2bfeccdf2274
# Azure Linux builds those prerequisites in both stages, so use full mode.
[components.golang-github-aws-sdk-2]
build.without = ["bootstrap"]
2 changes: 1 addition & 1 deletion locks/golang-github-aws-sdk-2.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
version = 1
import-commit = 'e95a71869bf4417477bcd7c0e884654b21718ffa'
upstream-commit = 'e95a71869bf4417477bcd7c0e884654b21718ffa'
input-fingerprint = 'sha256:3c2d2431b26101ce250f483933ece29954c676780af7bff7a9fa0c7da1777cb7'
input-fingerprint = 'sha256:5bdb802048d16e61d6d3af7663a5bfa5b1962deb5af49aacdafe8f7cc597ef96'
resolution-input-hash = 'sha256:466421704711c4fd3c71f0b2ed715a0e61d49e3e26f3a2637fee755795849c8e'
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Macros file automatically generated by azldev.
# Do not edit manually; changes will be overwritten.
%_without_bootstrap 1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## (rpmautospec version 0.8.3)
## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 8;
release_number = 9;
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
print(release_number + base_release_number - 1);
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
Expand All @@ -11,6 +11,9 @@
# This spec file has been modified by azldev to include build configuration overlays.
# Do not edit manually; changes may be overwritten.

# All Azure Linux specs with overlays include this macro file, irrespective of whether new macros have been added.
%{load:%{_sourcedir}/golang-github-aws-sdk-2.azl.macros}

# Generated by go2rpm 1.15.0
%bcond check 1
%bcond bootstrap 1
Expand Down Expand Up @@ -43,6 +46,7 @@ Summary: AWS SDK for the Go programming language
License: BSD-3-Clause AND Apache-2.0
URL: %{gourl}
Source: %{gosource}
Source9999: golang-github-aws-sdk-2.azl.macros

%description %{common_description}

Expand Down Expand Up @@ -71,6 +75,9 @@ Source: %{gosource}

%changelog
## START: Generated by rpmautospec
* Wed Aug 05 2026 Mitch Zhu <mitchzhu@microsoft.com> - 20250103-9
- fix(golang-github-aws-sdk-2): disable bootstrap mode

* Thu Apr 30 2026 Daniel McIlvaney <damcilva@microsoft.com> - 20250103-8
- feat: introduce deterministic commit resolution via Azure Linux lock file

Expand Down
Loading