- 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:
parent
6dfb5a75f7
commit
3aba7df0b0
@ -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
|
||||
|
14
mdadm.spec
14
mdadm.spec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user