Name: btrfs-progs Version: 0.20 %define _commit git91d9eec Release: 0.2.%{_commit}%{?dist} Summary: Userspace programs for btrfs Group: System Environment/Base License: GPLv2 URL: http://btrfs.wiki.kernel.org/index.php/Main_Page ExclusiveArch: x86_64 Source0: %{name}-%{version}-rc1-%{_commit}.tar.bz2 Patch0: btrfs-progs-fix-labels.patch Patch1: btrfs-update-version.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: e2fsprogs-devel, libuuid-devel, zlib-devel, libacl-devel %define _root_sbindir /sbin %description The btrfs-progs package provides all the userpsace programs needed to create, check, modify and correct any inconsistencies in the btrfs filesystem. %prep %setup -q -n btrfs-progs-%{version}-rc1-%{_commit} %patch0 -p1 %patch1 -p1 %build make CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make mandir=%{_mandir} bindir=%{_root_sbindir} install DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc COPYING INSTALL %{_root_sbindir}/btrfsctl %{_root_sbindir}/btrfsck %{_root_sbindir}/mkfs.btrfs %{_root_sbindir}/btrfs-debug-tree %{_root_sbindir}/btrfs-image %{_root_sbindir}/btrfs-show %{_root_sbindir}/btrfs-vol %{_root_sbindir}/btrfs-convert %{_root_sbindir}/btrfstune %{_root_sbindir}/btrfs-map-logical %{_root_sbindir}/btrfs %{_root_sbindir}/btrfs-find-root %{_root_sbindir}/btrfs-restore %{_root_sbindir}/btrfs-zero-log %{_mandir}/man8/btrfs-image.8.gz %{_mandir}/man8/btrfs-show.8.gz %{_mandir}/man8/btrfsck.8.gz %{_mandir}/man8/btrfsctl.8.gz %{_mandir}/man8/mkfs.btrfs.8.gz %{_mandir}/man8/btrfs.8.gz %changelog * Mon Oct 15 2012 Zach Brown 0.20-0.2.git91d9eec - bring btrfs-progs uptodate with current upstream git - updated patch to allow fs labels with slashes - btrfs-find-root, btrfs-restore, and btrfs-zero-log are now available - build with -fno-strict-aliasing * Mon Jan 10 2011 Josef Bacik 0.19-12 - bring btrfs-progs uptodate with latest upstream, Resolves: rhbz#645741 * Mon Jun 7 2010 Josef Bacik 0.19-11 - fix btrfs-progs so it only buils on x86_64, Resolves: rhbz#596690 * Fri Jan 22 2010 Josef Bacik 0.19-10 - fix btrfs-progs so it builds with new gcc, Resolves: bz557277 * Mon Oct 19 2009 Josef Bacik 0.19-9 - release bump because I messed up the tagging * Mon Oct 19 2009 Josef Bacik 0.19-8 - bring btrfs-progs uptodate with upstream, adds destroy ioctl and fixes converter * Tue Aug 25 2009 Josef Bacik 0.19-7 - add btrfs-progs-valgrind.patch to fix memory leaks and segfaults * Fri Jul 24 2009 Fedora Release Engineering - 0.19-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Wed Jul 15 2009 Josef Bacik 0.19-5 - add e2fsprogs-devel back to BuildRequires since its needed for the converter * Wed Jul 15 2009 Josef Bacik 0.19-4 - change BuildRequires for e2fsprogs-devel to libuuid-devel * Fri Jun 19 2009 Josef Bacik 0.19-3 - added man pages to the files list and made sure they were installed properly * Fri Jun 19 2009 Josef Bacik 0.19-2 - add a patch for the Makefile to make it build everything again * Fri Jun 19 2009 Josef Bacik 0.19-1 - update to v0.19 of btrfs-progs for new format * Mon Feb 23 2009 Fedora Release Engineering - 0.18-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Thu Jan 22 2009 Josef Bacik 0.18-3 - updated label patch * Thu Jan 22 2009 Josef Bacik 0.18-2 - add a patch to handle having /'s in labels * Sat Jan 17 2009 Josef Bacik 0.18-1 - updated to 0.18 because of the ioctl change in 2.6.29-rc2 * Fri Jan 16 2009 Marek Mahut 0.17-4 - RHBZ#480219 btrfs-convert is missing * Mon Jan 12 2009 Josef Bacik 0.17-2 - fixed wrong sources upload * Mon Jan 12 2009 Josef Bacik 0.17 - Upstream release 0.17 * Sat Jan 10 2009 Kyle McMartin 0.16.git1-1 - Upstream git sync from -g72359e8 (needed for kernel...) * Sat Jan 10 2009 Marek Mahut 0.16-1 - Upstream release 0.16 * Mon Jun 25 2008 Josef Bacik 0.15-4 -use fedoras normal CFLAGS * Mon Jun 23 2008 Josef Bacik 0.15-3 -Actually defined _root_sbindir -Fixed the make install line so it would install to the proper dir * Mon Jun 23 2008 Josef Bacik 0.15-2 -Removed a . at the end of the description -Fixed the copyright to be GPLv2 since GPL doesn't work anymore * Mon Jun 23 2008 Josef Bacik 0.15-1 -Initial build