diff --git a/btrfsprogs.changes b/btrfsprogs.changes index ad841e2..3708f26 100644 --- a/btrfsprogs.changes +++ b/btrfsprogs.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jan 22 22:28:46 CET 2010 - dmueller@suse.de + +- build btfs-convert (bnc#572912) + ------------------------------------------------------------------- Sun Dec 20 14:12:35 CET 2009 - jengelh@medozas.de diff --git a/btrfsprogs.spec b/btrfsprogs.spec index dac6b0f..13f2cc4 100644 --- a/btrfsprogs.spec +++ b/btrfsprogs.spec @@ -20,7 +20,7 @@ Name: btrfsprogs Url: http://oss.oracle.com/~mason/btrfs/ Version: 0.19 -Release: 4 +Release: 5 Summary: Btrfs File System Utilities License: GNU General Public License (GPL) Group: System/Filesystems @@ -28,7 +28,7 @@ Supplements: filesystem(btrfs) Source: http://ftp.kernel.org/pub/linux/kernel/people/mason/btrfs/btrfs-progs-%{version}.tar.bz2 Patch0: memleak-fix.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: libuuid-devel zlib-devel +BuildRequires: libacl-devel libext2fs-devel libuuid-devel zlib-devel %description This package contains utilities for creating, checking, and debugging btrfs @@ -39,7 +39,7 @@ file systems. %patch0 %build -make %{?jobs:-j%jobs} CFLAGS="%{optflags}" +make %{?jobs:-j%jobs} CFLAGS="%{optflags}" all convert %install make install DESTDIR=${RPM_BUILD_ROOT} prefix=%{_prefix} bindir=/sbin mandir=%{_mandir} @@ -49,6 +49,7 @@ make install DESTDIR=${RPM_BUILD_ROOT} prefix=%{_prefix} bindir=/sbin mandir=%{_ /sbin/btrfs-debug-tree /sbin/btrfs-show /sbin/btrfs-vol +/sbin/btrfs-convert /sbin/btrfsck /sbin/btrfsctl /sbin/mkfs.btrfs