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
This commit is contained in:
parent
134df51a2b
commit
4e323f5999
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user