- bring btrfs-progs uptodate with upstream. F-12 had this patch, i'm not

sure why it didn't get put into F-13.
This commit is contained in:
Josef Bacik 2010-03-11 22:06:07 +00:00
parent dd0ea2bf04
commit db2d28e827
1 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Name: btrfs-progs
Version: 0.19
Release: 9%{?dist}
Release: 10%{?dist}
Summary: Userspace programs for btrfs
Group: System Environment/Base
@ -12,6 +12,7 @@ Patch1: btrfs-progs-build-everything.patch
Patch2: btrfs-progs-valgrind.patch
Patch3: btrfs-progs-fix-return-value.patch
Patch4: btrfs-progs-build-fixes.patch
Patch5: btrfs-progs-upstream.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: e2fsprogs-devel, libuuid-devel, zlib-devel, libacl-devel
@ -29,6 +30,7 @@ check, modify and correct any inconsistencies in the btrfs filesystem.
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%build
make CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}
@ -60,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man8/mkfs.btrfs.8.gz
%changelog
* Thu Mar 11 2010 Josef Bacik <josef@toxicpanda.com> 0.19-10
- add btrfs-progs-ustream.patch so we are aligned with upstream
* Tue Feb 2 2010 Josef Bacik <josef@toxicpanda.com> 0.19-9
- fix btrfsck so it builds on newer glibcs