From 2971b66bcb798cc5d962f211c90061ca4708478e Mon Sep 17 00:00:00 2001 From: Jes Sorensen Date: Oct 08 2013 13:32:10 +0000 Subject: Require dracut 034-1 Signed-off-by: Jes Sorensen --- diff --git a/mdadm.spec b/mdadm.spec index 41eda8b..a3be535 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 -Release: 1%{?dist} +Release: 2%{?dist} Source: http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}.tar.xz Source1: mdmonitor.init Source2: raid-check @@ -24,7 +24,7 @@ Group: System Environment/Base BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Obsoletes: mdctl,raidtools Obsoletes: mdadm-sysvinit -Conflicts: dracut < 024-25 +Conflicts: dracut < 034-1 Requires(post): systemd-units chkconfig coreutils BuildRequires: systemd-units binutils-devel Requires(preun): systemd-units @@ -104,6 +104,9 @@ rm -rf %{buildroot} /etc/libreport/events.d/* %changelog +* Tue Oct 8 2013 Jes Sorensen - 3.3-2 +- Fix dracut requirement, minimum version 034-1 + * Thu Sep 5 2013 Jes Sorensen - 3.3-1 - Update to mdadm-3.3 - Resolves bz977826