auto-import changelog data from mdadm-1.0.1-1.src.rpm

Tue Jan 28 2003 Michael K. Johnson <johnsonm@redhat.com> 1.0.1-1
- update for rebuild
Wed Dec 25 2002 Tim Powers <timp@redhat.com> 1.0.0-8
- fix references to %install in the changelog so that it will build
Fri Dec 13 2002 Elliot Lee <sopwith@redhat.com> 1.0.0-7
- Rebuild
This commit is contained in:
cvsdist 2004-09-09 08:25:08 +00:00
parent 05490f1f73
commit bed49e32de
3 changed files with 16 additions and 9 deletions

View File

@ -1 +1 @@
mdadm-1.0.0.tgz
mdadm-1.0.1.tgz

View File

@ -1,7 +1,7 @@
Summary: mdadm controls Linux md devices (software RAID arrays)
Name: mdadm
Version: 1.0.0
Release: 6
Version: 1.0.1
Release: 1
Source: http://www.cse.unsw.edu.au/~neilb/source/mdadm/mdadm-%{version}.tgz
Source1: mdmonitor.init
URL: http://www.cse.unsw.edu.au/~neilb/source/mdadm/
@ -19,8 +19,6 @@ file can be used to help with some common tasks.
%prep
%setup -q
# we want to install in /sbin, not /usr/sbin...
%define _exec_prefix %{nil}
%build
# This is a debatable issue. The author of this RPM spec file feels that
@ -30,7 +28,7 @@ file can be used to help with some common tasks.
make CXFLAGS="$RPM_OPT_FLAGS" SYSCONFDIR="%{_sysconfdir}"
%install
make DESTDIR=$RPM_BUILD_ROOT MANDIR=%{_mandir} BINDIR=%{_sbindir} install
make DESTDIR=$RPM_BUILD_ROOT MANDIR=%{_mandir} BINDIR=/sbin install
install -D -m644 mdadm.conf-example $RPM_BUILD_ROOT/%{_sysconfdir}/mdadm.conf
install -D -m755 %{SOURCE1} $RPM_BUILD_ROOT/%{_initrddir}/mdmonitor
@ -54,12 +52,21 @@ fi
%files
%defattr(-,root,root)
%doc TODO ChangeLog mdadm.conf-example COPYING
%{_sbindir}/mdadm
/sbin/mdadm
%{_initrddir}/*
%config(noreplace,missingok)/%{_sysconfdir}/mdadm.conf
%{_mandir}/man*/md*
%changelog
* Tue Jan 28 2003 Michael K. Johnson <johnsonm@redhat.com> 1.0.1-1
- update for rebuild
* Wed Dec 25 2002 Tim Powers <timp@redhat.com> 1.0.0-8
- fix references to %%install in the changelog so that it will build
* Fri Dec 13 2002 Elliot Lee <sopwith@redhat.com> 1.0.0-7
- Rebuild
* Fri Jul 12 2002 Michael K. Johnson <johnsonm@redhat.com>
- Changed RPM Group to System Environment/Base
@ -72,7 +79,7 @@ fi
- Set CXFLAGS instead of CFLAGS
* Sat Apr 6 2002 <neilb@cse.unsw.edu.au>
- change %install to use "make install"
- change %%install to use "make install"
* Fri Mar 15 2002 <gleblanc@localhost.localdomain>
- beautification

View File

@ -1 +1 @@
67e923b3f0f97cdfc5c8da1d2525681b mdadm-1.0.0.tgz
ae641c04ada0c46d09b5f37f92913e63 mdadm-1.0.1.tgz