Hello community, here is the log from the commit of package xfsdump for openSUSE:Factory checked in at 2012-02-23 15:35:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xfsdump (Old) and /work/SRC/openSUSE:Factory/.xfsdump.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "xfsdump", Maintainer is "MMarek@suse.com" Changes: -------- --- /work/SRC/openSUSE:Factory/xfsdump/xfsdump.changes 2011-09-23 12:51:34.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.xfsdump.new/xfsdump.changes 2012-02-23 15:35:02.000000000 +0100 @@ -1,0 +2,43 @@ +Mon Feb 6 22:27:49 UTC 2012 - rschweikert@suse.com + +- use %configure + +------------------------------------------------------------------- +Thu Feb 2 18:41:51 UTC 2012 - rschweikert@suse.com + +- place binaries in /usr tree (UsrMerge project) + +------------------------------------------------------------------- +Mon Jun 20 11:28:11 UTC 2011 - mmarek@novell.com + +- 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. + +------------------------------------------------------------------- Old: ---- xfsdump-3.0.1.tar.bz2 New: ---- xfsdump-3.0.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xfsdump.spec ++++++ --- /var/tmp/diff_new_pack.UCsSik/_old 2012-02-23 15:35:03.000000000 +0100 +++ /var/tmp/diff_new_pack.UCsSik/_new 2012-02-23 15:35:03.000000000 +0100 @@ -1,7 +1,7 @@ # -# spec file for package xfsdump (Version 3.0.1) +# spec file for package xfsdump # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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 @@ -15,19 +15,18 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - - Name: xfsdump -BuildRequires: e2fsprogs-devel libattr-devel ncurses-devel xfsprogs-devel -Version: 3.0.1 -Release: 2 -AutoReqProv: on -Group: System/Filesystems -License: GPLv2+ +BuildRequires: e2fsprogs-devel +BuildRequires: libattr-devel +BuildRequires: ncurses-devel +BuildRequires: xfsprogs-devel +Version: 3.0.5 +Release: 0 Url: http://oss.sgi.com/projects/xfs/ Summary: Administrative Utilities for the XFS File System -Source0: xfsdump-%version.tar.bz2 +License: GPL-2.0+ +Group: System/Filesystems +Source0: xfsdump-%version.tar.gz Patch0: xfsdump-docdir.diff Patch1: xfsdump-3.0.1-fix-bufferoverflow.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -63,25 +62,26 @@ %build export CFLAGS=$RPM_OPT_FLAGS export DEBUG=-DNDEBUG -./configure \ - --prefix=/usr \ - --exec-prefix=/ \ - --sbindir=/sbin \ - --bindir=/usr/sbin \ - --mandir=%{_mandir} +%configure --bindir=%{_sbindir} --mandir=%{_mandir} make %{?jobs:-j%jobs} %install export DIST_ROOT="$RPM_BUILD_ROOT" make install +#UsrMerge +ln -sf %_sbindir/xfsdump $RPM_BUILD_ROOT/sbin +ln -sf %_sbindir/xfsrestore $RPM_BUILD_ROOT/sbin +#EndUsrMerge %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,755) + %_sbindir/* +#UsrMerge /sbin/* -/usr/sbin/* +#EndUsrMerge %doc %_defaultdocdir/%name /usr/share/man/man8/* ++++++ xfsdump-docdir.diff ++++++ --- /var/tmp/diff_new_pack.UCsSik/_old 2012-02-23 15:35:03.000000000 +0100 +++ /var/tmp/diff_new_pack.UCsSik/_new 2012-02-23 15:35:03.000000000 +0100 @@ -1,7 +1,11 @@ ---- include/builddefs.in +--- + include/builddefs.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +--- include/builddefs.in.orig +++ include/builddefs.in -@@ -36,7 +36,7 @@ - PKG_DEVLIB_DIR = @libexecdir@@libdirsuffix@ +@@ -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@ -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de