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:
parent
05490f1f73
commit
bed49e32de
@ -1 +1 @@
|
|||||||
mdadm-1.0.0.tgz
|
mdadm-1.0.1.tgz
|
||||||
|
21
mdadm.spec
21
mdadm.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: mdadm controls Linux md devices (software RAID arrays)
|
Summary: mdadm controls Linux md devices (software RAID arrays)
|
||||||
Name: mdadm
|
Name: mdadm
|
||||||
Version: 1.0.0
|
Version: 1.0.1
|
||||||
Release: 6
|
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
|
||||||
URL: http://www.cse.unsw.edu.au/~neilb/source/mdadm/
|
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
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
# we want to install in /sbin, not /usr/sbin...
|
|
||||||
%define _exec_prefix %{nil}
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# This is a debatable issue. The author of this RPM spec file feels that
|
# 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}"
|
make CXFLAGS="$RPM_OPT_FLAGS" SYSCONFDIR="%{_sysconfdir}"
|
||||||
|
|
||||||
%install
|
%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 -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
|
||||||
|
|
||||||
@ -54,12 +52,21 @@ fi
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc TODO ChangeLog mdadm.conf-example COPYING
|
%doc TODO ChangeLog mdadm.conf-example COPYING
|
||||||
%{_sbindir}/mdadm
|
/sbin/mdadm
|
||||||
%{_initrddir}/*
|
%{_initrddir}/*
|
||||||
%config(noreplace,missingok)/%{_sysconfdir}/mdadm.conf
|
%config(noreplace,missingok)/%{_sysconfdir}/mdadm.conf
|
||||||
%{_mandir}/man*/md*
|
%{_mandir}/man*/md*
|
||||||
|
|
||||||
%changelog
|
%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>
|
* Fri Jul 12 2002 Michael K. Johnson <johnsonm@redhat.com>
|
||||||
- Changed RPM Group to System Environment/Base
|
- Changed RPM Group to System Environment/Base
|
||||||
|
|
||||||
@ -72,7 +79,7 @@ fi
|
|||||||
- Set CXFLAGS instead of CFLAGS
|
- Set CXFLAGS instead of CFLAGS
|
||||||
|
|
||||||
* Sat Apr 6 2002 <neilb@cse.unsw.edu.au>
|
* 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>
|
* Fri Mar 15 2002 <gleblanc@localhost.localdomain>
|
||||||
- beautification
|
- beautification
|
||||||
|
Loading…
Reference in New Issue
Block a user