forked from pool/vhba-kmp
Accepting request 241225 from filesystems
- Update to new upstream release 20140629 (cdemu-3.0.0) OBS-URL: https://build.opensuse.org/request/show/241225 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vhba-kmp?expand=0&rev=7
This commit is contained in:
commit
f32a7fe7c0
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 13 08:48:46 UTC 2014 - sor.alexei@meowr.ru
|
||||
|
||||
- Update to new upstream release 20140629 (cdemu-3.0.0)
|
||||
* CD image write support
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 9 14:14:21 UTC 2013 - jengelh@inai.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package vhba-kmp
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,17 +17,17 @@
|
||||
|
||||
|
||||
Name: vhba-kmp
|
||||
Version: 20130607
|
||||
Version: 20140629
|
||||
Release: 0
|
||||
Summary: Virtual SCSI Host Bus Adapter
|
||||
License: GPL-2.0+
|
||||
Group: System/Kernel
|
||||
Url: http://cdemu.sf.net/
|
||||
Url: http://cdemu.sf.net/about/vhba/
|
||||
|
||||
#Freecode-URL: https://freecode.com/projects/cdemu-for-linux
|
||||
#Git-Clone: git://git.code.sf.net/p/cdemu/code
|
||||
Source: http://downloads.sf.net/cdemu/vhba-module-%version.tar.bz2
|
||||
Source2: %name-preamble
|
||||
Patch3: vhba-no-werror.diff
|
||||
Patch1: vhba-no-werror.diff
|
||||
BuildRequires: kernel-syms >= 2.6.20
|
||||
BuildRequires: modutils
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -53,26 +53,27 @@ part of the userspace cdemu suite, CD/DVD-ROM device emulator for
|
||||
Linux.
|
||||
|
||||
%prep
|
||||
echo %flavors_to_build
|
||||
%setup -qn vhba-module-%version
|
||||
%patch -P 3 -p1
|
||||
%patch -P 1 -p1
|
||||
|
||||
%build
|
||||
for flavor in %flavors_to_build; do
|
||||
cp -a . "../obj-$flavor";
|
||||
pushd "../obj-$flavor/";
|
||||
cp -a . "../obj-$flavor/"
|
||||
pushd "../obj-$flavor/"
|
||||
make KDIR="/usr/src/linux-obj/%_target_cpu/$flavor" \
|
||||
%{?_smp_mflags};
|
||||
popd;
|
||||
done;
|
||||
%{?_smp_mflags}
|
||||
popd
|
||||
done
|
||||
|
||||
%install
|
||||
export INSTALL_MOD_PATH="%buildroot";
|
||||
export INSTALL_MOD_PATH="%buildroot"
|
||||
|
||||
for flavor in %flavors_to_build; do
|
||||
pushd "../obj-$flavor/";
|
||||
pushd "../obj-$flavor/"
|
||||
make KDIR="/usr/src/linux-obj/%_target_cpu/$flavor" \
|
||||
modules_install;
|
||||
popd;
|
||||
done;
|
||||
modules_install
|
||||
popd
|
||||
done
|
||||
|
||||
%changelog
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d2c4919d2904a8f880e2730250f7ed6e3143575d5c4de6b88a97c2228aa2a185
|
||||
size 15528
|
3
vhba-module-20140629.tar.bz2
Normal file
3
vhba-module-20140629.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8e607cab56038ef4f5923c57279bbee4c2c0b57ce77e7003693d0938d09d6957
|
||||
size 15797
|
@ -6,10 +6,10 @@ Upstream: tendency: no
|
||||
Makefile | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
Index: vhba-module-20130607/Makefile
|
||||
Index: vhba-module-20140629/Makefile
|
||||
===================================================================
|
||||
--- vhba-module-20130607.orig/Makefile
|
||||
+++ vhba-module-20130607/Makefile
|
||||
--- vhba-module-20140629.orig/Makefile
|
||||
+++ vhba-module-20140629/Makefile
|
||||
@@ -8,7 +8,7 @@ KDIR ?= /lib/modules/$(KERNELRELEASE)/bu
|
||||
PWD ?= $(shell pwd)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user