Hello community,

here is the log from the commit of package docker-runc for openSUSE:Factory 
checked in at 2017-09-09 20:22:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/docker-runc (Old)
 and      /work/SRC/openSUSE:Factory/.docker-runc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "docker-runc"

Sat Sep  9 20:22:47 2017 rev:3 rq:521673 version:0.1.1+gitr2947_9c2d8d1

Changes:
--------
--- /work/SRC/openSUSE:Factory/docker-runc/docker-runc.changes  2017-08-17 
11:44:32.446173063 +0200
+++ /work/SRC/openSUSE:Factory/.docker-runc.new/docker-runc.changes     
2017-09-09 20:22:48.325629947 +0200
@@ -1,0 +2,6 @@
+Tue Sep  5 16:04:26 UTC 2017 - [email protected]
+
+- Update bsc1053532-0001-makefile-drop-usage-of-install.patch
+  + replace missing target "all" with "runc" 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ bsc1053532-0001-makefile-drop-usage-of-install.patch ++++++
--- /var/tmp/diff_new_pack.9ceYoM/_old  2017-09-09 20:22:48.849556099 +0200
+++ /var/tmp/diff_new_pack.9ceYoM/_new  2017-09-09 20:22:48.849556099 +0200
@@ -19,10 +19,10 @@
  Makefile | 17 +++++++++--------
  1 file changed, 9 insertions(+), 8 deletions(-)
 
-diff --git a/Makefile b/Makefile
-index 779be925546f..c4bbdd3291d2 100644
---- a/Makefile
-+++ b/Makefile
+Index: docker-runc-git.9c2d8d184e5da67c95d601382adf14862e4f2228/Makefile
+===================================================================
+--- docker-runc-git.9c2d8d184e5da67c95d601382adf14862e4f2228.orig/Makefile
++++ docker-runc-git.9c2d8d184e5da67c95d601382adf14862e4f2228/Makefile
 @@ -2,6 +2,8 @@
            localtest localunittest localintegration \
            test unittest integration
@@ -32,7 +32,8 @@
  PREFIX := $(DESTDIR)/usr/local
  BINDIR := $(PREFIX)/sbin
  GIT_BRANCH := $(shell git rev-parse --abbrev-ref HEAD 2>/dev/null)
-@@ -27,10 +29,10 @@ VERSION := ${shell cat ./VERSION}
+@@ -26,11 +28,11 @@ VERSION := ${shell cat ./VERSION}
+ 
  SHELL := $(shell command -v bash 2>/dev/null)
  
 -all: $(RUNC_LINK)
@@ -67,15 +68,23 @@
  
  man:
        man/md2man-all.sh
-@@ -84,7 +85,7 @@ unittest: runcimage
+@@ -83,13 +84,13 @@ localtest:
+ unittest: runcimage
        docker run -e TESTFLAGS -ti --privileged --rm -v 
$(CURDIR):/go/src/$(PROJECT) $(RUNC_IMAGE) make localunittest
  
- localunittest: all
+-localunittest: all
 -      go test -timeout 3m -tags "$(BUILDTAGS)" ${TESTFLAGS} -v ./...
++localunittest: runc
 +      $(GO) test -timeout 3m -tags "$(BUILDTAGS)" ${TESTFLAGS} -v ./...
  
  integration: runcimage
        docker run -e TESTFLAGS -t --privileged --rm -v 
$(CURDIR):/go/src/$(PROJECT) $(RUNC_IMAGE) make localintegration
+ 
+-localintegration: all
++localintegration: runc
+       bats -t tests/integration${TESTFLAGS}
+ 
+ install:
 @@ -119,6 +120,6 @@ clean:
  
  validate:
@@ -84,6 +93,3 @@
 +      $(GO) vet ./...
  
  ci: validate localtest
--- 
-2.14.0
-


Reply via email to