From 82fab0bd398ba295f3841381d4a40b89d658f8e469a05fd7fc8eee66f2e86bdf Mon Sep 17 00:00:00 2001 From: Kyrill Detinov Date: Sun, 16 Feb 2014 17:38:26 +0000 Subject: [PATCH] update to 0.6.18 OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/fsarchiver?expand=0&rev=20 --- fsarchiver-0.6.17.tar.gz | 3 --- fsarchiver-0.6.18.tar.gz | 3 +++ fsarchiver.changes | 13 +++++++++++++ fsarchiver.spec | 12 +++--------- 4 files changed, 19 insertions(+), 12 deletions(-) delete mode 100644 fsarchiver-0.6.17.tar.gz create mode 100644 fsarchiver-0.6.18.tar.gz diff --git a/fsarchiver-0.6.17.tar.gz b/fsarchiver-0.6.17.tar.gz deleted file mode 100644 index c8c2ae8..0000000 --- a/fsarchiver-0.6.17.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:409add97337783cb135f15c07318acf5067f5837f07bd62c7e358f3dcf5dced5 -size 246686 diff --git a/fsarchiver-0.6.18.tar.gz b/fsarchiver-0.6.18.tar.gz new file mode 100644 index 0000000..f1282c1 --- /dev/null +++ b/fsarchiver-0.6.18.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30c7b81b19435ca50fcdf964c15f50f530fbc3c3e1c6d379f3d656eba40c5d82 +size 244953 diff --git a/fsarchiver.changes b/fsarchiver.changes index 0f46152..f6c5b8d 100644 --- a/fsarchiver.changes +++ b/fsarchiver.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Feb 14 17:31:59 UTC 2014 - lazy.kent@opensuse.org + +- Update to 0.6.18. + * Prepared release sources using autoconf-2.69 to add support for + new architectures. + * Applied patch from Berix to preserve the number of inode blocks + per group on ext filesystems. + * Added support for recent btrfs features (up to linux-3.14). + * Run mkfs.btrfs with option "-f" so that it does not fail on + devices with pre-existing filesystems. +- Remove check for unsupported openSUSE versions. + ------------------------------------------------------------------- Sat Oct 26 11:27:09 UTC 2013 - andreas.stieger@gmx.de diff --git a/fsarchiver.spec b/fsarchiver.spec index 1a08a13..cf133a3 100644 --- a/fsarchiver.spec +++ b/fsarchiver.spec @@ -1,7 +1,7 @@ # # spec file for package fsarchiver # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 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 @@ -17,7 +17,7 @@ Name: fsarchiver -Version: 0.6.17 +Version: 0.6.18 Release: 0 Summary: Filesystem Archiver License: GPL-2.0 @@ -32,15 +32,9 @@ BuildRequires: libattr-devel BuildRequires: libgcrypt-devel BuildRequires: lzo-devel BuildRequires: pkg-config -%if 0%{?suse_version} >= 1210 BuildRequires: pkgconfig(bzip2) BuildRequires: pkgconfig(liblzma) BuildRequires: pkgconfig(zlib) -%else -BuildRequires: libbz2-devel -BuildRequires: xz-devel -BuildRequires: zlib-devel -%endif BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -56,7 +50,7 @@ the whole archive. %prep %setup -q %patch0 -p1 -cp %{SOURCE1} . +cp -p %{SOURCE1} . %build %configure