[mdadm] Upgrade to mdadm-3.3.2

Jes Sorensen jsorensen at fedoraproject.org
Wed Aug 27 05:49:04 UTC 2014


commit cb6db4c08b100dcaddbd489baa4133a5f31db751
Author: Jes Sorensen <Jes.Sorensen at redhat.com>
Date:   Tue Aug 26 19:49:51 2014 +0200

    Upgrade to mdadm-3.3.2
    
    Resolves: bz#1132847
    
    Signed-off-by: Jes Sorensen <Jes.Sorensen at redhat.com>

 .gitignore |    1 +
 mdadm.spec |   13 +++++--------
 sources    |    2 +-
 3 files changed, 7 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8e99350..e7afe43 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@ clog
 /mdadm-3.2.6.tar.xz
 /mdadm-3.3.tar.xz
 /mdadm-3.3.1.tar.xz
+/mdadm-3.3.2.tar.xz
diff --git a/mdadm.spec b/mdadm.spec
index 7343951..2467d97 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.3.1
-Release:     7%{?dist}
+Version:     3.3.2
+Release:     1%{?dist}
 Source:      http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}.tar.xz
 Source1:     mdmonitor.init
 Source2:     raid-check
@@ -12,9 +12,6 @@ Source6:     mdmonitor.service
 Source7:     mdadm.conf
 Source8:     mdadm_event.conf
 
-Patch1:      mdadm-3.3.1-Grow-improve-error-message-is-grow-n2-used-on-Linear.patch
-Patch2:      mdadm-3.3.1-Assemble-Only-fail-auto-assemble-in-face-of-mdadm.co.patch
-Patch3:      mdadm-3.3.1-DDF-cast-print-arguments-in-super-ddf.c.patch
 # Fedora customization patches
 Patch97:     mdadm-3.3-udev.patch
 Patch98:     mdadm-2.5.2-static.patch
@@ -41,9 +38,6 @@ file can be used to help with some common tasks.
 %prep
 %setup -q
 
-%patch1 -p1 -b .lineargrow
-%patch2 -p1 -b .autofail
-%patch3 -p1 -b .ddf
 # Fedora customization patches
 %patch97 -p1 -b .udev
 %patch98 -p1 -b .static
@@ -108,6 +102,9 @@ rm -rf %{buildroot}
 /etc/libreport/events.d/*
 
 %changelog
+* Tue Aug 26 2014 Jes Sorensen <Jes.Sorensen at redhat.com> - 3.3.2-1
+- Upgrade to mdadm-3.3.2
+- Resolves bz1132847
 * Sun Aug 17 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.3.1-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
diff --git a/sources b/sources
index 8034715..004cfff 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4227d48de62dfb217c92fa0c54171bbe  mdadm-3.3.1.tar.xz
+44698d351501cac6a89072dc877eb220  mdadm-3.3.2.tar.xz


More information about the scm-commits mailing list