diff --git a/mdadm.spec b/mdadm.spec index 4d67f94..733012c 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.2.5 -Release: 12%{?dist} +Release: 13%{?dist} Source: http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}.tar.xz Source1: mdmonitor.init Source2: raid-check @@ -33,7 +33,7 @@ Requires(postun): systemd-units coreutils Requires: udev initscripts %endif %if "%{fedora}" >= "17" -Requires: abrt +Requires: libreport-filesystem %endif %description @@ -141,6 +141,10 @@ rm -rf %{buildroot} %{_initrddir}/* %changelog +* Fri Oct 19 2012 Jes Sorensen - 3.2.5-13 +- Relax installation requirements for abrt script to only depend on + libreport-filesystem rather than the full abrt package + * Thu Oct 18 2012 Jes Sorensen - 3.2.5-12 - Add abrt script to retrieve /proc/mdstat output in case of crash - Resolves bz867842