Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mdadm for openSUSE:Factory checked 
in at 2025-03-12 15:20:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mdadm (Old)
 and      /work/SRC/openSUSE:Factory/.mdadm.new.19136 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mdadm"

Wed Mar 12 15:20:12 2025 rev:153 rq:1252074 version:4.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/mdadm/mdadm.changes      2025-03-03 
16:04:41.058133167 +0100
+++ /work/SRC/openSUSE:Factory/.mdadm.new.19136/mdadm.changes   2025-03-12 
15:20:21.424931306 +0100
@@ -1,0 +2,6 @@
+Tue Mar  4 13:42:52 UTC 2025 - Martin Wilck <mwi...@suse.com>
+
+- cleanup 1005-mdadm-enable-Intel-Alderlake-RSTe-configuration.patch
+  (remove a redundant macro definition)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ 1005-mdadm-enable-Intel-Alderlake-RSTe-configuration.patch ++++++
--- /var/tmp/diff_new_pack.vkIayo/_old  2025-03-12 15:20:22.072958443 +0100
+++ /var/tmp/diff_new_pack.vkIayo/_new  2025-03-12 15:20:22.072958443 +0100
@@ -1,7 +1,7 @@
-From 4134725e0b08ec47d9c45f5bec6991591b0a06b7 Mon Sep 17 00:00:00 2001
+From b30b6e1c3ae6c3258ec7f6862d361842e4ec489f Mon Sep 17 00:00:00 2001
 From: Hannes Reinecke <h...@suse.de>
 Date: Tue, 19 Jul 2022 13:18:23 +0800
-Subject: [PATCH 1005/1005] mdadm: enable Intel Alderlake RSTe configuration
+Subject: [PATCH 1005/1006] mdadm: enable Intel Alderlake RSTe configuration
 
 Alderlake has a slightly different RST configuration; the UEFI
 variable is name 'RstVmdV', and the AHCI controller shows up as
@@ -11,19 +11,14 @@
 Signed-off-by: Hannes Reinecke <h...@suse.de>
 Acked-by: Coly Li <col...@suse.de>
 ---
- platform-intel.c | 5 ++++-
- 1 file changed, 4 insertions(+), 1 deletion(-)
+ platform-intel.c | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
 
 diff --git a/platform-intel.c b/platform-intel.c
-index 95bc492..6623ac5 100644
+index 95bc492..9a6f586 100644
 --- a/platform-intel.c
 +++ b/platform-intel.c
-@@ -652,10 +652,12 @@ static const struct imsm_orom *find_imsm_hba_orom(struct 
sys_dev *hba)
- #define AHCI_PROP "RstSataV"
- #define AHCI_SSATA_PROP "RstsSatV"
- #define AHCI_TSATA_PROP "RsttSatV"
-+#define AHCI_RST_PROP "RstVmdV"
- #define VROC_VMD_PROP "RstUefiV"
+@@ -656,6 +656,7 @@ static const struct imsm_orom *find_imsm_hba_orom(struct 
sys_dev *hba)
  #define RST_VMD_PROP "RstVmdV"
  
  #define PCI_CLASS_RAID_CNTRL 0x010400
@@ -31,7 +26,7 @@
  
  /* GUID length in Bytes */
  #define GUID_LENGTH 16
-@@ -1049,7 +1051,8 @@ const struct imsm_orom *find_imsm_efi(struct sys_dev 
*hba)
+@@ -1049,7 +1050,8 @@ const struct imsm_orom *find_imsm_efi(struct sys_dev 
*hba)
                        break;
                return NULL;
        case SYS_DEV_SATA:

Reply via email to