From: Vladimir Sokolovsky Date: Mon, 17 Mar 2014 15:50:27 +0000 (+0200) Subject: compat-rdma.spec: Add include/linux/compat_autoconf.h to compat-rdma-devel RPM X-Git-Tag: vofed-3.12~14 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=f8252471086482984d29877b1997211b9b78c8b1;p=~emulex%2Fcompat-rdma_3.12.git compat-rdma.spec: Add include/linux/compat_autoconf.h to compat-rdma-devel RPM issue: http://bugs.openfabrics.org/show_bug.cgi?id=2474 Signed-off-by: Vladimir Sokolovsky --- diff --git a/compat-rdma.spec b/compat-rdma.spec index 0c9ecc8..fc1c65a 100755 --- a/compat-rdma.spec +++ b/compat-rdma.spec @@ -172,6 +172,8 @@ cd - %if %{build_kernel_ib} make install_kernel MODULES_DIR=%{LIB_MOD_DIR} INSTALL_MOD_PATH=$RPM_BUILD_ROOT INSTALL_MOD_DIR=updates KERNELRELEASE=%{KVERSION} +cp -a compat.config $RPM_BUILD_ROOT/%{_prefix}/src/%{_name} +cp -a include/linux/compat_autoconf.h $RPM_BUILD_ROOT/%{_prefix}/src/%{_name}/include/linux %endif %if %{build_kernel_ib_devel}