- Update to latest upstream

- Remove requirement for /usr/sbin/sendmail - it's optional and not on by
    default, and sendmail isn't *required* for mdadm itself to work, and
    isn't even required for the monitoring capability to work, just if you
    want to have the monitoring capability do the automatic email thing
    instead of run your own program (and if you use the program option of
    the monitor capability, your program could email you in a different
    manner entirely)
This commit is contained in:
Doug Ledford 2007-07-02 15:43:07 +00:00
parent 6dfb5a75f7
commit 3aba7df0b0
3 changed files with 13 additions and 4 deletions

View File

@ -6,3 +6,4 @@ mdadm-2.5.3.tar.bz2
mdadm-2.5.4.tgz
mdadm-2.6.tgz
mdadm-2.6.1.tgz
mdadm-2.6.2.tgz

View File

@ -1,7 +1,7 @@
Summary: The mdadm program controls Linux md devices (software RAID arrays)
Name: mdadm
Version: 2.6.1
Release: 4%{?dist}
Version: 2.6.2
Release: 1%{?dist}
Source: http://www.cse.unsw.edu.au/~neilb/source/mdadm/mdadm-%{version}.tgz
Source1: mdmonitor.init
Patch1: mdadm-2.5.2-s390-build.patch
@ -14,7 +14,6 @@ License: GPL
Group: System Environment/Base
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Obsoletes: mdctl,raidtools
Requires: /usr/sbin/sendmail
Requires(post): /sbin/service, /sbin/chkconfig
Requires(preun): /sbin/service, /sbin/chkconfig
Requires(postun): /sbin/service
@ -80,6 +79,15 @@ fi
%attr(0700,root,root) %dir /var/run/mdadm
%changelog
* Mon Jul 02 2007 Doug Ledford <dledford@redhat.com> - 2.6.2-1
- Update to latest upstream
- Remove requirement for /usr/sbin/sendmail - it's optional and not on by
default, and sendmail isn't *required* for mdadm itself to work, and isn't
even required for the monitoring capability to work, just if you want to
have the monitoring capability do the automatic email thing instead of
run your own program (and if you use the program option of the monitor
capability, your program could email you in a different manner entirely)
* Mon Apr 16 2007 Doug Ledford <dledford@redhat.com> - 2.6.1-4
- More cleanups for merge review process
- Related: bz226134

View File

@ -1 +1 @@
dd951296208068119132a684d835e18c mdadm-2.6.1.tgz
e34d2590523d679895966c4111670450 mdadm-2.6.2.tgz