[btrfs-progs] actually build btrfs-zero-log

Josef Bacik josef at fedoraproject.org
Fri Aug 5 14:27:53 UTC 2011


commit 622b1e378625b2dd7b4f6e8ca1c8ab92624d4643
Author: Josef Bacik <josef at redhat.com>
Date:   Fri Aug 5 10:27:20 2011 -0400

    actually build btrfs-zero-log

 btrfs-progs.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/btrfs-progs.spec b/btrfs-progs.spec
index 0050761..3d1fd72 100644
--- a/btrfs-progs.spec
+++ b/btrfs-progs.spec
@@ -1,6 +1,6 @@
 Name:           btrfs-progs
 Version:        0.19
-Release:        14%{?dist}
+Release:        15%{?dist}
 Summary:        Userspace programs for btrfs
 
 Group:          System Environment/Base
@@ -33,6 +33,7 @@ check, modify and correct any inconsistencies in the btrfs filesystem.
 %build
 make CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}
 make CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags} LDFLAGS="-lcom_err" convert
+make CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags) btrfs-zero-log
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -55,6 +56,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_root_sbindir}/btrfstune
 %{_root_sbindir}/btrfs
 %{_root_sbindir}/btrfs-map-logical
+%{_root_sbindir}/btrfs-zero-log
 %{_mandir}/man8/btrfs-image.8.gz
 %{_mandir}/man8/btrfs-show.8.gz
 %{_mandir}/man8/btrfsck.8.gz
@@ -63,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man8/btrfs.8.gz
 
 %changelog
+* Fri Aug 05 2011 Josef Bacik <josef at toxicpanda.com> 0.19-15
+- actually build btrfs-zero-log
+
 * Thu Aug 04 2011 Josef Bacik <josef at toxicpanda.com> 0.19-14
 - bring btrfs-progs uptodate with upstream
 


More information about the scm-commits mailing list