File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77Name: amazon-ec2-net-utils
88Summary: A set of network tools for managing ENIs
9- Version: 1.7.0
9+ Version: 1.7.2
1010Release: 1%{?dist }
1111License: MIT and GPLv2
1212
@@ -26,7 +26,7 @@ Requires: systemd-units
2626%endif # systemd
2727Requires: dhclient >= 4.2.5-77.amzn2.1.5
2828Provides: ec2-net-utils = %{version }-%{release }
29- Obsoletes: ec2-net-utils < 1.6.1
29+ Obsoletes: ec2-net-utils < 1.7.2
3030BuildRoot: %(mktemp -ud %{_tmppath }/%{name }-%{version }-%{release }-XXXXXX)
3131
3232%description
@@ -89,6 +89,14 @@ rm -rf $RPM_BUILD_ROOT
8989%doc %{_mandir }/man8/ec2ifscan.8.gz
9090
9191%changelog
92+ * Thu Oct 6 2022 Noah Meyerhans <nmeyerha@amazon.com> 1.7.2-1.amzn2
93+ - Update to upstream release 1.7.2
94+ - Fix management of policy rules for IPv6 PD prefixes
95+
96+ * Fri Aug 12 2022 Noah Meyerhans <nmeyerha@amazon.com> 1.7.1-1.amzn2
97+ - Update to upstream release 1.7.1
98+ - On interface add, call systemctl directly rather than via SYSTEMD_WANTS
99+
92100* Tue Jun 21 2022 Noah Meyerhans <nmeyerha@amazon.com> 1.7.0-1.amzn2
93101- Update to upstream release 1.7.0
94102- Add support for the EC2PROVISIONPFXIPS ifcfg setting
You can’t perform that action at this time.
0 commit comments