-
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.
rpm: Update spec for 1.4.1-1 release
- Loading branch information
Noah Meyerhans
committed
Feb 11, 2022
1 parent
e36a3f8
commit ba7f126
Showing
1 changed file
with
4 additions
and
1 deletion.
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Name: amazon-ec2-utils | ||
Summary: A set of tools for running in EC2 | ||
Version: 1.4 | ||
Version: 1.4.1 | ||
Release: 1%{?dist} | ||
License: MIT | ||
Group: System Tools | ||
|
@@ -92,6 +92,9 @@ rm -rf $RPM_BUILD_ROOT | |
|
||
%changelog | ||
|
||
* Fri Feb 11 2022 Noah Meyerhans <[email protected]> 1.4.1-1 | ||
- Don't lose NVME symlinks on udev change events | ||
|
||
* Thu Jan 13 2022 Noah Meyerhans <[email protected]> 1.4-1 | ||
- ebsnvme-id: open devices in read-only mode | ||
- add ec2-metadata tags support. | ||
|