Compare commits
3 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
|
|
6f92e7f1f1 | ||
|
|
bb64f4f4a0 | ||
|
|
574e5e491c |
2
_service
2
_service
@@ -5,7 +5,7 @@
|
||||
<param name="url">https://github.com/openSUSE/mdadm.git</param>
|
||||
<param name="filename">mdadm</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@.g%h</param>
|
||||
<param name="revision">factory</param>
|
||||
<param name="revision">slfo-main</param>
|
||||
<param name="match-tag">mdadm-[0-9].[0-9]</param>
|
||||
<param name="versionrewrite-pattern">mdadm-</param>
|
||||
<param name="versionrewrite-replacement"></param>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/openSUSE/mdadm.git</param>
|
||||
<param name="changesrevision">541b40d3e93dbd595e957fae375e74f9cde7ecdb</param></service></servicedata>
|
||||
<param name="changesrevision">dc69a22f00a52e6a4e5f42a8f103556ef330d997</param></service></servicedata>
|
||||
BIN
mdadm-4.4+31.g541b40d3.tar.xz
LFS
BIN
mdadm-4.4+31.g541b40d3.tar.xz
LFS
Binary file not shown.
BIN
mdadm-4.5+43.gdc69a22f.tar.xz
LFS
Normal file
BIN
mdadm-4.5+43.gdc69a22f.tar.xz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 23 16:49:21 UTC 2026 - Martin Wilck <mwilck@suse.com>
|
||||
|
||||
- Update to version 4.5+43.gdc69a22f:
|
||||
* Fix slowdown probing non-RAID devices (bsc#1258255)
|
||||
* platform-intel: Deal with hot-unplugged devices (bsc#1258265)
|
||||
* imsm: Fix UEFI backward compatibility for RAID10D4 (bsc#1257009)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 15:47:34 UTC 2026 - Martin Wilck <mwilck@suse.com>
|
||||
|
||||
- Update to version 4.5+39.g1aa6e5de:
|
||||
* fix compilation errors with GCC 16 (bsc#1256973)
|
||||
* load md_mod before creating array (bsc#1257330)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 21:15:35 UTC 2026 - Martin Wilck <mwilck@suse.com>
|
||||
|
||||
- Update to version 4.5+33.g9560967f (bsc#1257009):
|
||||
|
||||
- Upstream feature additions in 4.5:
|
||||
* Support --logical-block-size in --create
|
||||
* Remove --freeze-reshape logic in reshape
|
||||
* Create array with sync del gendisk mode
|
||||
* Re-enable mdadm --monitor ... for /dev/mdX
|
||||
* Don't stop array after creating it during assemble
|
||||
* Allow RAID0 to be created with v0.90 metadata
|
||||
* Optimize DDF header search for widely used RAID controllers
|
||||
|
||||
Upstream bug fixes from 4.5:
|
||||
* Moves memory management into Assemble to avoid null pointer dereference
|
||||
* Wait a while before removing a member in Incremental
|
||||
* Fix memory leaks
|
||||
* Support non-absolute name during monitor scan
|
||||
* Enable udev block for Incremental/Assemble to avoid race condition
|
||||
* Don't set badblock flag when adding a new disk
|
||||
* Fix metadata corruption when managing new imsm array
|
||||
* Do not start reshape before switchroot
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 8 10:29:07 UTC 2025 - Martin Wilck <mwilck@suse.com>
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
%endif
|
||||
|
||||
Name: mdadm
|
||||
Version: 4.4+31.g541b40d3
|
||||
Version: 4.5+43.gdc69a22f
|
||||
Release: 0
|
||||
BuildRequires: binutils-devel
|
||||
BuildRequires: groff
|
||||
|
||||
Reference in New Issue
Block a user