Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package agama-web-ui for openSUSE:Factory 
checked in at 2025-07-31 17:45:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/agama-web-ui (Old)
 and      /work/SRC/openSUSE:Factory/.agama-web-ui.new.1944 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "agama-web-ui"

Thu Jul 31 17:45:21 2025 rev:21 rq:1295727 version:0

Changes:
--------
--- /work/SRC/openSUSE:Factory/agama-web-ui/agama-web-ui.changes        
2025-07-22 12:20:38.901003330 +0200
+++ /work/SRC/openSUSE:Factory/.agama-web-ui.new.1944/agama-web-ui.changes      
2025-07-31 17:45:50.555261370 +0200
@@ -1,0 +2,5 @@
+Wed Jul 23 14:54:43 UTC 2025 - Ancor Gonzalez Sosa <[email protected]>
+
+- Display RAID level at the storage results table (bsc#1244697).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ agama.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/agama/package/agama-web-ui.changes 
new/agama/package/agama-web-ui.changes
--- old/agama/package/agama-web-ui.changes      2025-07-21 17:15:39.000000000 
+0200
+++ new/agama/package/agama-web-ui.changes      2025-07-23 17:25:10.000000000 
+0200
@@ -1,4 +1,9 @@
 -------------------------------------------------------------------
+Wed Jul 23 14:54:43 UTC 2025 - Ancor Gonzalez Sosa <[email protected]>
+
+- Display RAID level at the storage results table (bsc#1244697).
+
+-------------------------------------------------------------------
 Mon Jul 21 15:07:40 UTC 2025 - Imobach Gonzalez Sosa <[email protected]>
 
 - Version 17
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/agama/src/components/storage/device-utils.tsx 
new/agama/src/components/storage/device-utils.tsx
--- old/agama/src/components/storage/device-utils.tsx   2025-07-21 
17:15:39.000000000 +0200
+++ new/agama/src/components/storage/device-utils.tsx   2025-07-23 
17:25:10.000000000 +0200
@@ -26,6 +26,7 @@
 import { Label } from "@patternfly/react-core";
 
 import { _ } from "~/i18n";
+import { sprintf } from "sprintf-js";
 import { deviceBaseName, deviceSize } from "~/components/storage/utils";
 import { PartitionSlot, StorageDevice } from "~/types/storage";
 
@@ -77,6 +78,12 @@
   const renderContent = (device: StorageDevice) => {
     if (!device.partitionTable && device.systems?.length > 0) return 
device.systems.join(", ");
 
+    if (device.type === "md") {
+      // TRANSLATORS: %1$s is a description of the device (eg. "Encrypted XFS 
RAID") and %2$s is
+      // the RAID level (eg. "RAID0")
+      return sprintf(_("%1$s (%2$s)"), device.description, 
device.level.toUpperCase());
+    }
+
     return device.description;
   };
 

++++++ agama.obsinfo ++++++
--- /var/tmp/diff_new_pack.vLHE2j/_old  2025-07-31 17:45:53.039364616 +0200
+++ /var/tmp/diff_new_pack.vLHE2j/_new  2025-07-31 17:45:53.043364782 +0200
@@ -1,5 +1,5 @@
 name: agama
-version: 17+0.6d218f662
-mtime: 1753110939
-commit: 6d218f662791a49c7ded902da619558448ef08b8
+version: 17+15.bbb2b7d10
+mtime: 1753284310
+commit: bbb2b7d1039cf78895ed4537366bdd863c96d8e9
 

Reply via email to