diff --git a/.cvsignore b/.cvsignore index 7d5e063..c6f76ee 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -mdadm-1.0.0.tgz +mdadm-1.0.1.tgz diff --git a/mdadm.spec b/mdadm.spec index 385d447..406adf3 100644 --- a/mdadm.spec +++ b/mdadm.spec @@ -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 1.0.1-1 +- update for rebuild + +* Wed Dec 25 2002 Tim Powers 1.0.0-8 +- fix references to %%install in the changelog so that it will build + +* Fri Dec 13 2002 Elliot Lee 1.0.0-7 +- Rebuild + * Fri Jul 12 2002 Michael K. Johnson - Changed RPM Group to System Environment/Base @@ -72,7 +79,7 @@ fi - Set CXFLAGS instead of CFLAGS * Sat Apr 6 2002 -- change %install to use "make install" +- change %%install to use "make install" * Fri Mar 15 2002 - beautification diff --git a/sources b/sources index 95078b8..8204d9c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -67e923b3f0f97cdfc5c8da1d2525681b mdadm-1.0.0.tgz +ae641c04ada0c46d09b5f37f92913e63 mdadm-1.0.1.tgz