commit mdadm for openSUSE:12.2:Update
Hello community, here is the log from the commit of package mdadm for openSUSE:12.2:Update checked in at 2012-10-08 11:29:05 Comparing /work/SRC/openSUSE:12.2:Update/mdadm (Old) and /work/SRC/openSUSE:12.2:Update/.mdadm.new (New) Package is "mdadm", Maintainer is "nfbr...@suse.com" Changes: New Changes file: NO CHANGES FILE!!! Other differences: -- ++ _link ++ --- /var/tmp/diff_new_pack.RZu2EU/_old 2012-10-08 11:29:06.0 +0200 +++ /var/tmp/diff_new_pack.RZu2EU/_new 2012-10-08 11:29:06.0 +0200 @@ -1 +1 @@ - + -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit mdadm for openSUSE:12.2:Update
Hello community, here is the log from the commit of package mdadm for openSUSE:12.2:Update checked in at 2012-10-03 16:19:04 Comparing /work/SRC/openSUSE:12.2:Update/mdadm (Old) and /work/SRC/openSUSE:12.2:Update/.mdadm.new (New) Package is "mdadm", Maintainer is "nfbr...@suse.com" Changes: New Changes file: NO CHANGES FILE!!! Other differences: -- ++ _link ++ --- /var/tmp/diff_new_pack.TUTxTr/_old 2012-10-03 16:19:06.0 +0200 +++ /var/tmp/diff_new_pack.TUTxTr/_new 2012-10-03 16:19:06.0 +0200 @@ -1 +1 @@ - + -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit mdadm for openSUSE:12.2
Hello community, here is the log from the commit of package mdadm for openSUSE:12.2 checked in at 2012-07-30 09:22:46 Comparing /work/SRC/openSUSE:12.2/mdadm (Old) and /work/SRC/openSUSE:12.2/.mdadm.new (New) Package is "mdadm", Maintainer is "nfbr...@suse.com" Changes: --- /work/SRC/openSUSE:12.2/mdadm/mdadm.changes 2012-07-09 09:50:44.0 +0200 +++ /work/SRC/openSUSE:12.2/.mdadm.new/mdadm.changes2012-07-30 09:22:47.0 +0200 @@ -1,0 +2,5 @@ +Thu Jul 26 16:50:03 UTC 2012 - fcro...@suse.com + +- Add blkid-builtin.patch: use blkid built-in from udev + +--- New: blkid-builtin.patch Other differences: -- ++ mdadm.spec ++ --- /var/tmp/diff_new_pack.nTKAdR/_old 2012-07-30 09:22:48.0 +0200 +++ /var/tmp/diff_new_pack.nTKAdR/_new 2012-07-30 09:22:48.0 +0200 @@ -40,6 +40,7 @@ Source7:mdadm.cron Patch1: udev-rules.fix Patch2: mdmon-arg.fix +Patch3: blkid-builtin.patch %description Mdadm is a program that can be used to control Linux md devices. It is @@ -50,6 +51,7 @@ %setup -q -a1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 %build make %{?_smp_mflags} CC="%__cc" CXFLAGS="$RPM_OPT_FLAGS -Wno-error" ++ blkid-builtin.patch ++ Index: mdadm-3.2.5/udev-md-raid.rules === --- mdadm-3.2.5.orig/udev-md-raid.rules +++ mdadm-3.2.5/udev-md-raid.rules @@ -40,7 +40,7 @@ ENV{DEVTYPE}=="partition", ENV{MD_UUID}= ENV{DEVTYPE}=="partition", ENV{MD_DEVNAME}=="*[^0-9]", SYMLINK+="md/$env{MD_DEVNAME}%n" ENV{DEVTYPE}=="partition", ENV{MD_DEVNAME}=="*[0-9]", SYMLINK+="md/$env{MD_DEVNAME}p%n" -IMPORT{program}="/sbin/blkid -o udev -p $tempnode" +IMPORT{builtin}="blkid" OPTIONS+="link_priority=100" OPTIONS+="watch" ENV{ID_FS_USAGE}=="filesystem|other|crypto", ENV{ID_FS_UUID_ENC}=="?*", SYMLINK+="disk/by-uuid/$env{ID_FS_UUID_ENC}" -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit mdadm for openSUSE:12.2
Hello community, here is the log from the commit of package mdadm for openSUSE:12.2 checked in at 2012-07-09 09:50:43 Comparing /work/SRC/openSUSE:12.2/mdadm (Old) and /work/SRC/openSUSE:12.2/.mdadm.new (New) Package is "mdadm", Maintainer is "nfbr...@suse.com" Changes: --- /work/SRC/openSUSE:12.2/mdadm/mdadm.changes 2012-06-26 17:07:12.0 +0200 +++ /work/SRC/openSUSE:12.2/.mdadm.new/mdadm.changes2012-07-09 09:50:44.0 +0200 @@ -1,0 +2,6 @@ +Thu Jul 5 03:14:43 UTC 2012 - nfbr...@suse.com + +- mdmon-arg.fix: fix arg parsing in mdmon so that + "--all --takeover" works. (bnc#767150) + +--- New: mdmon-arg.fix Other differences: -- ++ mdadm.spec ++ --- /var/tmp/diff_new_pack.hSYlw9/_old 2012-07-09 09:50:44.0 +0200 +++ /var/tmp/diff_new_pack.hSYlw9/_new 2012-07-09 09:50:44.0 +0200 @@ -16,7 +16,6 @@ # - Name: mdadm Version:3.2.5 Release:0 @@ -40,6 +39,7 @@ Source6:mkinitrd-boot.sh Source7:mdadm.cron Patch1: udev-rules.fix +Patch2: mdmon-arg.fix %description Mdadm is a program that can be used to control Linux md devices. It is @@ -49,6 +49,7 @@ %prep %setup -q -a1 %patch1 -p1 +%patch2 -p1 %build make %{?_smp_mflags} CC="%__cc" CXFLAGS="$RPM_OPT_FLAGS -Wno-error" ++ mdmon-arg.fix ++ Fix parsing of mdmon args. The conversion to use getopt_long added an incorrect assignment to container_name. This causes "mdmon --all --takeover" to fail. bnc#767150 Signed-off-by: NeilBrown --- mdmon.c |1 - 1 file changed, 1 deletion(-) --- mdadm-3.2.5.orig/mdmon.c +++ mdadm-3.2.5/mdmon.c @@ -306,7 +306,6 @@ int main(int argc, char *argv[]) all = 1; break; case 't': - container_name = optarg; takeover = 1; break; case OffRootOpt: -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit mdadm for openSUSE:12.2
Hello community, here is the log from the commit of package mdadm for openSUSE:12.2 checked in at 2012-06-26 17:07:11 Comparing /work/SRC/openSUSE:12.2/mdadm (Old) and /work/SRC/openSUSE:12.2/.mdadm.new (New) Package is "mdadm", Maintainer is "nfbr...@suse.com" Changes: --- /work/SRC/openSUSE:12.2/mdadm/mdadm.changes 2012-06-25 15:46:09.0 +0200 +++ /work/SRC/openSUSE:12.2/.mdadm.new/mdadm.changes2012-06-26 17:07:12.0 +0200 @@ -1,0 +2,10 @@ +Thu Jun 21 07:27:24 UTC 2012 - meiss...@suse.com + +- use recommends: smtp_daemon, similar to cronie example + +--- +Thu Jun 14 18:55:05 UTC 2012 - opens...@cboltz.de + +- add missing dependencies on cron and /usr/sbin/sendmail (bnc#767155) + +--- Other differences: -- ++ mdadm.spec ++ --- /var/tmp/diff_new_pack.1vcfA5/_old 2012-06-26 17:07:12.0 +0200 +++ /var/tmp/diff_new_pack.1vcfA5/_new 2012-06-26 17:07:12.0 +0200 @@ -16,12 +16,15 @@ # + Name: mdadm Version:3.2.5 Release:0 BuildRequires: binutils-devel BuildRequires: sgmltool PreReq: %fillup_prereq %insserv_prereq /sbin/mkinitrd +Recommends: cron +Recommends: smtp_daemon Obsoletes: raidtools Url:http://www.kernel.org/pub/linux/utils/raid/mdadm/ Summary:Utility for Configuring MD Setup -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org