File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ## My Project
1+ ## amazon-ec2-utils
22
3- TODO: Fill this README out!
3+ amazon-ec2-utils contains a set of utilities and settings for Linux deployments in EC2.
44
5- Be sure to:
6-
7- * Change the title in this README
8- * Edit your repository description on GitHub
9- * Write in your license below and create a LICENSE file
5+ It includes:
6+ * ec2-metadata - Use to retrieve EC2 instance metadata from within a running EC2 instance
7+ * ebsnvme-id - Read EBS device information and provide information about the volume.
8+ * Various udev rules to ensure consistent device naming
109
1110## License
1211
13- This library is licensed under the LICENSE NAME HERE License.
12+ This package is licensed under the MIT License.
1413
Original file line number Diff line number Diff line change 1- Name: ec2-utils
1+ Name: amazon- ec2-utils
22Summary: A set of tools for running in EC2
3- Version: 1.2
3+ Version: 1.3
44Release: 1%{?dist }
55License: MIT
66Group: System Tools
@@ -15,15 +15,16 @@ Source22: 70-ec2-nvme-devices.rules
1515Source23: ec2nvme-nsid
1616Source24: ebsnvme-id
1717
18- URL: https://aws.amazon. com/code/ ec2-instance-metadata-query-tool/
18+ URL: https://github. com/aws/amazon- ec2-utils
1919BuildArch: noarch
20+ Provides: ec2-utils
2021Provides: ec2-metadata
2122Obsoletes: ec2-metadata
2223Requires: curl
2324BuildRoot: %(mktemp -ud %{_tmppath }/%{name }-%{version }-%{release }-XXXXXX)
2425
2526%description
26- ec2-utils contains a set of utilities for running in ec2.
27+ amazon- ec2-utils contains a set of utilities for running in ec2.
2728
2829%prep
2930
@@ -80,6 +81,10 @@ rm -rf $RPM_BUILD_ROOT
8081%{_sysconfdir }/udev/rules.d/70-ec2-nvme-devices.rules
8182
8283%changelog
84+ * Tue Apr 28 2020 Frederick Lefebvre <fredlef@amazon.com> 1.3-1
85+ - Rename the project to amazon-ec2-utils
86+ - Add README file
87+
8388* Tue Feb 25 2020 Frederick Lefebvre <fredlef@amazon.com> 1.2-1
8489- Fix output of multi-line fields
8590
You can’t perform that action at this time.
0 commit comments