Hello community,

here is the log from the commit of package amazon-ecs-init for openSUSE:Factory 
checked in at 2018-08-02 14:57:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/amazon-ecs-init (Old)
 and      /work/SRC/openSUSE:Factory/.amazon-ecs-init.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "amazon-ecs-init"

Thu Aug  2 14:57:06 2018 rev:2 rq:625037 version:1.18.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/amazon-ecs-init/amazon-ecs-init.changes  
2018-05-29 10:40:18.718696827 +0200
+++ /work/SRC/openSUSE:Factory/.amazon-ecs-init.new/amazon-ecs-init.changes     
2018-08-02 14:57:08.344176201 +0200
@@ -1,0 +2,15 @@
+Tue Jul 17 11:54:46 UTC 2018 - [email protected]
+
+- Update to version 1.18.0
+  + Cache Agent version 1.18.0
+  + Add support for regional buckets
+  + Bundle ECS Agent tarball in package
+  + Download agent based on the partition
+  + Mount Docker plugin files dir
+
+-------------------------------------------------------------------
+Fri May 25 12:53:24 UTC 2018 - [email protected]
+
+- Modify dependencies to work around module dependency issues in SLE
+
+-------------------------------------------------------------------

Old:
----
  amazon-ecs-init-1.17.3.tar.gz

New:
----
  amazon-ecs-init-1.18.0-1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ amazon-ecs-init.spec ++++++
--- /var/tmp/diff_new_pack.rMeciI/_old  2018-08-02 14:57:09.012177323 +0200
+++ /var/tmp/diff_new_pack.rMeciI/_new  2018-08-02 14:57:09.016177329 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package amazon-ecs-init
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,19 +15,27 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define short_name amazon-ecs
 Name:           amazon-ecs-init
-Version:        1.17.3
+Version:        1.18.0
 Release:        0
 Summary:        Amazon EC2 Container Service Initialization
 License:        Apache-2.0
 Group:          System Environment/Base
 Url:            https://github.com/aws/amazon-ecs-init
-Source0:        %{name}-%{version}.tar.gz
+Source0:        %{name}-%{version}-1.tar.gz
 Source1:        %{short_name}.service
 BuildRequires:  go
 BuildRequires:  systemd
+%if 0%{?is_opensuse}
 Requires:       docker >= 1.6.0
+%else
+# We cannot handle cross module dependencies properly, i.e. one module can
+# onlyd depend on one other module, instead of having a one to many
+# dependency construct.
+Recommends:     docker >= 1.6.0
+%endif
 Requires:       systemd
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 ExclusiveArch:  %ix86 x86_64
@@ -39,7 +47,7 @@
 Amazon EC2.
 
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q -n %{name}-%{version}-1
 
 %build
 ./scripts/gobuild.sh suse
@@ -75,7 +83,6 @@
 %{_localstatedir}/cache/ecs/ecs-agent.tar
 %{_localstatedir}/cache/ecs/state
 
-
 %pre
 %service_add_pre %{short_name}.service
 


Reply via email to