From 4e323f599963e913dc997e4e9b3281904a43354458021c04e3bf8798ed02247a Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Fri, 29 Jan 2010 16:42:56 +0000 Subject: [PATCH] Accepting request 30739 from filesystems Copy from filesystems/btrfsprogs based on submit request 30739 from user coolo OBS-URL: https://build.opensuse.org/request/show/30739 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/btrfsprogs?expand=0&rev=7 --- btrfsprogs.changes | 5 +++++ btrfsprogs.spec | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) 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