Update to mdadm-3.2.5

Resolves: bz#822850

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
This commit is contained in:
Jes Sorensen 2012-05-21 12:16:49 +02:00
parent aa53f3daa8
commit 96e611c399
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -13,3 +13,4 @@ clog
/mdadm-3.2.2.tar.bz2
/mdadm-3.2.3.tar.bz2
/mdadm-3.2.4.tar.xz
/mdadm-3.2.5.tar.xz

View File

@ -1,7 +1,7 @@
Summary: The mdadm program controls Linux md devices (software RAID arrays)
Name: mdadm
Version: 3.2.4
Release: 3%{?dist}
Version: 3.2.5
Release: 1%{?dist}
Source: http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}.tar.xz
Source1: mdmonitor.init
Source2: raid-check
@ -11,7 +11,6 @@ Source5: mdadm-cron
Source6: mdmonitor.service
Source7: mdmonitor-takeover.service
Source8: mdadm.conf
Patch1: mdadm-3.2.4-super1-fix-choice-of-data_offset.patch
# Fedora customization patches
Patch97: mdadm-3.2.3-udev.patch
Patch98: mdadm-2.5.2-static.patch
@ -22,7 +21,7 @@ License: GPLv2+
Group: System Environment/Base
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Obsoletes: mdctl,raidtools
BuildRequires: systemd-units
BuildRequires: systemd-units binutils-devel
Requires(post): systemd-units systemd-sysv chkconfig coreutils
Requires(preun): systemd-units
Requires(postun): systemd-units coreutils
@ -50,7 +49,6 @@ is not used as the system init process.
%prep
%setup -q
%patch1 -p1 -b .add
# Fedora customization patches
%patch97 -p1 -b .udev
%patch98 -p1 -b .static
@ -130,6 +128,10 @@ fi
%{_initrddir}/*
%changelog
* Mon May 21 2012 Jes Sorensen <Jes.Sorensen@redhat.com> - 3.2.5-1
- Upgrade to mdadm-3.2.5
- Resolves bz822850
* Tue May 15 2012 Jes Sorensen <Jes.Sorensen@redhat.com> - 3.2.4-3
- Fix mdadm-3.2.4 introduced bug where --add fails in common cases
- Resolves bz821717 (f17) bz821718 (f16) bz821719 (f15)

View File

@ -1 +1,2 @@
86f0c852eb2e8c23c43044f622865bde mdadm-3.2.4.tar.xz
2fd33dedcdb06f0d1461f50ddabb7e4a mdadm-3.2.5.tar.xz