Hello community,

here is the log from the commit of package amazon-ssm-agent for 
openSUSE:Factory checked in at 2017-08-28 15:16:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/amazon-ssm-agent (Old)
 and      /work/SRC/openSUSE:Factory/.amazon-ssm-agent.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "amazon-ssm-agent"

Mon Aug 28 15:16:58 2017 rev:4 rq:518820 version:2.0.922.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/amazon-ssm-agent/amazon-ssm-agent.changes        
2017-07-08 12:35:55.933482017 +0200
+++ /work/SRC/openSUSE:Factory/.amazon-ssm-agent.new/amazon-ssm-agent.changes   
2017-08-28 15:18:27.645803215 +0200
@@ -1,0 +2,36 @@
+Fri Aug 25 14:59:59 UTC 2017 - [email protected]
+
+- Add ssm-cli to package.
+- Remove requirement on lsb-release. Agent now parses os-release
+  by default.
+- Use gzip archive from GitHub instead of converting to xz.
+- Update to 2.0.922.0 2017-08-14 (bsc#1055766)
+  + Added Raspbian support for armv6 to support Raspberry Pi
+  + Various bug fixes
+- Update to 2.0.913.0 2017-08-07
+  + Updated golang/sys dependency to the latest
+  + Increased run command document maximum execution timeout to 48 hours
+  + Various bug fixes
+- Update to 2.0.902.0 2017-07-31
+  + Added support for uploading agent logs to CloudWatch for SSM Agent 
diagnostics
+  + Added additional gatherers for inventory
+  + Added configuration compliance support for association
+  + Various bug fixes
+- Update to 2.0.879.0 2017-07-26
+  + Add capability to configure custom s3 endpoint for the agent
+  + Various bug fixes
+- Update to 2.0.847.0 2017-07-03
+  + Various bug fixes
+- Update to 2.0.842.0 2017-06-26
+  + Added rollback support in aws:configurePackage
+  + Various bug fixes
+- Update to 2.0.834.0 2017-06-23
+  + Various bug fixes
+- Update to 2.0.805.0 2017-06-07
+  + Added support for SLES (SUSE) (64-bit, v12 and above)
+  + Various bug fixes
+- Update to 2.0.796.0 2017-05-29
+  + Linux platform version now based on os-release when available
+  + Various bug fixes
+
+-------------------------------------------------------------------

Old:
----
  amazon-ssm-agent-2.0.790.0.tar.xz

New:
----
  amazon-ssm-agent-2.0.922.0.tar.gz

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

Other differences:
------------------
++++++ amazon-ssm-agent.spec ++++++
--- /var/tmp/diff_new_pack.O6JgAn/_old  2017-08-28 15:18:28.709653719 +0200
+++ /var/tmp/diff_new_pack.O6JgAn/_new  2017-08-28 15:18:28.709653719 +0200
@@ -17,20 +17,18 @@
 
 
 Name:           amazon-ssm-agent
-Version:        2.0.790.0
+Version:        2.0.922.0
 Release:        0
 Summary:        Amazon Remote System Config Management
 License:        Apache-2.0
 Group:          System/Management
 Url:            https://github.com/aws/amazon-ssm-agent
-Source0:        %{name}-%{version}.tar.xz
+Source0:        %{name}-%{version}.tar.gz
 Source1:        %{name}.service
 Patch1:         fix-config.patch
 Patch2:         fix-version.patch
 BuildRequires:  go >= 1.5
 BuildRequires:  systemd
-BuildRequires:  xz
-Requires:       lsb-release
 Requires:       systemd
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -71,11 +69,16 @@
 ${PKG_ROOT}/agent/agent_unix.go \
 ${PKG_ROOT}/agent/agent_parser.go
 
+go build -ldflags "-s -w" -o bin/ssm-cli -v \
+${PKG_ROOT}/agent/cli-main/cli-main.go
+
 %install
 install -d -m 755 %{buildroot}%{_sbindir}
+install -d -m 755 %{buildroot}%{_bindir}
 install -d -m 755 %{buildroot}%{_sysconfdir}/init
 install -d -m 755 %{buildroot}%{_sysconfdir}/amazon/ssm
 install -m 755 bin/amazon-ssm-agent %{buildroot}%{_sbindir}
+install -m 755 bin/ssm-cli %{buildroot}%{_bindir}
 
 mkdir -p %{buildroot}%{_unitdir}
 install -m 755 %SOURCE1 %{buildroot}%{_unitdir}
@@ -95,6 +98,7 @@
 %config(noreplace) %{_sysconfdir}/amazon/ssm/amazon-ssm-agent.json.template
 %config(noreplace) %{_sysconfdir}/amazon/ssm/seelog.xml.template
 %{_sbindir}/*
+%{_bindir}/*
 %{_unitdir}/%{name}.service
 
 %pre

++++++ fix-version.patch ++++++
--- /var/tmp/diff_new_pack.O6JgAn/_old  2017-08-28 15:18:28.913625057 +0200
+++ /var/tmp/diff_new_pack.O6JgAn/_new  2017-08-28 15:18:28.925623371 +0200
@@ -1,18 +1,18 @@
-Index: amazon-ssm-agent-2.0.790.0/VERSION
+Index: amazon-ssm-agent-2.0.922.0/VERSION
 ===================================================================
---- amazon-ssm-agent-2.0.790.0.orig/VERSION
-+++ amazon-ssm-agent-2.0.790.0/VERSION
+--- amazon-ssm-agent-2.0.922.0.orig/VERSION
++++ amazon-ssm-agent-2.0.922.0/VERSION
 @@ -1 +1 @@
 -2.0.0.0
 \ No newline at end of file
-+2.0.672.0
-Index: amazon-ssm-agent-2.0.790.0/agent/version/version.go
++2.0.922.0
+Index: amazon-ssm-agent-2.0.922.0/agent/version/version.go
 ===================================================================
---- amazon-ssm-agent-2.0.790.0.orig/agent/version/version.go
-+++ amazon-ssm-agent-2.0.790.0/agent/version/version.go
+--- amazon-ssm-agent-2.0.922.0.orig/agent/version/version.go
++++ amazon-ssm-agent-2.0.922.0/agent/version/version.go
 @@ -19,4 +19,4 @@
  package version
  
  // Version is the version of the Agent
 -const Version = "2.0.0.0"
-+const Version = "2.0.790.0"
++const Version = "2.0.922.0"


Reply via email to