Skip to content
This repository was archived by the owner on Sep 13, 2024. It is now read-only.

Commit 9249059

Browse files
committed
Add support for Docker 1.7.1
1 parent 77ab8d4 commit 9249059

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

packaging/amazon-linux-ami/ecs-init.spec

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
Name: ecs-init
1616
Version: 1.4.0
17-
Release: 1%{?dist}
17+
Release: 2%{?dist}
1818
Group: System Environment/Base
1919
Vendor: Amazon.com
2020
License: Apache 2.0
@@ -27,7 +27,7 @@ Source1: ecs.conf
2727

2828
BuildRequires: golang
2929

30-
Requires: docker >= 1.6.0, docker <= 1.6.2
30+
Requires: docker >= 1.6.0, docker <= 1.7.1
3131
Requires: upstart
3232
Requires(post): docker >= 1.6.0
3333

@@ -132,6 +132,8 @@ if [ -e %{running_semaphore} ]; then
132132
fi
133133

134134
%changelog
135+
* Wed Aug 26 2015 Samuel Karp <skarp@amazon.com> - 1.4.0-2
136+
- Add support for Docker 1.7.1
135137
* Tue Aug 11 2015 Samuel Karp <skarp@amazon.com> - 1.4.0-1
136138
- Cache Agent version 1.4.0
137139
* Thu Jul 30 2015 Samuel Karp <skarp@amazon.com> - 1.3.1-1

0 commit comments

Comments
 (0)