Hello community, here is the log from the commit of package xfsdump for openSUSE:Factory checked in at 2015-03-23 12:15:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xfsdump (Old) and /work/SRC/openSUSE:Factory/.xfsdump.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xfsdump" Changes: -------- --- /work/SRC/openSUSE:Factory/xfsdump/xfsdump.changes 2014-10-06 22:04:33.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.xfsdump.new/xfsdump.changes 2015-03-23 12:15:46.000000000 +0100 @@ -1,0 +2,11 @@ +Thu Mar 19 13:40:08 UTC 2015 - [email protected] + +- Update url + +------------------------------------------------------------------- +Thu Mar 19 13:09:17 UTC 2015 - [email protected] + +- Add gpg signature +- Cleanup spec file with spec-cleaner + +------------------------------------------------------------------- New: ---- xfsdump-3.1.4.tar.gz.sig xfsdump.keyring ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xfsdump.spec ++++++ --- /var/tmp/diff_new_pack.mCdG1o/_old 2015-03-23 12:15:47.000000000 +0100 +++ /var/tmp/diff_new_pack.mCdG1o/_new 2015-03-23 12:15:47.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package xfsdump # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,18 +17,20 @@ Name: xfsdump -BuildRequires: e2fsprogs-devel -BuildRequires: libattr-devel -BuildRequires: ncurses-devel -BuildRequires: xfsprogs-devel Version: 3.1.4 Release: 0 -Url: http://oss.sgi.com/projects/xfs/ Summary: Administrative Utilities for the XFS File System License: GPL-2.0+ Group: System/Filesystems -Source0: ftp://oss.sgi.com/projects/xfs/cmd_tars/xfsdump-%version.tar.gz +Url: http://xfs.org +Source0: ftp://oss.sgi.com/projects/xfs/cmd_tars/xfsdump-%{version}.tar.gz +Source1: ftp://oss.sgi.com/projects/xfs/cmd_tars/xfsdump-%{version}.tar.gz.sig +Source2: %{name}.keyring Patch0: xfsdump-docdir.diff +BuildRequires: e2fsprogs-devel +BuildRequires: libattr-devel +BuildRequires: ncurses-devel +BuildRequires: xfsprogs-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -54,19 +56,19 @@ %build export DEBUG=-DNDEBUG -%configure --bindir=%_sbindir +%configure --bindir=%{_sbindir} make %{?_smp_mflags} %install -export DIST_ROOT="$RPM_BUILD_ROOT" -make install -%{find_lang} xfsdump +export DIST_ROOT=%{buildroot} +make DESTDIR=%{buildroot} install %{?_smp_mflags} +%find_lang xfsdump # Remove the link created by the make file -rm $RPM_BUILD_ROOT/%{_sbindir}/{xfsdump,xfsrestore} -mv $RPM_BUILD_ROOT/sbin/{xfsdump,xfsrestore} $RPM_BUILD_ROOT/%{_sbindir} +rm %{buildroot}/%{_sbindir}/{xfsdump,xfsrestore} +mv %{buildroot}/sbin/{xfsdump,xfsrestore} %{buildroot}/%{_sbindir} #UsrMerge -ln -s %{_sbindir}/xfsdump $RPM_BUILD_ROOT/sbin -ln -s %{_sbindir}/xfsrestore $RPM_BUILD_ROOT/sbin +ln -s %{_sbindir}/xfsdump %{buildroot}/sbin +ln -s %{_sbindir}/xfsrestore %{buildroot}/sbin #EndUsrMerge %files -f xfsdump.lang @@ -75,7 +77,7 @@ #UsrMerge /sbin/* #EndUsrMerge -%doc %{_defaultdocdir}/%name +%doc %{_defaultdocdir}/%{name} %{_mandir}/man8/* %if 0%{?suse_version} > 1200 %doc doc/COPYING -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
