Update to 1.6.0 upstream and make mdmpd work without event interface
This commit is contained in:
parent
712f27f33a
commit
a8f2f0b7e3
@ -1,2 +1,4 @@
|
|||||||
mdadm-1.5.0.tgz
|
mdadm-1.5.0.tgz
|
||||||
mdmpd-0.3.tgz
|
mdmpd-0.3.tgz
|
||||||
|
mdadm-1.6.0.tgz
|
||||||
|
mdmpd-0.4.tgz
|
||||||
|
12
mdadm.spec
12
mdadm.spec
@ -1,13 +1,12 @@
|
|||||||
Summary: mdadm controls Linux md devices (software RAID arrays)
|
Summary: mdadm controls Linux md devices (software RAID arrays)
|
||||||
Name: mdadm
|
Name: mdadm
|
||||||
Version: 1.5.0
|
Version: 1.6.0
|
||||||
Release: 11
|
Release: 1
|
||||||
Source: http://www.cse.unsw.edu.au/~neilb/source/mdadm/mdadm-%{version}.tgz
|
Source: http://www.cse.unsw.edu.au/~neilb/source/mdadm/mdadm-%{version}.tgz
|
||||||
Source1: mdmonitor.init
|
Source1: mdmonitor.init
|
||||||
Source2: mdmpd-0.3.tgz
|
Source2: mdmpd-0.4.tgz
|
||||||
Source3: mdmpd.init
|
Source3: mdmpd.init
|
||||||
Patch: mdadm-1.5.0-email.patch
|
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/
|
URL: http://www.cse.unsw.edu.au/~neilb/source/mdadm/
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -25,7 +24,6 @@ file can be used to help with some common tasks.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -a 2
|
%setup -q -a 2
|
||||||
%patch -p1 -b .email
|
%patch -p1 -b .email
|
||||||
%patch1 -p1 -b .file-leak
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make CXFLAGS="$RPM_OPT_FLAGS" SYSCONFDIR="%{_sysconfdir}" mdadm
|
make CXFLAGS="$RPM_OPT_FLAGS" SYSCONFDIR="%{_sysconfdir}" mdadm
|
||||||
@ -77,6 +75,10 @@ fi
|
|||||||
%attr(0700,root,root) %dir /var/run/mdadm
|
%attr(0700,root,root) %dir /var/run/mdadm
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jul 30 2004 Dan Walsh <dwalsh@redhat.com> 1.5.0-11
|
||||||
- Create a directory /var/run/mdadm to contain mdadm.pid
|
- Create a directory /var/run/mdadm to contain mdadm.pid
|
||||||
- This cleans up SELinux problem
|
- This cleans up SELinux problem
|
||||||
|
Loading…
Reference in New Issue
Block a user