Skip to content

Commit 7891c95

Browse files
committed
Rename the project to amazon-ec2-utils
1 parent 85469d5 commit 7891c95

2 files changed

Lines changed: 16 additions & 12 deletions

File tree

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
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

ec2-utils.spec renamed to amazon-ec2-utils.spec

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
Name: ec2-utils
1+
Name: amazon-ec2-utils
22
Summary: A set of tools for running in EC2
3-
Version: 1.2
3+
Version: 1.3
44
Release: 1%{?dist}
55
License: MIT
66
Group: System Tools
@@ -15,15 +15,16 @@ Source22: 70-ec2-nvme-devices.rules
1515
Source23: ec2nvme-nsid
1616
Source24: ebsnvme-id
1717

18-
URL: https://aws.amazon.com/code/ec2-instance-metadata-query-tool/
18+
URL: https://github.com/aws/amazon-ec2-utils
1919
BuildArch: noarch
20+
Provides: ec2-utils
2021
Provides: ec2-metadata
2122
Obsoletes: ec2-metadata
2223
Requires: curl
2324
BuildRoot: %(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

0 commit comments

Comments
 (0)