- bring btrfs-progs uptodate with upstream so we can use the new kernel

features, such as the default subvol stuff and snapshot listing.
This commit is contained in:
Josef Bacik 2010-03-24 18:57:01 +00:00
parent 5d56592a83
commit 0868c34787
3 changed files with 3008 additions and 16 deletions

View File

@ -1,12 +1,12 @@
diff -up btrfs-progs-0.19/Makefile.orig btrfs-progs-0.19/Makefile --- btrfs-progs-0.19/Makefile.orig 2010-03-24 14:45:18.001490900 -0400
--- btrfs-progs-0.19/Makefile.orig 2009-06-19 08:05:49.151573429 -0400 +++ btrfs-progs-0.19/Makefile 2010-03-24 14:45:35.745491310 -0400
+++ btrfs-progs-0.19/Makefile 2009-06-19 08:08:35.192509803 -0400 @@ -17,8 +17,7 @@
@@ -16,7 +16,7 @@ prefix ?= /usr/local
bindir = $(prefix)/bin
LIBS=-luuid LIBS=-luuid
-progs = btrfsctl mkfs.btrfs btrfs-debug-tree btrfs-show btrfs-vol btrfsck progs = btrfsctl mkfs.btrfs btrfs-debug-tree btrfs-show btrfs-vol btrfsck \
+progs = btrfsctl mkfs.btrfs btrfs-debug-tree btrfs-show btrfs-vol btrfsck btrfs-image btrfstune - btrfs \
- btrfs-map-logical
+ btrfs btrfs-map-logical btrfstune btrfs-image
# make C=1 to enable sparse # make C=1 to enable sparse
ifdef C ifdef C

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
Name: btrfs-progs Name: btrfs-progs
Version: 0.19 Version: 0.19
Release: 11%{?dist} Release: 12%{?dist}
Summary: Userspace programs for btrfs Summary: Userspace programs for btrfs
Group: System Environment/Base Group: System Environment/Base
@ -26,11 +26,11 @@ check, modify and correct any inconsistencies in the btrfs filesystem.
%prep %prep
%setup -q %setup -q
%patch0 -p1 %patch0 -p1
%patch1 -p1
%patch2 -p1 %patch2 -p1
%patch3 -p1 %patch3 -p1
%patch4 -p1 %patch4 -p1
%patch5 -p1 %patch5 -p1
%patch1 -p1
%build %build
make CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags} make CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}
@ -55,13 +55,20 @@ rm -rf $RPM_BUILD_ROOT
%{_root_sbindir}/btrfs-vol %{_root_sbindir}/btrfs-vol
%{_root_sbindir}/btrfs-convert %{_root_sbindir}/btrfs-convert
%{_root_sbindir}/btrfstune %{_root_sbindir}/btrfstune
%{_root_sbindir}/btrfs
%{_root_sbindir}/btrfs-map-logical
%{_mandir}/man8/btrfs-image.8.gz %{_mandir}/man8/btrfs-image.8.gz
%{_mandir}/man8/btrfs-show.8.gz %{_mandir}/man8/btrfs-show.8.gz
%{_mandir}/man8/btrfsck.8.gz %{_mandir}/man8/btrfsck.8.gz
%{_mandir}/man8/btrfsctl.8.gz %{_mandir}/man8/btrfsctl.8.gz
%{_mandir}/man8/mkfs.btrfs.8.gz %{_mandir}/man8/mkfs.btrfs.8.gz
%{_mandir}/man8/btrfs.8.gz
%changelog %changelog
* Wed Mar 24 2010 Josef Bacik <josef@toxicpanda.com> 0.19-12
- bring btrfs-progs uptodate with upstream so we can use the new kernel
features, such as the default subvol stuff and snapshot listing.
* Thu Mar 11 2010 Josef Bacik <josef@toxicpanda.com> 0.19-11 * Thu Mar 11 2010 Josef Bacik <josef@toxicpanda.com> 0.19-11
- fix convert build for DSO linking stuff - fix convert build for DSO linking stuff