auto-import changelog data from mdadm-1.5.0-9.src.rpm

Sat May 22 2004 Doug Ledford <dledford@redhat.com> - 1.5.0-9
- Fix Makefile and build method to satisfy bz #123769
- Add mdmpd man page, update mdmpd version to 0.3 - bz #117160
- Make sure mdadm --monitor closes all md device files so that md devices
    can be stopped while mdadm is still running - bz #119532
This commit is contained in:
cvsdist 2004-09-09 08:28:44 +00:00
parent 0598f9c721
commit 95cbb3870d
3 changed files with 17 additions and 9 deletions

View File

@ -1,2 +1,2 @@
mdadm-1.5.0.tgz
mdmpd-0.2.tgz
mdmpd-0.3.tgz

View File

@ -1,13 +1,13 @@
Summary: mdadm controls Linux md devices (software RAID arrays)
Name: mdadm
Version: 1.5.0
Release: 8
Release: 9
Source: http://www.cse.unsw.edu.au/~neilb/source/mdadm/mdadm-%{version}.tgz
Source1: mdmonitor.init
Source2: mdmpd-0.2.tgz
Source2: mdmpd-0.3.tgz
Source3: mdmpd.init
Patch: mdadm-1.4.0-build-mdmpd.patch
Patch1: 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/
License: GPL
Group: System Environment/Base
@ -24,14 +24,16 @@ file can be used to help with some common tasks.
%prep
%setup -q -a 2
%patch -p1 -b .mdmpd-make
%patch1 -p1 -b .email
%patch -p1 -b .email
%patch1 -p1 -b .file-leak
%build
make CXFLAGS="$RPM_OPT_FLAGS" SYSCONFDIR="%{_sysconfdir}"
make CXFLAGS="$RPM_OPT_FLAGS" SYSCONFDIR="%{_sysconfdir}" mdadm
make CXFLAGS="$RPM_OPT_FLAGS" SYSCONFDIR="%{_sysconfdir}" -C mdmpd mdmpd
%install
make DESTDIR=$RPM_BUILD_ROOT MANDIR=%{_mandir} BINDIR=/sbin install
make DESTDIR=$RPM_BUILD_ROOT MANDIR=%{_mandir} BINDIR=/sbin -C mdmpd install
install -D -m644 mdadm.conf-example $RPM_BUILD_ROOT/%{_sysconfdir}/mdadm.conf
install -D -m755 %{SOURCE1} $RPM_BUILD_ROOT/%{_initrddir}/mdmonitor
install -D -m755 %{SOURCE3} $RPM_BUILD_ROOT/%{_initrddir}/mdmpd
@ -73,6 +75,12 @@ fi
%attr(0700,root,root) %dir /var/run/mdmpd
%changelog
* Sat May 22 2004 Doug Ledford <dledford@redhat.com> - 1.5.0-9
- Fix Makefile and build method to satisfy bz #123769
- Add mdmpd man page, update mdmpd version to 0.3 - bz #117160
- Make sure mdadm --monitor closes all md device files so that md devices
can be stopped while mdadm is still running - bz #119532
* Thu May 20 2004 Jeremy Katz <katzj@redhat.com> - 1.5.0-8
- remove unneeded patch, can use --run instead

View File

@ -1,2 +1,2 @@
765286c4a22e36b70ce2f817f0c4647c mdadm-1.5.0.tgz
314e31eac35fb82384da727f9040286c mdmpd-0.2.tgz
89ef5879c734129c093e9ff13756e33c mdmpd-0.3.tgz