Mailinglist Archive: opensuse-commit (1206 mails)

< Previous Next >
commit mdadm
  • From: root@xxxxxxx (h_root)
  • Date: Wed, 3 May 2006 14:05:58 +0200 (CEST)
  • Message-id: <20060503120558.505608C59F@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package mdadm
checked in at Wed May 3 14:05:58 CEST 2006.

--------
--- mdadm/mdadm.changes 2006-04-26 10:09:41.000000000 +0200
+++ STABLE/mdadm/mdadm.changes 2006-05-03 13:31:16.000000000 +0200
@@ -1,0 +2,5 @@
+Wed May 3 13:12:42 CEST 2006 - mjancar@xxxxxxx
+
+- fix false SparesMissing error (#171326)
+
+-------------------------------------------------------------------

New:
----
mdadm-2.2-spares.diff

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mdadm.spec ++++++
--- /var/tmp/diff_new_pack.YbJQUp/_old 2006-05-03 14:05:47.000000000 +0200
+++ /var/tmp/diff_new_pack.YbJQUp/_new 2006-05-03 14:05:47.000000000 +0200
@@ -12,7 +12,7 @@

Name: mdadm
Version: 2.2
-Release: 25
+Release: 28
BuildRequires: opensp sgmltool
PreReq: %fillup_prereq %insserv_prereq
Obsoletes: raidtools
@@ -37,6 +37,7 @@
Patch5: %{name}-%{version}-round_to_chunk.diff
Patch6: %{name}-%{version}-detail.diff
Patch7: %{name}-%{version}-write-mostly.diff
+Patch8: %{name}-%{version}-spares.diff

%description
Mdadm is a program that can be used to control Linux md devices. It is
@@ -59,6 +60,7 @@
%patch5
%patch6
%patch7
+%patch8

%build
%{suse_update_config -f}
@@ -135,6 +137,8 @@
%{_var}/adm/fillup-templates/sysconfig.mdadm

%changelog -n mdadm
+* Wed May 03 2006 - mjancar@xxxxxxx
+- fix false SparesMissing error (#171326)
* Wed Apr 26 2006 - hare@xxxxxxx
- Fix init script dependencies
- Implement MDADM_DEVICE_TIMEOUT to set a timeout for


++++++ mdadm-2.2-spares.diff ++++++
--- config.c
+++ config.c
@@ -272,7 +272,7 @@
mis.super_minor = UnSet;
mis.level = UnSet;
mis.raid_disks = UnSet;
- mis.spare_disks = UnSet;
+ mis.spare_disks = 0;
mis.devices = NULL;
mis.devname = NULL;
mis.spare_group = NULL;





++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...


< Previous Next >
This Thread
  • No further messages