Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libstorage-ng for openSUSE:Factory 
checked in at 2024-07-11 20:29:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libstorage-ng (Old)
 and      /work/SRC/openSUSE:Factory/.libstorage-ng.new.17339 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libstorage-ng"

Thu Jul 11 20:29:23 2024 rev:277 rq:1186570 version:4.5.217

Changes:
--------
--- /work/SRC/openSUSE:Factory/libstorage-ng/libstorage-ng.changes      
2024-07-04 16:23:00.006909727 +0200
+++ /work/SRC/openSUSE:Factory/.libstorage-ng.new.17339/libstorage-ng.changes   
2024-07-11 20:29:30.412772410 +0200
@@ -1,0 +2,7 @@
+Wed Jul 10 10:08:42 UTC 2024 - aschn...@suse.com
+
+- merge gh#openSUSE/libstorage-ng#999
+- use cryptsetup to get uuid of newly created luks
+- 4.5.217
+
+--------------------------------------------------------------------

Old:
----
  libstorage-ng-4.5.216.tar.xz

New:
----
  libstorage-ng-4.5.217.tar.xz

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

Other differences:
------------------
++++++ libstorage-ng.spec ++++++
--- /var/tmp/diff_new_pack.NzDqQL/_old  2024-07-11 20:29:31.072796801 +0200
+++ /var/tmp/diff_new_pack.NzDqQL/_new  2024-07-11 20:29:31.076796948 +0200
@@ -18,7 +18,7 @@
 
 %define libname %{name}1
 Name:           libstorage-ng
-Version:        4.5.216
+Version:        4.5.217
 Release:        0
 Summary:        Library for storage management
 License:        GPL-2.0-only

++++++ libstorage-ng-4.5.216.tar.xz -> libstorage-ng-4.5.217.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-ng-4.5.216/VERSION 
new/libstorage-ng-4.5.217/VERSION
--- old/libstorage-ng-4.5.216/VERSION   2024-07-03 14:55:49.000000000 +0200
+++ new/libstorage-ng-4.5.217/VERSION   2024-07-10 12:08:42.000000000 +0200
@@ -1 +1 @@
-4.5.216
+4.5.217
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-ng-4.5.216/storage/Devices/LuksImpl.cc 
new/libstorage-ng-4.5.217/storage/Devices/LuksImpl.cc
--- old/libstorage-ng-4.5.216/storage/Devices/LuksImpl.cc       2024-07-03 
14:55:49.000000000 +0200
+++ new/libstorage-ng-4.5.217/storage/Devices/LuksImpl.cc       2024-07-10 
12:08:42.000000000 +0200
@@ -501,14 +501,10 @@
     void
     Luks::Impl::probe_uuid()
     {
-       Udevadm udevadm;
-
        const BlkDevice* blk_device = get_blk_device();
 
-       const Blkid blkid(udevadm, blk_device->get_name());
-       Blkid::const_iterator it = blkid.get_sole_entry();
-       if (it != blkid.end())
-           uuid = it->second.luks_uuid;
+       const CmdCryptsetupLuksDump 
cmd_cryptsetup_luks_dump(blk_device->get_name());
+       uuid = cmd_cryptsetup_luks_dump.get_uuid();
     }
 
 

Reply via email to