SHA256
1
0
forked from pool/fsarchiver
Kyrill Detinov 2012-03-05 07:56:44 +00:00 committed by Git OBS Bridge
parent 5b0508880c
commit a732175ed3
4 changed files with 19 additions and 13 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:20d94f6a4ad741b5576f9cae844ffc251613b039bc8dee99d5ea860bb719131b
size 245000

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:482550d091570143551c20a032f15e80a7e6a571c32bf7d6c5b1abdd2c1db51c
size 239885

View File

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

View File

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