Update to 1.6.0 upstream and make mdmpd work without event interface

This commit is contained in:
Doug Ledford 2004-10-01 16:13:49 +00:00
parent 712f27f33a
commit a8f2f0b7e3
3 changed files with 11 additions and 7 deletions

View File

@ -1,2 +1,4 @@
mdadm-1.5.0.tgz
mdmpd-0.3.tgz
mdadm-1.6.0.tgz
mdmpd-0.4.tgz

View File

@ -1,13 +1,12 @@
Summary: mdadm controls Linux md devices (software RAID arrays)
Name: mdadm
Version: 1.5.0
Release: 11
Version: 1.6.0
Release: 1
Source: http://www.cse.unsw.edu.au/~neilb/source/mdadm/mdadm-%{version}.tgz
Source1: mdmonitor.init
Source2: mdmpd-0.3.tgz
Source2: mdmpd-0.4.tgz
Source3: mdmpd.init
Patch: mdadm-1.5.0-email.patch
Patch1: mdadm-1.5.0-file-leak.patch
URL: http://www.cse.unsw.edu.au/~neilb/source/mdadm/
License: GPL
Group: System Environment/Base
@ -25,7 +24,6 @@ file can be used to help with some common tasks.
%prep
%setup -q -a 2
%patch -p1 -b .email
%patch1 -p1 -b .file-leak
%build
make CXFLAGS="$RPM_OPT_FLAGS" SYSCONFDIR="%{_sysconfdir}" mdadm
@ -77,6 +75,10 @@ fi
%attr(0700,root,root) %dir /var/run/mdadm
%changelog
* Fri Oct 01 2004 Doug Ledford <dledford@redhat.com> 1.6.0-1
- Update to newer upstream version
- Make mdmpd work on kernels that don't have the event interface patch
* Fri Jul 30 2004 Dan Walsh <dwalsh@redhat.com> 1.5.0-11
- Create a directory /var/run/mdadm to contain mdadm.pid
- This cleans up SELinux problem

View File

@ -1,2 +1,2 @@
765286c4a22e36b70ce2f817f0c4647c mdadm-1.5.0.tgz
89ef5879c734129c093e9ff13756e33c mdmpd-0.3.tgz
49b6f89709d95f103ca7c8fd83986c16 mdadm-1.6.0.tgz
d173fc81f2cc11cb84522fac63e876f1 mdmpd-0.4.tgz