forked from pool/xfsdump
673086366a
- updated to 3.0.5 - Release tags will now be digitally signed - Quota files will now be dumped, regardless of the maxsize setting - The new "-s sessid" flag allows inventory sessions to be pruned by their session ID. - Fixed a bug in handling long dump filenames, and dropped (undocumented) support for encoding certain parameters within the dump filename - NODECHK is now off by default, meaning xfsrestore will now support 16 times more directory entries (4 billion) - nrh_t is now 64 bits wide, allowing xfsrestore to support dumps with up to 4 billion directory entries - nix_t is no longer useful, and has been eliminated - Memory use in xfsrestore is better managed now. Segments of nodes are now power-of-2 sized, and allocated nodes are no longer needlessly zeroed and linked into the free list. - Pathname resolution in xfsrestore has a number of performance improvements - Better checking has been implemented for compatibility when resuming a cumulative restore - Build system output has been cleaned up considerably - Dead "namreg" code has been removed - Build dependencies are now determined automatically - Other miscellaneous build system improvements, as well bug fixes thanks to Mike Frysinger and Arkadiusz Miśkiewicz. - Improve xfsinvutil man page and argument processing. - Fix timestamp handling on 64-bit architectures in xfsinvutil. - Various build system improvements. OBS-URL: https://build.opensuse.org/request/show/74186 OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsdump?expand=0&rev=7
16 lines
429 B
Diff
16 lines
429 B
Diff
---
|
|
include/builddefs.in | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- include/builddefs.in.orig
|
|
+++ include/builddefs.in
|
|
@@ -37,7 +37,7 @@ PKG_ROOT_SBIN_DIR = @root_sbindir@
|
|
PKG_ROOT_LIB_DIR= @root_libdir@@libdirsuffix@
|
|
PKG_INC_DIR = @includedir@
|
|
PKG_MAN_DIR = @mandir@
|
|
-PKG_DOC_DIR = @datadir@/doc/@pkg_name@
|
|
+PKG_DOC_DIR = @datadir@/doc/packages/@pkg_name@
|
|
PKG_LOCALE_DIR = @datadir@/locale
|
|
|
|
CC = @cc@
|