Author: qboosh Date: Sun Jul 20 12:51:38 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 2.6.7
---- Files affected: SPECS: mdadm.spec (1.74 -> 1.75) ---- Diffs: ================================================================ Index: SPECS/mdadm.spec diff -u SPECS/mdadm.spec:1.74 SPECS/mdadm.spec:1.75 --- SPECS/mdadm.spec:1.74 Mon Mar 10 23:39:38 2008 +++ SPECS/mdadm.spec Sun Jul 20 14:51:32 2008 @@ -7,12 +7,12 @@ Summary: Tool for creating and maintaining software RAID devices Summary(pl.UTF-8): Narzędzie do tworzenia i obsługi programowych macierzy RAID Name: mdadm -Version: 2.6.4 -Release: 3 -License: GPL +Version: 2.6.7 +Release: 1 +License: GPL v2+ Group: Base Source0: http://www.kernel.org/pub/linux/utils/raid/mdadm/%{name}-%{version}.tar.bz2 -# Source0-md5: b616697aecc870d5d580bd6e010472a3 +# Source0-md5: d0aeb5c44281a1d0e8a32a11dca1b481 Source1: %{name}.init Source2: %{name}.sysconfig Patch0: %{name}-degraded.patch @@ -60,6 +60,9 @@ %prep %setup -q +# needs check if still needed - testcase is simple: +# just setup system with / on RAID1 and try to boot with the 1st or +# the 2nd disk disconnected #%patch0 -p1 %build @@ -74,11 +77,11 @@ -DHAVE_STDINT_H -o sha1.o -c sha1.c diet %{__cc} -DUCLIBC -DMDASSEMBLE_AUTO -DMDASSEMBLE %{rpmcflags} %{rpmldflags} -static \ -o initrd-mdassemble mdassemble.c Assemble.c Manage.c config.c dlink.c \ - mdopen.c mdstat.c util.c super0.c super1.c sha1.o + mdopen.c mdstat.c util.c sysfs.c super0.c super1.c sha1.o %else %{__make} mdadm.static \ CC="%{__cc}" \ - CFLAGS="%{rpmcflags} -D_GNU_SOURCE" \ + CFLAGS="%{rpmcflags}" \ LDFLAGS="%{rpmldflags}" mv -f mdadm.static initrd-mdadm %{__make} clean @@ -86,14 +89,14 @@ -o sha1.o -c sha1.c %{__cc} -DMDASSEMBLE_AUTO -DMDASSEMBLE %{rpmcflags} %{rpmldflags} -DHAVE_STDINT_H -static \ -o initrd-mdassemble mdassemble.c Assemble.c Manage.c config.c dlink.c \ - mdopen.c mdstat.c util.c super0.c super1.c sha1.o + mdopen.c mdstat.c util.c sysfs.c super0.c super1.c sha1.o %endif %{__make} clean %endif %{__make} \ CC="%{__cc}" \ - CFLAGS="%{rpmcflags} -D_GNU_SOURCE" \ + CFLAGS="%{rpmcflags}" \ LDFLAGS="%{rpmldflags}" \ SYSCONFDIR="%{_sysconfdir}" @@ -154,6 +157,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.75 2008/07/20 12:51:32 qboosh +- updated to 2.6.7 + Revision 1.74 2008/03/10 22:39:38 arekm - rel 3; enable automatic creation on /dev devices in mdassemble ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/mdadm.spec?r1=1.74&r2=1.75&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
