Author: paszczus Date: Fri Aug 26 12:57:27 2005 GMT Module: SPECS Tag: DEVEL ---- Log message: - updated to 2.0 - added URL - changed Source0 url to mirror on kernel.org (better) - changed bcond_without initrd to bcond_with initrd cause build fails with initrd - release 0.1
---- Files affected: SPECS: mdadm.spec (1.26.2.2 -> 1.26.2.3) ---- Diffs: ================================================================ Index: SPECS/mdadm.spec diff -u SPECS/mdadm.spec:1.26.2.2 SPECS/mdadm.spec:1.26.2.3 --- SPECS/mdadm.spec:1.26.2.2 Sat Jan 8 15:33:04 2005 +++ SPECS/mdadm.spec Fri Aug 26 14:57:22 2005 @@ -1,7 +1,7 @@ # $Revision$, $Date$ # # Conditional build: -%bcond_without initrd # don't build initrd version +%bcond_with initrd # don't build initrd version %bcond_without uClibc # link initrd version with static glibc instead of uClibc # %ifarch amd64 @@ -10,16 +10,17 @@ Summary: Tool for creating and maintaining software RAID devices Summary(pl): Narzędzie do tworzenia i obsługi programowych macierzy RAID Name: mdadm -Version: 1.8.1 -Release: 1 +Version: 2.0 +Release: 0.1 License: GPL Group: Base -Source0: http://www.cse.unsw.edu.au/~neilb/source/mdadm/%{name}-%{version}.tgz -# Source0-md5: d6298c34590334cad3b951bc590e4007 +Source0: http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-2.0.tar.bz2 +# Source0-md5: 802f301ea67db14773f49d6bed4f2411 Source1: %{name}.init Source2: %{name}.sysconfig -Patch0: %{name}-degraded.patch -Patch1: %{name}-mdassemble.patch +#Patch0: %{name}-degraded.patch +#Patch1: %{name}-mdassemble.patch +URL: http://www.kernel.org/pub/linux/utils/raid/mdadm/ %if %{with initrd} %{!?with_uClibc:BuildRequires: glibc-static} %{?with_uClibc:BuildRequires: uClibc-static} @@ -56,8 +57,8 @@ %prep %setup -q -%patch0 -p1 -%patch1 -p1 +#%patch0 -p1 +#%patch1 -p1 %build %if %{with initrd} @@ -150,6 +151,13 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.26.2.3 2005/08/26 12:57:22 paszczus +- updated to 2.0 +- added URL +- changed Source0 url to mirror on kernel.org (better) +- changed bcond_without initrd to bcond_with initrd cause build fails with initrd +- release 0.1 + Revision 1.26.2.2 2005/01/08 14:33:04 qboosh - added mdassemble patch, fixed mdassemble build (on by default again) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/mdadm.spec?r1=1.26.2.2&r2=1.26.2.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
