From bc199254ba265272cbb25e36cc419ba6f3df8a5571c1fe765524dd6ed1cfd3a4 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 2 Oct 2014 14:21:02 +0000 Subject: [PATCH] vhba-20140928 OBS-URL: https://build.opensuse.org/package/show/filesystems/vhba-kmp?expand=0&rev=16 --- vhba-kmp.changes | 6 ++++++ vhba-kmp.spec | 2 +- vhba-module-20140629.tar.bz2 | 3 --- vhba-module-20140928.tar.bz2 | 3 +++ vhba-no-werror.diff | 12 ++++++------ 5 files changed, 16 insertions(+), 10 deletions(-) delete mode 100644 vhba-module-20140629.tar.bz2 create mode 100644 vhba-module-20140928.tar.bz2 diff --git a/vhba-kmp.changes b/vhba-kmp.changes index be1e840..ca4b2ae 100644 --- a/vhba-kmp.changes +++ b/vhba-kmp.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Oct 2 14:14:22 UTC 2014 - jengelh@inai.de + +- Update to new upstream release 20140928 (cdemu-3.0.2) +* Work around a warning occurring in grsecurity kernels + ------------------------------------------------------------------- Sun Jul 13 08:48:46 UTC 2014 - sor.alexei@meowr.ru diff --git a/vhba-kmp.spec b/vhba-kmp.spec index e65d42e..2ee6bce 100644 --- a/vhba-kmp.spec +++ b/vhba-kmp.spec @@ -17,7 +17,7 @@ Name: vhba-kmp -Version: 20140629 +Version: 20140928 Release: 0 Summary: Virtual SCSI Host Bus Adapter License: GPL-2.0+ diff --git a/vhba-module-20140629.tar.bz2 b/vhba-module-20140629.tar.bz2 deleted file mode 100644 index 8a4b3f5..0000000 --- a/vhba-module-20140629.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e607cab56038ef4f5923c57279bbee4c2c0b57ce77e7003693d0938d09d6957 -size 15797 diff --git a/vhba-module-20140928.tar.bz2 b/vhba-module-20140928.tar.bz2 new file mode 100644 index 0000000..ff7c260 --- /dev/null +++ b/vhba-module-20140928.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45f56e4972b5aa7175903307901ca42d29da6fc8f92ab4c47007f53bc5bb55a2 +size 15571 diff --git a/vhba-no-werror.diff b/vhba-no-werror.diff index 172b3e5..eeee62f 100644 --- a/vhba-no-werror.diff +++ b/vhba-no-werror.diff @@ -6,16 +6,16 @@ Upstream: tendency: no Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -Index: vhba-module-20140629/Makefile +Index: vhba-module-20140928/Makefile =================================================================== ---- vhba-module-20140629.orig/Makefile -+++ vhba-module-20140629/Makefile -@@ -8,7 +8,7 @@ KDIR ?= /lib/modules/$(KERNELRELEASE)/bu +--- vhba-module-20140928.orig/Makefile ++++ vhba-module-20140928/Makefile +@@ -5,7 +5,7 @@ KDIR ?= /lib/modules/$(KERNELRELEASE)/bu PWD ?= $(shell pwd) obj-m := vhba.o -ccflags-y := -DVHBA_VERSION=\"$(VHBA_VERSION)\" -Werror +ccflags-y := -DVHBA_VERSION=\"$(VHBA_VERSION)\" - clean-dirs := $(PACKAGE) - clean-files := $(PACKAGE).tar.gz $(PACKAGE).tar.bz2 + default: modules + install: modules_install