forked from pool/mdadm
This commit is contained in:
committed by
Git OBS Bridge
parent
ab762c8d5e
commit
f0c428e555
10
mdadm.spec
10
mdadm.spec
@@ -20,7 +20,7 @@
|
||||
|
||||
Name: mdadm
|
||||
Version: 3.0
|
||||
Release: 4
|
||||
Release: 5
|
||||
%define ver 3.0-devel2
|
||||
BuildRequires: sgmltool
|
||||
PreReq: %fillup_prereq %insserv_prereq
|
||||
@@ -34,6 +34,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source: %{name}-%{ver}.tar.bz2
|
||||
Patch1: super-intel-undefined-operation.patch
|
||||
Patch2: mdmon-ia64-clone.patch
|
||||
Patch3: mdadm-destdir.patch
|
||||
Patch4: mdadm-overflow.patch
|
||||
Source1: Software-RAID.HOWTO.tar.bz2
|
||||
Source2: sysconfig.mdadm
|
||||
Source3: mdadmd
|
||||
@@ -56,6 +58,8 @@ Authors:
|
||||
%setup -q -a1 -n %{name}-%{ver}
|
||||
%patch1
|
||||
%patch2
|
||||
%patch3
|
||||
%patch4
|
||||
|
||||
%build
|
||||
%{suse_update_config -f}
|
||||
@@ -141,6 +145,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
/lib/mkinitrd/scripts/boot-md.sh
|
||||
|
||||
%changelog
|
||||
* Fri Nov 07 2008 ro@suse.de
|
||||
- buildfix: add missing DESTDIR to Makefile for udev rule
|
||||
- fix len in snprintf to silence compiler warning about potential
|
||||
overflow
|
||||
* Thu Nov 06 2008 nfbrown@suse.de
|
||||
- Update from mdadm-3.0-devel1 to mdadm-3.0-devel2.
|
||||
This includes various bug fixes and enhancements to the
|
||||
|
Reference in New Issue
Block a user