diff --git a/fsarchiver-0.6.12.tar.gz b/fsarchiver-0.6.12.tar.gz deleted file mode 100644 index 6a912e3..0000000 --- a/fsarchiver-0.6.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:20d94f6a4ad741b5576f9cae844ffc251613b039bc8dee99d5ea860bb719131b -size 245000 diff --git a/fsarchiver-0.6.13.tar.gz b/fsarchiver-0.6.13.tar.gz new file mode 100644 index 0000000..02edc0c --- /dev/null +++ b/fsarchiver-0.6.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:482550d091570143551c20a032f15e80a7e6a571c32bf7d6c5b1abdd2c1db51c +size 239885 diff --git a/fsarchiver.changes b/fsarchiver.changes index ddb2a38..7d052a6 100644 --- a/fsarchiver.changes +++ b/fsarchiver.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Mar 5 07:53:34 UTC 2012 - lazy.kent@opensuse.org + +- Update to 0.6.13. + + Fixed detection of the root filesystem using + "/proc/self/mountinfo" instead of "/proc/mounts". +- Use pkgconfig(*) as build dependencies. + ------------------------------------------------------------------- Thu Nov 24 16:28:05 UTC 2011 - lazy.kent@opensuse.org diff --git a/fsarchiver.spec b/fsarchiver.spec index b0273b7..623f119 100644 --- a/fsarchiver.spec +++ b/fsarchiver.spec @@ -1,7 +1,7 @@ # # spec file for package fsarchiver # -# Copyright (c) 2011 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 @@ -16,25 +16,23 @@ # - Name: fsarchiver -Version: 0.6.12 -Release: 1 -License: GPL-2.0 +Version: 0.6.13 +Release: 0 Summary: Filesystem Archiver -Url: http://www.fsarchiver.org +License: GPL-2.0 Group: Productivity/Archiving/Backup +Url: http://www.fsarchiver.org Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz Source1: HOWTO -BuildRequires: e2fsprogs BuildRequires: e2fsprogs-devel BuildRequires: libattr-devel -BuildRequires: libbz2-devel BuildRequires: libgcrypt-devel BuildRequires: lzo-devel BuildRequires: pkg-config -BuildRequires: xz-devel -BuildRequires: zlib-devel +BuildRequires: pkgconfig(bzip2) +BuildRequires: pkgconfig(liblzma) +BuildRequires: pkgconfig(zlib) BuildRoot: %{_tmppath}/%{name}-%{version}-build %description