[btrfs-progs/f15] fix a typo, bump version

Josef Bacik josef at fedoraproject.org
Fri Aug 5 17:18:58 UTC 2011


commit 6e0028f8a1f767c24a559ee576790b0d4eec522b
Author: Josef Bacik <josef at redhat.com>
Date:   Fri Aug 5 13:18:29 2011 -0400

    fix a typo, bump version

 btrfs-progs.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/btrfs-progs.spec b/btrfs-progs.spec
index 3d1fd72..04872cb 100644
--- a/btrfs-progs.spec
+++ b/btrfs-progs.spec
@@ -1,6 +1,6 @@
 Name:           btrfs-progs
 Version:        0.19
-Release:        15%{?dist}
+Release:        16%{?dist}
 Summary:        Userspace programs for btrfs
 
 Group:          System Environment/Base
@@ -33,7 +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
+make CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags} btrfs-zero-log
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -65,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-16
+- fix a typo
+
 * Fri Aug 05 2011 Josef Bacik <josef at toxicpanda.com> 0.19-15
 - actually build btrfs-zero-log
 


More information about the scm-commits mailing list