Hello community, here is the log from the commit of package kured for openSUSE:Factory checked in at 2020-05-20 18:43:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kured (Old) and /work/SRC/openSUSE:Factory/.kured.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kured" Wed May 20 18:43:46 2020 rev:13 rq:806776 version:1.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kured/kured.changes 2020-05-12 22:28:55.535442838 +0200 +++ /work/SRC/openSUSE:Factory/.kured.new.2738/kured.changes 2020-05-20 18:44:26.873145594 +0200 @@ -1,0 +2,11 @@ +Mon May 18 07:31:50 UTC 2020 - Thorsten Kukuk <[email protected]> + +- kured-imagePullPolicy.patch: always update the image + +------------------------------------------------------------------- +Sun May 17 12:14:42 UTC 2020 - Thorsten Kukuk <[email protected]> + +- systemctl-path.patch: last systemd update removed symlinks + from /bin ... + +------------------------------------------------------------------- New: ---- kured-imagePullPolicy.patch systemctl-path.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kured.spec ++++++ --- /var/tmp/diff_new_pack.hfO4Bc/_old 2020-05-20 18:44:27.877147849 +0200 +++ /var/tmp/diff_new_pack.hfO4Bc/_new 2020-05-20 18:44:27.881147859 +0200 @@ -32,6 +32,8 @@ URL: https://github.com/weaveworks/kured Source: %{name}-%{version}.tar.gz Source1: vendor.tar.xz +Patch: systemctl-path.patch +Patch1: kured-imagePullPolicy.patch BuildRequires: fdupes BuildRequires: go-go-md2man BuildRequires: golang(API) = 1.13 @@ -61,6 +63,8 @@ %prep %setup -qa1 +%patch -p1 +%patch1 -p1 %build # Build the binary. ++++++ kured-imagePullPolicy.patch ++++++ diff -urN kured-1.4.0.old/kured-ds.yaml kured-1.4.0/kured-ds.yaml --- kured-1.4.0.old/kured-ds.yaml 2020-04-30 18:07:30.000000000 +0200 +++ kured-1.4.0/kured-ds.yaml 2020-05-18 09:20:34.176054210 +0200 @@ -32,7 +32,7 @@ image: docker.io/weaveworks/kured # If you find yourself here wondering why there is no # :latest tag on Docker Hub,see the FAQ in the README - imagePullPolicy: IfNotPresent + imagePullPolicy: Always securityContext: privileged: true # Give permission to nsenter /proc/1/ns/mnt env: ++++++ systemctl-path.patch ++++++ diff -urN kured-1.4.0.old/cmd/kured/main.go kured-1.4.0/cmd/kured/main.go --- kured-1.4.0.old/cmd/kured/main.go 2020-04-30 18:07:30.000000000 +0200 +++ kured-1.4.0/cmd/kured/main.go 2020-05-17 14:13:01.956576943 +0200 @@ -261,7 +261,7 @@ } // Relies on hostPID:true and privileged:true to enter host mount space - rebootCmd := newCommand("/usr/bin/nsenter", "-m/proc/1/ns/mnt", "/bin/systemctl", "reboot") + rebootCmd := newCommand("/usr/bin/nsenter", "-m/proc/1/ns/mnt", "/usr/bin/systemctl", "reboot") if err := rebootCmd.Run(); err != nil { log.Fatalf("Error invoking reboot command: %v", err) }
