SHA256
1
0
forked from pool/fsarchiver
Kyrill Detinov 2014-02-16 17:38:26 +00:00 committed by Git OBS Bridge
parent 8823ff9de7
commit 82fab0bd39
4 changed files with 19 additions and 12 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:409add97337783cb135f15c07318acf5067f5837f07bd62c7e358f3dcf5dced5
size 246686

3
fsarchiver-0.6.18.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:30c7b81b19435ca50fcdf964c15f50f530fbc3c3e1c6d379f3d656eba40c5d82
size 244953

View File

@ -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

View File

@ -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