Relax requirements for abrt script to depend on just libreport-filesystem
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
This commit is contained in:
parent
eb7fecee11
commit
70a5b98ce5
@ -1,7 +1,7 @@
|
|||||||
Summary: The mdadm program controls Linux md devices (software RAID arrays)
|
Summary: The mdadm program controls Linux md devices (software RAID arrays)
|
||||||
Name: mdadm
|
Name: mdadm
|
||||||
Version: 3.2.5
|
Version: 3.2.5
|
||||||
Release: 12%{?dist}
|
Release: 13%{?dist}
|
||||||
Source: http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}.tar.xz
|
Source: http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}.tar.xz
|
||||||
Source1: mdmonitor.init
|
Source1: mdmonitor.init
|
||||||
Source2: raid-check
|
Source2: raid-check
|
||||||
@ -33,7 +33,7 @@ Requires(postun): systemd-units coreutils
|
|||||||
Requires: udev initscripts
|
Requires: udev initscripts
|
||||||
%endif
|
%endif
|
||||||
%if "%{fedora}" >= "17"
|
%if "%{fedora}" >= "17"
|
||||||
Requires: abrt
|
Requires: libreport-filesystem
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -141,6 +141,10 @@ rm -rf %{buildroot}
|
|||||||
%{_initrddir}/*
|
%{_initrddir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 19 2012 Jes Sorensen <Jes.Sorensen@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@redhat.com> - 3.2.5-12
|
* Thu Oct 18 2012 Jes Sorensen <Jes.Sorensen@redhat.com> - 3.2.5-12
|
||||||
- Add abrt script to retrieve /proc/mdstat output in case of crash
|
- Add abrt script to retrieve /proc/mdstat output in case of crash
|
||||||
- Resolves bz867842
|
- Resolves bz867842
|
||||||
|
Loading…
Reference in New Issue
Block a user