diff --git a/Makefile-error-dependency.patch b/Makefile-error-dependency.patch index 0e1d8e9..27d8575 100644 --- a/Makefile-error-dependency.patch +++ b/Makefile-error-dependency.patch @@ -1,3 +1,8 @@ +--- + Makefile | 11 +++-------- + src/Makefile | 6 +++--- + 2 files changed, 6 insertions(+), 11 deletions(-) + Index: ledmon-0.79/src/Makefile =================================================================== --- ledmon-0.79.orig/src/Makefile @@ -24,3 +29,31 @@ Index: ledmon-0.79/src/Makefile $(OUTDIR)/%.o: %.c $(CC) $(CFLAGS) $(DEFFLAGS) $(INCFLAGS) -c $< -o $@ +Index: ledmon-0.79/Makefile +=================================================================== +--- ledmon-0.79.orig/Makefile ++++ ledmon-0.79/Makefile +@@ -19,20 +19,15 @@ + # Installation directory + DESTDIR?= + +-.PHONY: ledmon ledctl man all ++.PHONY: man all + + default: all + +-ledmon: +- $(MAKE) -C src ledmon +- +-ledctl: +- $(MAKE) -C src ledctl +- + man: + $(MAKE) -C doc all + +-all: ledmon ledctl man ++all: ++ $(MAKE) -C src all + + install: all + $(MAKE) -C src DESTDIR=$(DESTDIR) install diff --git a/ledmon.changes b/ledmon.changes index 3d04f85..0bf3258 100644 --- a/ledmon.changes +++ b/ledmon.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jun 7 15:54:17 UTC 2016 - normand@linux.vnet.ibm.com + +- update Makefile-error-dependency.patch to avoid transient error + ------------------------------------------------------------------- Tue Jul 14 07:36:02 UTC 2015 - werner@suse.de diff --git a/ledmon.spec b/ledmon.spec index d20b477..05757ec 100644 --- a/ledmon.spec +++ b/ledmon.spec @@ -1,7 +1,7 @@ # # spec file for package ledmon # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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