Merge commit 'refs/top-bases/linux-libspl' into linux-libspl
This commit is contained in:
commit
18ef700a45
|
@ -11,7 +11,7 @@ SUBDIRS = $(USER_DIR) $(KERNEL_DIR)
|
|||
AUTOMAKE_OPTIONS = foreign dist-zip
|
||||
EXTRA_DIST = autogen.sh config/config.awk
|
||||
EXTRA_DIST += zfs.spec.in zfs-modules.spec.in
|
||||
EXTRA_DIST += META DISCLAIMER COPYRIGHT GIT
|
||||
EXTRA_DIST += META DISCLAIMER COPYRIGHT GIT README.markdown
|
||||
EXTRA_DIST += OPENSOLARIS.LICENSE ZFS.RELEASE
|
||||
noinst_HEADERS = zfs_config.h
|
||||
|
||||
|
|
|
@ -5518,7 +5518,8 @@ main(int argc, char **argv)
|
|||
process_options(argc, argv);
|
||||
|
||||
/* Override location of zpool.cache */
|
||||
(void) asprintf((char **)&spa_config_path, "%s/zpool.cache", zopt_dir);
|
||||
VERIFY(asprintf((char **)&spa_config_path, "%s/zpool.cache",
|
||||
zopt_dir) != -1);
|
||||
|
||||
/*
|
||||
* Blow away any existing copy of zpool.cache
|
||||
|
|
|
@ -60,7 +60,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%files
|
||||
%defattr(-, root, root)
|
||||
%doc AUTHORS ChangeLog COPYING COPYRIGHT DISCLAIMER
|
||||
%doc GIT OPENSOLARIS.LICENSE README ZFS.RELEASE
|
||||
%doc GIT OPENSOLARIS.LICENSE README.markdown ZFS.RELEASE
|
||||
%{_sbindir}/*
|
||||
%{_bindir}/*
|
||||
%{_libdir}/*
|
||||
|
|
Loading…
Reference in New Issue