Merge commit 'refs/top-bases/linux-arc' into linux-arc
This commit is contained in:
commit
949f353a63
|
@ -1,6 +0,0 @@
|
|||
The bulk of the library is Copyright 2004 Sun Microsystems, Inc.
|
||||
Portions are Copyright 2006 OmniTI, Inc.
|
||||
|
||||
The library is distributed under the terms of the CDDL.
|
||||
See the file OPENSOLARIS.LICENSE for more information.
|
||||
|
|
@ -66,11 +66,13 @@ AC_DEFUN([ZFS_AC_KERNEL], [
|
|||
AC_MSG_RESULT([$kernsrcver])
|
||||
|
||||
kmoduledir=${INSTALL_MOD_PATH}/lib/modules/$kernsrcver
|
||||
LINUX=${kernelsrc}
|
||||
LINUX_OBJ=${kernelbuild}
|
||||
LINUX=${kernelsrc}
|
||||
LINUX_OBJ=${kernelbuild}
|
||||
LINUX_VERSION=${kernsrcver}
|
||||
|
||||
AC_SUBST(LINUX)
|
||||
AC_SUBST(LINUX_OBJ)
|
||||
AC_SUBST(LINUX_VERSION)
|
||||
AC_SUBST(kmoduledir)
|
||||
])
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
noinst_HEADERS = sys/*.h
|
||||
pkginclude_HEADERS = sys/*.h
|
||||
|
|
|
@ -85,7 +85,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||
|
||||
%files
|
||||
%defattr(-, root, root)
|
||||
%doc AUTHORS ChangeLog COPYING COPYRIGHT DISCLAIMER GIT
|
||||
%doc AUTHORS ChangeLog COPYING DISCLAIMER GIT
|
||||
%doc OPENSOLARIS.LICENSE README TODO ZFS.RELEASE
|
||||
%{_sbindir}/*
|
||||
%{_libdir}/*
|
||||
|
@ -94,6 +94,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{kdir}/include/zfs/*
|
||||
%{_includedir}/*
|
||||
|
||||
%post
|
||||
if [ -f /boot/System.map-%{kver} ]; then
|
||||
|
|
Loading…
Reference in New Issue