[mdadm/f16: 1/2] Fix typo in error message in fix for 880972. No functional changes

Jes Sorensen jsorensen at fedoraproject.org
Mon Dec 10 17:10:02 UTC 2012


commit ef87d82060e030432c69c69342b654fec1c19e80
Author: Jes Sorensen <Jes.Sorensen at redhat.com>
Date:   Mon Dec 10 18:05:19 2012 +0100

    Fix typo in error message in fix for 880972. No functional changes
    
    Resolves bz880972
    
    Signed-off-by: Jes Sorensen <Jes.Sorensen at redhat.com>

 ...2.6-Create.c-check-if-freesize-is-equal-0.patch |    2 +-
 mdadm.spec                                         |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/mdadm-3.2.6-Create.c-check-if-freesize-is-equal-0.patch b/mdadm-3.2.6-Create.c-check-if-freesize-is-equal-0.patch
index 394e461..59ad001 100644
--- a/mdadm-3.2.6-Create.c-check-if-freesize-is-equal-0.patch
+++ b/mdadm-3.2.6-Create.c-check-if-freesize-is-equal-0.patch
@@ -21,7 +21,7 @@ index afcf1a5..436bd1d 100644
  			}
  		}
 +		if (!freesize) {
-+			fprintf(stderr, Name "no free space left on %s\n", dname);
++			fprintf(stderr, Name ": no free space left on %s\n", dname);
 +			fail = 1;
 +			continue;
 +		}
diff --git a/mdadm.spec b/mdadm.spec
index 336fe25..d66624f 100644
--- a/mdadm.spec
+++ b/mdadm.spec
@@ -1,7 +1,7 @@
 Summary:     The mdadm program controls Linux md devices (software RAID arrays)
 Name:        mdadm
 Version:     3.2.6
-Release:     3%{?dist}
+Release:     4%{?dist}
 Source:      http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}.tar.xz
 Source1:     mdmonitor.init
 Source2:     raid-check
@@ -145,6 +145,9 @@ rm -rf %{buildroot}
 %{_initrddir}/*
 
 %changelog
+* Mon Dec 10 2012 Jes Sorensen <Jes.Sorensen at redhat.com> - 3.2.6-4
+- Fix typo in error message in fix for 880972. No functional changes
+
 * Fri Nov 30 2012 Jes Sorensen <Jes.Sorensen at redhat.com> - 3.2.6-3
 - Disallow creating a second IMSM RAID array size 0 (bz880972)
 - Disallow creating IMSM RAIDs that spans multiple controllers (bz880974)


More information about the scm-commits mailing list