|
|
|
@ -1,19 +1,20 @@
|
|
|
|
|
Summary: The mdadm program controls Linux md devices (software RAID arrays)
|
|
|
|
|
Name: mdadm
|
|
|
|
|
Version: 4.2
|
|
|
|
|
# extraversion is used to define rhel internal version
|
|
|
|
|
%define extraversion 7
|
|
|
|
|
%define extraversion 8
|
|
|
|
|
Release: %{extraversion}%{?dist}
|
|
|
|
|
Summary: The mdadm program controls Linux md devices (software RAID arrays)
|
|
|
|
|
URL: http://www.kernel.org/pub/linux/utils/raid/mdadm/
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
|
|
|
|
|
Source: http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}%{?subversion:-%{subversion}}.tar.xz
|
|
|
|
|
Source1: mdmonitor.init
|
|
|
|
|
Source2: raid-check
|
|
|
|
|
Source3: mdadm-raid-check-sysconfig
|
|
|
|
|
Source4: mdadm-cron
|
|
|
|
|
Source5: mdmonitor.service
|
|
|
|
|
Source6: mdadm.conf
|
|
|
|
|
Source7: mdadm_event.conf
|
|
|
|
|
Source8: mdcheck
|
|
|
|
|
Source9: mdadm_env.sh
|
|
|
|
|
Source1: raid-check
|
|
|
|
|
Source2: mdadm-raid-check-sysconfig
|
|
|
|
|
Source3: mdmonitor.service
|
|
|
|
|
Source4: mdadm.conf
|
|
|
|
|
Source5: mdadm_event.conf
|
|
|
|
|
Source6: raid-check.timer
|
|
|
|
|
Source7: raid-check.service
|
|
|
|
|
|
|
|
|
|
Patch000: 0001-Unify-error-message.patch
|
|
|
|
|
Patch001: 0002-mdadm-Fix-double-free.patch
|
|
|
|
@ -99,25 +100,19 @@ Patch079: 0081-incremental-manage-do-not-verify-if-remove-is-safe.patch
|
|
|
|
|
Patch080: 0082-super-intel-make-freesize-not-required-for-chunk-siz.patch
|
|
|
|
|
Patch081: 0083-manage-move-comment-with-function-description.patch
|
|
|
|
|
|
|
|
|
|
# RHEL customization patches
|
|
|
|
|
# Fedora customization patches
|
|
|
|
|
|
|
|
|
|
Patch200: mdadm-udev.patch
|
|
|
|
|
Patch201: mdadm-2.5.2-static.patch
|
|
|
|
|
# Build without -Werror.
|
|
|
|
|
Patch202: disable-Werror.patch
|
|
|
|
|
|
|
|
|
|
URL: http://www.kernel.org/pub/linux/utils/raid/mdadm/
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
Group: System Environment/Base
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
Obsoletes: mdctl,raidtools
|
|
|
|
|
Obsoletes: mdadm-sysvinit
|
|
|
|
|
Conflicts: dracut < 034-1
|
|
|
|
|
Requires(post): systemd-units chkconfig coreutils
|
|
|
|
|
BuildRequires: systemd-units binutils-devel systemd-devel
|
|
|
|
|
Requires(preun): systemd-units
|
|
|
|
|
Requires(postun): systemd-units coreutils
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: systemd-rpm-macros binutils-devel gcc systemd-devel
|
|
|
|
|
Requires: libreport-filesystem
|
|
|
|
|
|
|
|
|
|
%define _hardened_build 1
|
|
|
|
|
Requires(post): systemd coreutils
|
|
|
|
|
Requires(preun): systemd
|
|
|
|
|
Requires(postun): systemd coreutils
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
The mdadm program is used to create, manage, and monitor Linux MD (software
|
|
|
|
@ -127,284 +122,173 @@ almost all functions without a configuration file, though a configuration
|
|
|
|
|
file can be used to help with some common tasks.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n %{name}-%{version}%{?subversion:_%{subversion}}
|
|
|
|
|
|
|
|
|
|
%patch000 -p1 -b .0001
|
|
|
|
|
%patch001 -p1 -b .0002
|
|
|
|
|
%patch002 -p1 -b .0003
|
|
|
|
|
%patch003 -p1 -b .0004
|
|
|
|
|
%patch004 -p1 -b .0005
|
|
|
|
|
%patch005 -p1 -b .0006
|
|
|
|
|
%patch006 -p1 -b .0007
|
|
|
|
|
%patch007 -p1 -b .0008
|
|
|
|
|
%patch008 -p1 -b .0009
|
|
|
|
|
%patch009 -p1 -b .0010
|
|
|
|
|
%patch010 -p1 -b .0011
|
|
|
|
|
%patch011 -p1 -b .0013
|
|
|
|
|
%patch012 -p1 -b .0014
|
|
|
|
|
%patch013 -p1 -b .0015
|
|
|
|
|
%patch014 -p1 -b .0016
|
|
|
|
|
%patch015 -p1 -b .0017
|
|
|
|
|
%patch016 -p1 -b .0018
|
|
|
|
|
%patch017 -p1 -b .0019
|
|
|
|
|
%patch018 -p1 -b .0020
|
|
|
|
|
%patch019 -p1 -b .0021
|
|
|
|
|
%patch020 -p1 -b .0022
|
|
|
|
|
%patch021 -p1 -b .0023
|
|
|
|
|
%patch022 -p1 -b .0024
|
|
|
|
|
%patch023 -p1 -b .0025
|
|
|
|
|
%patch024 -p1 -b .0026
|
|
|
|
|
%patch025 -p1 -b .0027
|
|
|
|
|
%patch026 -p1 -b .0028
|
|
|
|
|
%patch027 -p1 -b .0029
|
|
|
|
|
%patch028 -p1 -b .0030
|
|
|
|
|
%patch029 -p1 -b .0031
|
|
|
|
|
%patch030 -p1 -b .0032
|
|
|
|
|
%patch031 -p1 -b .0033
|
|
|
|
|
%patch032 -p1 -b .0034
|
|
|
|
|
%patch033 -p1 -b .0035
|
|
|
|
|
%patch034 -p1 -b .0036
|
|
|
|
|
%patch035 -p1 -b .0037
|
|
|
|
|
%patch036 -p1 -b .0038
|
|
|
|
|
%patch037 -p1 -b .0039
|
|
|
|
|
%patch038 -p1 -b .0040
|
|
|
|
|
%patch039 -p1 -b .0041
|
|
|
|
|
%patch040 -p1 -b .0042
|
|
|
|
|
%patch041 -p1 -b .0043
|
|
|
|
|
%patch042 -p1 -b .0044
|
|
|
|
|
%patch043 -p1 -b .0045
|
|
|
|
|
%patch044 -p1 -b .0046
|
|
|
|
|
%patch045 -p1 -b .0047
|
|
|
|
|
%patch046 -p1 -b .0048
|
|
|
|
|
%patch047 -p1 -b .0049
|
|
|
|
|
%patch048 -p1 -b .0050
|
|
|
|
|
%patch049 -p1 -b .0051
|
|
|
|
|
%patch050 -p1 -b .0052
|
|
|
|
|
%patch051 -p1 -b .0053
|
|
|
|
|
%patch052 -p1 -b .0054
|
|
|
|
|
%patch053 -p1 -b .0055
|
|
|
|
|
%patch054 -p1 -b .0056
|
|
|
|
|
%patch055 -p1 -b .0057
|
|
|
|
|
%patch056 -p1 -b .0058
|
|
|
|
|
%patch057 -p1 -b .0059
|
|
|
|
|
%patch058 -p1 -b .0060
|
|
|
|
|
%patch059 -p1 -b .0061
|
|
|
|
|
%patch060 -p1 -b .0062
|
|
|
|
|
%patch061 -p1 -b .0063
|
|
|
|
|
%patch062 -p1 -b .0064
|
|
|
|
|
%patch063 -p1 -b .0065
|
|
|
|
|
%patch064 -p1 -b .0066
|
|
|
|
|
%patch065 -p1 -b .0067
|
|
|
|
|
%patch066 -p1 -b .0068
|
|
|
|
|
%patch067 -p1 -b .0069
|
|
|
|
|
%patch068 -p1 -b .0070
|
|
|
|
|
%patch069 -p1 -b .0071
|
|
|
|
|
%patch070 -p1 -b .0072
|
|
|
|
|
%patch071 -p1 -b .0073
|
|
|
|
|
%patch072 -p1 -b .0074
|
|
|
|
|
%patch073 -p1 -b .0075
|
|
|
|
|
%patch074 -p1 -b .0076
|
|
|
|
|
%patch075 -p1 -b .0077
|
|
|
|
|
%patch076 -p1 -b .0078
|
|
|
|
|
%patch077 -p1 -b .0079
|
|
|
|
|
%patch078 -p1 -b .0080
|
|
|
|
|
%patch079 -p1 -b .0081
|
|
|
|
|
%patch080 -p1 -b .0082
|
|
|
|
|
%patch081 -p1 -b .0083
|
|
|
|
|
|
|
|
|
|
# RHEL customization patches
|
|
|
|
|
%patch200 -p1 -b .udev
|
|
|
|
|
%patch201 -p1 -b .static
|
|
|
|
|
%patch202 -p1 -b .disable
|
|
|
|
|
%autosetup -p1 -n %{name}-%{version}%{?subversion:_%{subversion}}
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
#If extraversion is defined, add EXTRAVERSION="%{extraversion}"
|
|
|
|
|
make %{?_smp_mflags} CXFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS" SYSCONFDIR="%{_sysconfdir}" EXTRAVERSION="%{extraversion}" mdadm mdmon
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
make DESTDIR=%{buildroot} MANDIR=%{_mandir} BINDIR=%{_sbindir} SYSTEMD_DIR=%{_unitdir} install install-systemd
|
|
|
|
|
install -Dp -m 755 %{SOURCE2} %{buildroot}%{_sbindir}/raid-check
|
|
|
|
|
install -Dp -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/sysconfig/raid-check
|
|
|
|
|
install -Dp -m 644 %{SOURCE4} %{buildroot}%{_sysconfdir}/cron.d/raid-check
|
|
|
|
|
mkdir -p -m 710 %{buildroot}/var/run/mdadm
|
|
|
|
|
mkdir -p -m 700 %{buildroot}/usr/share/mdadm
|
|
|
|
|
mkdir -p -m 700 %{buildroot}/usr/lib/mdadm
|
|
|
|
|
install -Dp -m 755 %{SOURCE8} %{buildroot}/usr/share/mdadm/mdcheck
|
|
|
|
|
install -Dp -m 755 %{SOURCE9} %{buildroot}/usr/lib/mdadm/mdadm_env.sh
|
|
|
|
|
make DESTDIR=%{buildroot} MANDIR=%{_mandir} BINDIR=%{_sbindir} SYSTEMD_DIR=%{_unitdir} UDEVDIR=/usr/lib/udev/ install install-systemd
|
|
|
|
|
install -Dp -m 755 %{SOURCE1} %{buildroot}%{_sbindir}/raid-check
|
|
|
|
|
install -Dp -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/sysconfig/raid-check
|
|
|
|
|
mkdir -p -m 710 %{buildroot}/run/mdadm
|
|
|
|
|
|
|
|
|
|
# systemd
|
|
|
|
|
mkdir -p %{buildroot}%{_unitdir}
|
|
|
|
|
install -m644 %{SOURCE5} %{buildroot}%{_unitdir}
|
|
|
|
|
install -m644 %{SOURCE3} %{buildroot}%{_unitdir}
|
|
|
|
|
install -m644 %{SOURCE6} %{buildroot}%{_unitdir}
|
|
|
|
|
install -m644 %{SOURCE7} %{buildroot}%{_unitdir}
|
|
|
|
|
|
|
|
|
|
# tmpfile
|
|
|
|
|
mkdir -p %{buildroot}%{_tmpfilesdir}
|
|
|
|
|
install -m 0644 %{SOURCE6} %{buildroot}%{_tmpfilesdir}/%{name}.conf
|
|
|
|
|
install -m 0644 %{SOURCE4} %{buildroot}%{_tmpfilesdir}/%{name}.conf
|
|
|
|
|
mkdir -p %{buildroot}%{_localstatedir}/run/
|
|
|
|
|
install -d -m 0710 %{buildroot}%{_localstatedir}/run/%{name}/
|
|
|
|
|
install -d -m 0710 %{buildroot}/run/%{name}/
|
|
|
|
|
|
|
|
|
|
# abrt
|
|
|
|
|
mkdir -p %{buildroot}/etc/libreport/events.d
|
|
|
|
|
install -m644 %{SOURCE7} %{buildroot}/etc/libreport/events.d
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
install -m644 %{SOURCE5} %{buildroot}/etc/libreport/events.d
|
|
|
|
|
|
|
|
|
|
%post
|
|
|
|
|
%systemd_post mdmonitor.service
|
|
|
|
|
/usr/bin/systemctl disable mdmonitor-takeover.service >/dev/null 2>&1 || :
|
|
|
|
|
%systemd_post mdmonitor.service raid-check.timer
|
|
|
|
|
%{_bindir}/systemctl disable mdmonitor-takeover.service >/dev/null 2>&1 || :
|
|
|
|
|
|
|
|
|
|
%preun
|
|
|
|
|
%systemd_preun mdmonitor.service
|
|
|
|
|
%systemd_preun mdmonitor.service raid-check.timer
|
|
|
|
|
|
|
|
|
|
%postun
|
|
|
|
|
%systemd_postun_with_restart mdmonitor.service
|
|
|
|
|
|
|
|
|
|
%triggerun -- %{name} < 3.2.2-3
|
|
|
|
|
%{_bindir}/systemd-sysv-convert --save mdmonitor >/dev/null 2>&1 || :
|
|
|
|
|
/bin/systemctl --no-reload enable mdmonitor.service >/dev/null 2>&1 || :
|
|
|
|
|
/sbin/chkconfig --del mdmonitor >/dev/null 2>&1 || :
|
|
|
|
|
/bin/systemctl try-restart mdmonitor.service >/dev/null 2>&1 || :
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%doc TODO ChangeLog mdadm.conf-example COPYING misc/*
|
|
|
|
|
%license COPYING
|
|
|
|
|
%doc mdadm.conf-example misc/*
|
|
|
|
|
%{_udevrulesdir}/*
|
|
|
|
|
%{_sbindir}/*
|
|
|
|
|
%{_unitdir}/*
|
|
|
|
|
%{_mandir}/man*/md*
|
|
|
|
|
/usr/lib/systemd/system-shutdown/*
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/cron.d/*
|
|
|
|
|
%{_prefix}/lib/systemd/system-shutdown/*
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/sysconfig/*
|
|
|
|
|
%dir %{_localstatedir}/run/%{name}/
|
|
|
|
|
%dir /run/%{name}/
|
|
|
|
|
%config(noreplace) %{_tmpfilesdir}/%{name}.conf
|
|
|
|
|
/etc/libreport/events.d/*
|
|
|
|
|
/usr/share/mdadm/mdcheck
|
|
|
|
|
/usr/lib/mdadm/mdadm_env.sh
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Jan 6 2023 Xiao Ni <xni@redhat.com> - 4.2-7
|
|
|
|
|
- Update to latest to upstream to fix some bugs
|
|
|
|
|
- Resolves rhbz#2149307, rhbz#2149473, rhbz#2151208, rhbz#2127096
|
|
|
|
|
* Fri Jan 6 2023 Xiao Ni <xni@redhat.com> - 4.2-8
|
|
|
|
|
- Update to latest upstream
|
|
|
|
|
- Resolves rhbz#2127101, rhbz#2139789, rhbz#2149292, rhbz#2151209, rhbz#2148945
|
|
|
|
|
|
|
|
|
|
* Tue Nov 15 2022 Xiao Ni <xni@redhat.com> - 4.2-7
|
|
|
|
|
- Update to latest upstream and keep udev rule close to upstream
|
|
|
|
|
- Resolves rhbz#2107147, rhbz#2129087, rhbz#2126428
|
|
|
|
|
|
|
|
|
|
* Thu Sep 8 2022 Xiao Ni <xni@redhat.com> - 4.2-6
|
|
|
|
|
- Keep udev rule close to upstream and update to latest upstream
|
|
|
|
|
- Resolves rhbz#1991596, rhbz#2129088, rhbz#2107150
|
|
|
|
|
* Mon Sep 5 2022 Xiao Ni <xni@redhat.com> - 4.2-6
|
|
|
|
|
- Add ddf auto-assemble in mdadm udev rule
|
|
|
|
|
- Resolves rhbz#2120690
|
|
|
|
|
|
|
|
|
|
* Thu Aug 25 2022 Xiao Ni <xni@redhat.com> - 4.2-5
|
|
|
|
|
- Update mdadm to latest upstream
|
|
|
|
|
- Resolves rhbz#2092326
|
|
|
|
|
- Update to latest upstream
|
|
|
|
|
- Resolves rhbz#2092330
|
|
|
|
|
|
|
|
|
|
* Sun Aug 07 2022 Xiao Ni <xni@redhat.com> - 4.2-4
|
|
|
|
|
- Add KillMode=none to mdmon systemd service again
|
|
|
|
|
- Resolves rhbz#2109397
|
|
|
|
|
* Wed Aug 10 2022 Xiao Ni <xni@redhat.com> - 4.2-4
|
|
|
|
|
- Add Killmode=none for mdmon systemd service again
|
|
|
|
|
- Resolves rhbz#2109042
|
|
|
|
|
|
|
|
|
|
* Mon May 30 2022 Xiao Ni <xni@redhat.com> - 4.2-3
|
|
|
|
|
- Update mdadm to latest upstream
|
|
|
|
|
- Resolves rhbz#2052563, rhbz#1991596
|
|
|
|
|
- Resolves rhbz#2052029, rhbz#1974184
|
|
|
|
|
|
|
|
|
|
* Thu Feb 24 2022 Xiao Ni <xni@redhat.com> - 4.2-2
|
|
|
|
|
- mdadm re-add fault/removed disk failed
|
|
|
|
|
- Resolves rhbz#2046323
|
|
|
|
|
|
|
|
|
|
* Fri Feb 18 2022 Xiao Ni <xni@redhat.com> - 4.2
|
|
|
|
|
- Update to 4.2
|
|
|
|
|
- Resolves rhbz#2034809
|
|
|
|
|
- Resolves rhbz#2047567
|
|
|
|
|
|
|
|
|
|
* Mon Nov 08 2021 Xiao Ni <xni@redhat.com> - 4.2-rc3
|
|
|
|
|
- Update to 4.2-rc3
|
|
|
|
|
- Resolves rhbz#1983019, rhbz#1995582, rhbz#1972032, rhbz#1885665
|
|
|
|
|
* Fri Dec 31 2021 Xiao Ni <xni@redhat.com> - 4.2
|
|
|
|
|
- Update to upstream 4.2
|
|
|
|
|
- Resolves rhbz#2026723, rhbz#2026532, rhbz#1995587
|
|
|
|
|
|
|
|
|
|
* Thu Aug 05 2021 Xiao Ni <xni@redhat.com> - 4.2-rc2
|
|
|
|
|
- Update to 4.2-rc2
|
|
|
|
|
- Resolves rhbz#1989844
|
|
|
|
|
* Fri Aug 13 2021 Xiao Ni <xni@redhat.com> - 4.2-rc2_1.2
|
|
|
|
|
- Fix gating test error and rpminspect error
|
|
|
|
|
- Resolves rhbz#1870487, rhbz#1880529
|
|
|
|
|
|
|
|
|
|
* Fri Jul 23 2021 Xiao Ni <xni@redhat.com> - 4.2-rc1-4
|
|
|
|
|
- Fix gating test failure
|
|
|
|
|
- Resolves rhbz#1984335
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 4.2-rc2_1.1
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
* Tue Jul 20 2021 Xiao Ni <xni@redhat.com> - 4.2-rc1-3
|
|
|
|
|
- Fix super1.0 offset problem and super imsm bugs
|
|
|
|
|
- Resolves rhbz#1966712 and rhbz#1975449
|
|
|
|
|
* Mon Aug 09 2021 Xiao Ni <xni@redhat.com> - 4.2-rc2_1
|
|
|
|
|
- Update to mdadm-4.2-rc2
|
|
|
|
|
- Resolves rhbz#1870487, rhbz#1880529
|
|
|
|
|
|
|
|
|
|
* Thu Jun 10 2021 Xiao Ni <xni@redhat.com> - 4.2-rc1-2
|
|
|
|
|
- Fix udev rule syntax error
|
|
|
|
|
- Resolves rhbz#1945780
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 4.1-8
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
* Fri May 07 2021 Xiao Ni <xni@redhat.com> - 4.2-rc1
|
|
|
|
|
- Update to upstream 4.2-rc1
|
|
|
|
|
- Resovles rhbz#1920384
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.1-7
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jan 11 2021 Xiao Ni <xni@redhat.com> - 4.1.15
|
|
|
|
|
- Update to latest upstream
|
|
|
|
|
- Resolves rhbz#1838005
|
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.1-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jun 05 2020 Xiao Ni <xni@redhat.com> - 4.1.14
|
|
|
|
|
- Update to latest upstream
|
|
|
|
|
- Resolves rhbz#1780501
|
|
|
|
|
* Wed May 27 2020 Xiao Ni <xni@redhat.com> - 4.1-5
|
|
|
|
|
- Don't enable raid-check.service to avoid raid check after every boot
|
|
|
|
|
- Resolves bz1838409
|
|
|
|
|
|
|
|
|
|
* Fri Feb 28 2020 Xiao Ni <xni@redhat.com> - 4.1.13
|
|
|
|
|
- Remove the unnecessary whitespace in .service file
|
|
|
|
|
- Resolves rhbz#1803470
|
|
|
|
|
* Sun Mar 08 2020 Peter Robinson <pbrobinson@fedoraproject.org> - 4.1-4
|
|
|
|
|
- Fix install location of udev rules (rhbz 1809117)
|
|
|
|
|
|
|
|
|
|
* Tue Feb 11 2020 Xiao Ni <xni@redhat.com> - 4.1.12
|
|
|
|
|
- Update mdadm to latest upstream && change tmpfiles directory && correct changelog date
|
|
|
|
|
- Resolves rhbz#1800521 and rhbz#1657265
|
|
|
|
|
* Fri Feb 07 2020 Alejandro Domínguez Muñoz <adomu@net-c.com> - 4.1-3
|
|
|
|
|
- Replace raid-check cron job with systemd timer
|
|
|
|
|
|
|
|
|
|
* Sun Feb 09 2020 Xiao Ni <xni@redhat.com> - 4.1.11
|
|
|
|
|
- mdcheck start service can't start
|
|
|
|
|
- Resolves rhbz#1769823
|
|
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.1-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Nov 15 2019 Xiao Ni <xni@redhat.com> - 4.1.10
|
|
|
|
|
- Update mdadm to latest upstream
|
|
|
|
|
- Resolves rhbz#1721937
|
|
|
|
|
* Mon Jan 13 2020 Peter Robinson <pbrobinson@fedoraproject.org> 4.1-1
|
|
|
|
|
- Update to 4.1 GA
|
|
|
|
|
- Spec cleanups and updates
|
|
|
|
|
- Update mdadm.pid location (rhbz 1701114, rhbz 1557623, rhbz 1557623)
|
|
|
|
|
|
|
|
|
|
* Wed Jul 10 2019 Xiao Ni <xni@redhat.com> - 4.1.9
|
|
|
|
|
- Add --incremental for ddf member disk in udev rule
|
|
|
|
|
- Resolves rhbz#1693583
|
|
|
|
|
* Sun Dec 15 2019 Julian Sikorski <belegdol@fedoraproject.org> - 4.1-rc2.0.5.2
|
|
|
|
|
- Fix invalid substitution type error
|
|
|
|
|
- Resolves bz1740662, bz1749859
|
|
|
|
|
|
|
|
|
|
* Thu Jun 13 2019 Xiao Ni <xni@redhat.com> - 4.1.8
|
|
|
|
|
- Update to latest upstream
|
|
|
|
|
- Resolves rhbz#1661203
|
|
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.1-rc2.0.5.1
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jun 12 2019 Xiao Ni <xni@redhat.com> - 4.1.7
|
|
|
|
|
- Fix gating test error
|
|
|
|
|
- Resolves rhbz#1682396
|
|
|
|
|
* Tue Jun 04 2019 Xiao Ni <xni@redhat.com> - 4.1-rc2.0.5
|
|
|
|
|
- Update tmpfiles directory to non-legacy location
|
|
|
|
|
- Resolves bz1704517
|
|
|
|
|
|
|
|
|
|
* Thu May 23 2019 Xiao Ni <xni@redhat.com> - 4.1.6
|
|
|
|
|
- Enable raid5 journal
|
|
|
|
|
- Resolves rhbz#1691202
|
|
|
|
|
* Wed Apr 17 2019 Xiao Ni <xni@redhat.com> - 4.1-rc2.0.4
|
|
|
|
|
- Change tmpfiles directory to /run/mdadm
|
|
|
|
|
- Resovles bz1701821
|
|
|
|
|
|
|
|
|
|
* Fri Apr 12 2019 Xiao Ni <xni@redhat.com> - 4.1.5
|
|
|
|
|
- add gating tests
|
|
|
|
|
- Resolves rhbz#1682396
|
|
|
|
|
* Sat Mar 16 2019 Björn Esser <besser82@fedoraproject.org> - 4.1-rc2.0.3
|
|
|
|
|
- Add patch to build without -Werror, fixes FTBFS (#1675363)
|
|
|
|
|
|
|
|
|
|
* Fri Jan 11 2019 Xiao Ni <xni@redhat.com> - 4.1.4
|
|
|
|
|
- Disable raid5 journal
|
|
|
|
|
- Resolves rhbz#1664961
|
|
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.1-rc2.0.2.1
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Dec 21 2018 Xiao Ni <xni@redhat.com> - 4.1.3
|
|
|
|
|
- Recovery isn't noticed while raid10 double degradation
|
|
|
|
|
- Resolves rhbz#1654482
|
|
|
|
|
* Thu Sep 13 2018 Adam Williamson <awilliam@redhat.com> - 4.1-rc2.0.2
|
|
|
|
|
- Fix multipath check in udev rule, broke array init in F29
|
|
|
|
|
- Resolves bz1628192
|
|
|
|
|
|
|
|
|
|
* Wed Dec 12 2018 Xiao Ni <xni@redhat.com> - 4.1.2
|
|
|
|
|
- Add warning message for using raid1 cluster
|
|
|
|
|
- Resolves rhbz#1654482
|
|
|
|
|
* Sun Aug 26 2018 Peter Robinson <pbrobinson@fedoraproject.org> 4.1-rc2.0.1
|
|
|
|
|
- Update to 4.1 rc2
|
|
|
|
|
|
|
|
|
|
* Fri Oct 26 2018 Xiao Ni <xni@redhat.com> - 4.1.1
|
|
|
|
|
- Update to upstream 4.1
|
|
|
|
|
- Resolves rhbz#1642206
|
|
|
|
|
* Fri Jul 20 2018 Xiao Ni <xni@redhat.com> - 4.1-rc1_1.2
|
|
|
|
|
- Add gcc into BuildRequires
|
|
|
|
|
- Resolves bz1604811
|
|
|
|
|
|
|
|
|
|
* Wed Oct 24 2018 Xiao Ni <xni@redhat.com> - 4.1-rc1-3
|
|
|
|
|
- Can't find md device when install rhel8
|
|
|
|
|
- Resolves rhbz#1628774
|
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.1-rc1_1.1
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Aug 16 2018 Xiao Ni <xni@redhat.com> - 4.1-rc1-2
|
|
|
|
|
- Fix two IMSM bugs
|
|
|
|
|
- Resolves rhbz#1602420 and rhbz#1602422
|
|
|
|
|
* Mon Jul 09 2018 Xiao Ni <xni@redhat.com> 4.1-rc1-1
|
|
|
|
|
- Update to latest upstream version 4.1-rc1
|
|
|
|
|
- Resolves bz1556591
|
|
|
|
|
|
|
|
|
|
* Wed Jul 4 2018 Peter Robinson <pbrobinson@fedoraproject.org> 4.0-7
|
|
|
|
|
- Cleanup spec, use %%licenece, drop old sys-v migration bits
|
|
|
|
|
|
|
|
|
|
* Fri Jun 22 2018 Xiao Ni <xni@redhat.com> - 4.1-rc1-1
|
|
|
|
|
- Upgrade to upstream mdadm-4.1-rc1
|
|
|
|
|
- Resolves rhbz#1493605 and rhbz#1494477 and rhbz#1502118
|
|
|
|
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.0-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.0-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|