Upgrade to mdadm-3.3.2

Resolves: bz#1132847

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
This commit is contained in:
Jes Sorensen 2014-08-26 19:49:51 +02:00
parent 31c96f63e2
commit cb6db4c08b
3 changed files with 7 additions and 9 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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@redhat.com> - 3.3.2-1
- Upgrade to mdadm-3.3.2
- Resolves bz1132847
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.1-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild

View File

@ -1 +1 @@
4227d48de62dfb217c92fa0c54171bbe mdadm-3.3.1.tar.xz
44698d351501cac6a89072dc877eb220 mdadm-3.3.2.tar.xz