From 70a5b98ce593cc7b8f039b97bd8233ea5d08ce33 Mon Sep 17 00:00:00 2001 From: Jes Sorensen Date: Fri, 19 Oct 2012 10:28:46 +0200 Subject: [PATCH] Relax requirements for abrt script to depend on just libreport-filesystem Signed-off-by: Jes Sorensen --- mdadm.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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