2008-06-30 19:37:31 +00:00
|
|
|
Name: btrfs-progs
|
2012-10-17 18:09:50 +00:00
|
|
|
Version: 0.20.rc1.20121017git91d9eec
|
2012-08-17 21:21:59 +00:00
|
|
|
Release: 1%{?dist}
|
2008-06-30 19:37:31 +00:00
|
|
|
Summary: Userspace programs for btrfs
|
|
|
|
|
|
|
|
Group: System Environment/Base
|
|
|
|
License: GPLv2
|
|
|
|
URL: http://btrfs.wiki.kernel.org/index.php/Main_Page
|
2012-08-17 21:21:59 +00:00
|
|
|
Source0: %{name}-%{version}.tar.bz2
|
|
|
|
Patch0: btrfs-progs-fix-labels.patch
|
|
|
|
Patch1: btrfs-progs-valgrind.patch
|
|
|
|
Patch2: btrfs-progs-build-fixes.patch
|
|
|
|
Patch3: Btrfs-progs-add-btrfs-device-ready-command.patch
|
|
|
|
Patch4: Btrfs-progs-detect-if-the-disk-we-are-formatting-is-.patch
|
2012-10-17 18:09:50 +00:00
|
|
|
Patch5: btrfs-init-dev-list.patch
|
2012-08-17 21:21:59 +00:00
|
|
|
|
2008-06-30 19:37:31 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
2012-08-17 21:21:59 +00:00
|
|
|
BuildRequires: e2fsprogs-devel, libuuid-devel, zlib-devel, libacl-devel, libblkid-devel
|
2008-06-30 19:37:31 +00:00
|
|
|
|
|
|
|
%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
|
2009-01-22 19:42:15 +00:00
|
|
|
%patch0 -p1
|
2011-08-04 14:15:35 +00:00
|
|
|
%patch1 -p1
|
2009-08-25 21:46:35 +00:00
|
|
|
%patch2 -p1
|
2010-02-02 14:55:23 +00:00
|
|
|
%patch3 -p1
|
2012-04-25 18:31:49 +00:00
|
|
|
%patch4 -p1
|
2012-08-17 21:21:59 +00:00
|
|
|
%patch5 -p1
|
2008-06-30 19:37:31 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
make CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2012-04-11 15:16:51 +00:00
|
|
|
make mandir=%{_mandir} bindir=%{_sbindir} install DESTDIR=$RPM_BUILD_ROOT
|
2008-06-30 19:37:31 +00:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc COPYING INSTALL
|
2012-04-11 15:16:51 +00:00
|
|
|
%{_sbindir}/btrfsctl
|
|
|
|
%{_sbindir}/btrfsck
|
|
|
|
%{_sbindir}/mkfs.btrfs
|
|
|
|
%{_sbindir}/btrfs-debug-tree
|
|
|
|
%{_sbindir}/btrfs-image
|
|
|
|
%{_sbindir}/btrfs-show
|
|
|
|
%{_sbindir}/btrfs-vol
|
|
|
|
%{_sbindir}/btrfs-convert
|
|
|
|
%{_sbindir}/btrfstune
|
|
|
|
%{_sbindir}/btrfs
|
|
|
|
%{_sbindir}/btrfs-map-logical
|
|
|
|
%{_sbindir}/btrfs-zero-log
|
|
|
|
%{_sbindir}/btrfs-restore
|
|
|
|
%{_sbindir}/btrfs-find-root
|
2009-06-19 12:32:15 +00:00
|
|
|
%{_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
|
2010-03-24 19:33:27 +00:00
|
|
|
%{_mandir}/man8/btrfs.8.gz
|
2008-06-30 19:37:31 +00:00
|
|
|
|
|
|
|
%changelog
|
2012-10-17 18:09:50 +00:00
|
|
|
* Wed Oct 17 2012 Josef Bacik <josef@toxicpanda.com> 0.20.rc1.20121017git91d9eec-1
|
|
|
|
- update to latest btrfs-progs
|
|
|
|
|
2012-08-17 21:21:59 +00:00
|
|
|
* Fri Aug 17 2012 Josef Bacik <josef@toxicpanda.com> 0.19.20120817git043a639-1
|
|
|
|
- update to latest btrfs-progs
|
|
|
|
|
2012-07-18 18:20:49 +00:00
|
|
|
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.19-20
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-04-25 18:31:49 +00:00
|
|
|
* Wed Apr 25 2012 Josef Bacik <josef@toxicpanda.com> 0.19-19
|
|
|
|
- make btrfs filesystem show <uuid> actually work (rhbz# 816293)
|
|
|
|
|
2012-04-11 15:16:51 +00:00
|
|
|
* Wed Apr 11 2012 Josef Bacik <josef@toxicpanda.com> 0.19-18
|
|
|
|
- updated to latest btrfs-progs
|
|
|
|
|
2012-01-12 22:52:19 +00:00
|
|
|
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.19-17
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-08-05 19:24:09 +00:00
|
|
|
* Fri Aug 05 2011 Josef Bacik <josef@toxicpanda.com> 0.19-16
|
|
|
|
- fix build-everything patch to actually build everything
|
|
|
|
|
2011-08-05 14:27:20 +00:00
|
|
|
* Fri Aug 05 2011 Josef Bacik <josef@toxicpanda.com> 0.19-15
|
|
|
|
- actually build btrfs-zero-log
|
|
|
|
|
2011-08-04 14:15:35 +00:00
|
|
|
* Thu Aug 04 2011 Josef Bacik <josef@toxicpanda.com> 0.19-14
|
|
|
|
- bring btrfs-progs uptodate with upstream
|
|
|
|
|
2011-02-08 05:57:37 +00:00
|
|
|
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.19-13
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-08-20 13:06:14 +00:00
|
|
|
* Fri Aug 20 2010 Adam Tkac <atkac redhat com> 0.19-12
|
|
|
|
- rebuild to ensure F14 has bigger NVR than F13
|
|
|
|
|
2010-03-24 19:33:27 +00:00
|
|
|
* Wed Mar 24 2010 Josef Bacik <josef@toxicpanda.com> 0.19-11
|
|
|
|
- bring btrfs-progs uptodate with upstream, add btrfs command and other
|
|
|
|
features.
|
|
|
|
|
2010-03-11 22:36:20 +00:00
|
|
|
* Thu Mar 11 2010 Josef Bacik <josef@toxicpanda.com> 0.19-10
|
|
|
|
- fix dso linking issue and bring btrfs-progs uptodate with upstream
|
|
|
|
|
2010-02-02 15:02:52 +00:00
|
|
|
* Tue Feb 2 2010 Josef Bacik <josef@toxicpanda.com> 0.19-9
|
|
|
|
- fix btrfsck so it builds on newer glibcs
|
|
|
|
|
2010-02-02 14:55:23 +00:00
|
|
|
* Tue Feb 2 2010 Josef Bacik <josef@toxicpanda.com> 0.19-8
|
|
|
|
- fix btrfsctl to return 0 on success and 1 on failure
|
|
|
|
|
2009-08-25 21:46:35 +00:00
|
|
|
* Tue Aug 25 2009 Josef Bacik <josef@toxicpanda.com> 0.19-7
|
|
|
|
- add btrfs-progs-valgrind.patch to fix memory leaks and segfaults
|
|
|
|
|
2009-07-24 18:27:51 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.19-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-07-15 15:24:34 +00:00
|
|
|
* Wed Jul 15 2009 Josef Bacik <josef@toxicpanda.com> 0.19-5
|
|
|
|
- add e2fsprogs-devel back to BuildRequires since its needed for the converter
|
|
|
|
|
2009-07-15 14:57:23 +00:00
|
|
|
* Wed Jul 15 2009 Josef Bacik <josef@toxicpanda.com> 0.19-4
|
|
|
|
- change BuildRequires for e2fsprogs-devel to libuuid-devel
|
|
|
|
|
2009-06-19 12:32:15 +00:00
|
|
|
* Fri Jun 19 2009 Josef Bacik <josef@toxicpanda.com> 0.19-3
|
|
|
|
- added man pages to the files list and made sure they were installed properly
|
|
|
|
|
2009-06-19 12:10:44 +00:00
|
|
|
* Fri Jun 19 2009 Josef Bacik <josef@toxicpanda.com> 0.19-2
|
|
|
|
- add a patch for the Makefile to make it build everything again
|
|
|
|
|
2009-06-19 11:45:22 +00:00
|
|
|
* Fri Jun 19 2009 Josef Bacik <josef@toxicpanda.com> 0.19-1
|
|
|
|
- update to v0.19 of btrfs-progs for new format
|
|
|
|
|
2009-02-24 05:58:28 +00:00
|
|
|
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.18-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-01-22 20:09:53 +00:00
|
|
|
* Thu Jan 22 2009 Josef Bacik <josef@toxicpanda.com> 0.18-3
|
|
|
|
- updated label patch
|
|
|
|
|
2009-01-22 19:42:15 +00:00
|
|
|
* Thu Jan 22 2009 Josef Bacik <josef@toxicpanda.com> 0.18-2
|
|
|
|
- add a patch to handle having /'s in labels
|
|
|
|
|
2009-01-17 13:55:44 +00:00
|
|
|
* Sat Jan 17 2009 Josef Bacik <josef@toxicpanda.com> 0.18-1
|
|
|
|
- updated to 0.18 because of the ioctl change in 2.6.29-rc2
|
|
|
|
|
2009-01-16 12:21:08 +00:00
|
|
|
* Fri Jan 16 2009 Marek Mahut <mmahut@fedoraproject.org> 0.17-4
|
2009-01-16 12:10:12 +00:00
|
|
|
- RHBZ#480219 btrfs-convert is missing
|
|
|
|
|
2009-01-12 21:05:22 +00:00
|
|
|
* Mon Jan 12 2009 Josef Bacik <josef@toxicpanda.com> 0.17-2
|
|
|
|
- fixed wrong sources upload
|
|
|
|
|
2009-01-12 20:53:28 +00:00
|
|
|
* Mon Jan 12 2009 Josef Bacik <josef@toxicpanda.com> 0.17
|
|
|
|
- Upstream release 0.17
|
|
|
|
|
2009-01-10 20:37:03 +00:00
|
|
|
* Sat Jan 10 2009 Kyle McMartin <kyle@redhat.com> 0.16.git1-1
|
|
|
|
- Upstream git sync from -g72359e8 (needed for kernel...)
|
|
|
|
|
2009-01-10 12:28:49 +00:00
|
|
|
* Sat Jan 10 2009 Marek Mahut <mmahut@fedoraproject.org> 0.16-1
|
2009-01-10 12:26:55 +00:00
|
|
|
- Upstream release 0.16
|
|
|
|
|
2008-06-30 19:37:31 +00:00
|
|
|
* Mon Jun 25 2008 Josef Bacik <josef@toxicpanda.com> 0.15-4
|
|
|
|
-use fedoras normal CFLAGS
|
|
|
|
|
|
|
|
* Mon Jun 23 2008 Josef Bacik <josef@toxicpanda.com> 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 <josef@toxicpanda.com> 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 <josef@toxicpanda.com> 0.15-1
|
|
|
|
-Initial build
|