Hello community,
here is the log from the commit of package amazon-ecs-init for openSUSE:Factory
checked in at 2020-02-07 15:56:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/amazon-ecs-init (Old)
and /work/SRC/openSUSE:Factory/.amazon-ecs-init.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "amazon-ecs-init"
Fri Feb 7 15:56:13 2020 rev:5 rq:770799 version:1.18.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/amazon-ecs-init/amazon-ecs-init.changes
2019-06-01 09:48:34.283343303 +0200
+++
/work/SRC/openSUSE:Factory/.amazon-ecs-init.new.26092/amazon-ecs-init.changes
2020-02-07 15:57:21.675603215 +0100
@@ -1,0 +2,6 @@
+Mon Feb 3 11:59:20 UTC 2020 - Dominique Leuenberger <[email protected]>
+
+- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to
+ shortcut through the -mini flavors.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ amazon-ecs-init.spec ++++++
--- /var/tmp/diff_new_pack.AtX5ID/_old 2020-02-07 15:57:22.411603591 +0100
+++ /var/tmp/diff_new_pack.AtX5ID/_new 2020-02-07 15:57:22.415603593 +0100
@@ -1,7 +1,7 @@
#
# spec file for package amazon-ecs-init
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -23,12 +23,12 @@
Summary: Amazon EC2 Container Service Initialization
License: Apache-2.0
Group: System Environment/Base
-Url: https://github.com/aws/amazon-ecs-init
+URL: https://github.com/aws/amazon-ecs-init
Source0: %{name}-%{version}-1.tar.gz
Source1: %{short_name}.service
Patch0: reproducible.patch
BuildRequires: go
-BuildRequires: systemd
+BuildRequires: pkgconfig(systemd)
%if 0%{?is_opensuse}
Requires: docker >= 1.6.0
%else