[mdadm/f16: 1/2] Relax requirements for abrt script to depend on just libreport-filesystem

Jes Sorensen jsorensen at fedoraproject.org
Fri Oct 19 08:32:48 UTC 2012


commit 70a5b98ce593cc7b8f039b97bd8233ea5d08ce33
Author: Jes Sorensen <Jes.Sorensen at redhat.com>
Date:   Fri Oct 19 10:28:46 2012 +0200

    Relax requirements for abrt script to depend on just libreport-filesystem
    
    Signed-off-by: Jes Sorensen <Jes.Sorensen at redhat.com>

 mdadm.spec |    8 ++++++--
 1 files 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 <Jes.Sorensen at redhat.com> - 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 <Jes.Sorensen at redhat.com> - 3.2.5-12
 - Add abrt script to retrieve /proc/mdstat output in case of crash
 - Resolves bz867842


More information about the scm-commits mailing list