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:
parent
0598f9c721
commit
95cbb3870d
@ -1,2 +1,2 @@
|
|||||||
mdadm-1.5.0.tgz
|
mdadm-1.5.0.tgz
|
||||||
mdmpd-0.2.tgz
|
mdmpd-0.3.tgz
|
||||||
|
22
mdadm.spec
22
mdadm.spec
@ -1,13 +1,13 @@
|
|||||||
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.5.0
|
||||||
Release: 8
|
Release: 9
|
||||||
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.2.tgz
|
Source2: mdmpd-0.3.tgz
|
||||||
Source3: mdmpd.init
|
Source3: mdmpd.init
|
||||||
Patch: mdadm-1.4.0-build-mdmpd.patch
|
Patch: mdadm-1.5.0-email.patch
|
||||||
Patch1: 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
|
||||||
@ -24,14 +24,16 @@ file can be used to help with some common tasks.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -a 2
|
%setup -q -a 2
|
||||||
%patch -p1 -b .mdmpd-make
|
%patch -p1 -b .email
|
||||||
%patch1 -p1 -b .email
|
%patch1 -p1 -b .file-leak
|
||||||
|
|
||||||
%build
|
%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
|
%install
|
||||||
make DESTDIR=$RPM_BUILD_ROOT MANDIR=%{_mandir} BINDIR=/sbin 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 -m644 mdadm.conf-example $RPM_BUILD_ROOT/%{_sysconfdir}/mdadm.conf
|
||||||
install -D -m755 %{SOURCE1} $RPM_BUILD_ROOT/%{_initrddir}/mdmonitor
|
install -D -m755 %{SOURCE1} $RPM_BUILD_ROOT/%{_initrddir}/mdmonitor
|
||||||
install -D -m755 %{SOURCE3} $RPM_BUILD_ROOT/%{_initrddir}/mdmpd
|
install -D -m755 %{SOURCE3} $RPM_BUILD_ROOT/%{_initrddir}/mdmpd
|
||||||
@ -73,6 +75,12 @@ fi
|
|||||||
%attr(0700,root,root) %dir /var/run/mdmpd
|
%attr(0700,root,root) %dir /var/run/mdmpd
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu May 20 2004 Jeremy Katz <katzj@redhat.com> - 1.5.0-8
|
||||||
- remove unneeded patch, can use --run instead
|
- remove unneeded patch, can use --run instead
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user