-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #36 from amazonlinux/pr/33
Print ec2-metadata error to stderr and add missing changelog entry
- Loading branch information
Showing
2 changed files
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,9 +18,9 @@ Source26: 53-ec2-read-ahead-kb.rules | |
URL: https://github.com/aws/amazon-ec2-utils | ||
BuildArch: noarch | ||
Provides: ec2-utils = %{version}-%{release} | ||
Obsoletes: ec2-utils < 2.1 | ||
Obsoletes: ec2-utils < 2.2 | ||
Provides: ec2-metadata = %{version}-%{release} | ||
Obsoletes: ec2-metadata <= 0.1 | ||
Obsoletes: ec2-metadata <= 0.1.3 | ||
Requires: curl | ||
Requires: python3 | ||
BuildRequires: python3-devel | ||
|
@@ -76,9 +76,14 @@ rm -rf $RPM_BUILD_ROOT | |
|
||
%changelog | ||
* Thu Jan 18 2024 Keith Gable <[email protected]> - 2.2.0-1 | ||
- Corrected issue where an ec2-metadata error was written to stdout | ||
- Change ec2nvme-nsid to use Bash string manipulation to improve | ||
performance and reliability | ||
|
||
* Mon Jun 5 2023 Guillaume Delacour <[email protected]> - 2.2.0-1 | ||
- Add `--quiet` option to `ec2-metadata --help` output | ||
- Add `-R`/`--region` option to `ec2-metadata` to discover the EC2 instance's region | ||
|
||
* Thu Apr 6 2023 Noah Meyerhans <[email protected]> - 2.1.0-1 | ||
- Add --quiet option to ec2-metadata | ||
- Add --partition support to ec2-metadata | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters