libbd_lvm2-2.26-150400.1.5 >  A bwJp9|| I$&vףAZi? |=ŞCbW{G}FylU6IcP,9C5`lM{Jҽ$u^ŕ2S%a#ǐՙ$b8>a@w|X{B@)6iЇ#V;78&NWr]g ,,)+HpEg#1'O0@+| }- \LZ08b749c42652099d419b5ae77908c49285c66eeb24b5080799d9d89f0f0185356e5202f1af718c85c69778e0109535777dc877a7q bwJp9|OYwL@%͊ \B@q.FE~lZV!\yiWh %5 s -=#TmVfG;x,5BZJj$~FM']1tK]3dxQBrFZ6p@!$?!d   H  .?ou      08(89H:>@ FG0H8I@XDYT\|]^bc[defluvw tx |y z    !Clibbd_lvm22.26150400.1.5The LVM plugin for the LibBlockDev libraryThis LibBlockDev library plugin (and, at the same time, a standalone library) provides LVM-related functionality.bwJ=ibs-arm-4SUSE Linux Enterprise 15SUSE LLC LGPL-2.1-onlyhttps://www.suse.com/System/Librarieshttps://github.com/storaged-project/libblockdevlinuxaarch64СbwJbwJ0e4415ec687aa703c9cbe545d9a73558e67145a21c8b7d7ac5be6c49afa38207libbd_lvm.so.2.0.0rootrootrootrootlibblockdev-2.26-150400.1.5.src.rpmlibbd_lvm.so.2()(64bit)libbd_lvm2libbd_lvm2(aarch-64)libblockdev-lvm@@@ @@@@@@@@    /sbin/ldconfig/sbin/ldconfigld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libbd_utils.so.2()(64bit)libbd_utils2libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libdevmapper.so.1.03()(64bit)libdevmapper.so.1.03(Base)(64bit)libdevmapper.so.1.03(DM_1_02_97)(64bit)libglib-2.0.so.0()(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.29)(64bit)lvm2rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)thin-provisioning-tools2.263.0.4-14.6.0-14.0-15.2-14.14.3aa@@a@`]`@_>e^9\]]:\d\I\8@[[4ZK@ZZ1@Z_@Z`@ZOfvogt@suse.comluc14n0@linuxmail.orgluc14n0@linuxmail.orgdimstar@opensuse.orgdmueller@suse.comdmueller@suse.comthomas.blume@suse.comheming.zhao@suse.combjorn.lie@gmail.comjengelh@inai.debjorn.lie@gmail.combjorn.lie@gmail.comluc14n0@linuxmail.orgluc14n0@linuxmail.orgluc14n0@linuxmail.orgluc14n0@linuxmail.orgluc14n0@linuxmail.orgluc14n0@linuxmail.orgjengelh@inai.deluc14n0@linuxmail.org- Remove unnecessary dependency of libbd_part2 on multipath-tools (bsc#1194771)- Fix lack of dependency on libblockdev-lvm needed by libblockdev package. The lvm-cache-stats binary needs the logical volume plugin to work (boo#1183948).- Update to version 2.26: + Fixes: - Deprecated glib function call; - Build with LLVM/clang; - Many memory leaks; - Many tests. - Fix dbus.h being wrongly packaged in libbd_lvm-dbus-devl instead of libbd_utils-devel (boo#1189787).- Add -Wno-deprecated-declarations to cflags: dealing with deprecations is upstreams business and should not hinder downstream packages from building.- update to 2.25: * exec: Fix polling for stdout and stderr * exec: Use non-blocking read and process the buffer manually * exec: Clarify the BDUtilsProgExtract callback documentation * tests: Add bufferbloat exec tests * tests: Add null-byte exec tests * lvm: Fix bd_lvm_vdopooldata_* symbols * exec: Fix setting locale for util calls * fs: Do not report error when errors were fixed by e2fsck * README: Use CI status image for 2.x-branch on 2.x * fs: Fix compile error in ext_repair caused by cherry pick from master * Mark all GIR file constants as guint64 * lvm: Set thin metadata limits to match limits LVM uses in lvcreate * lvm: Do not use thin_metadata_size to recommend thin metadata size * lvm: Use the UNUSED macro instead of __attribute__((unused)) * Fix max size limit for LVM thinpool metadata * loop: Retry LOOP_SET_STATUS64 on EAGAIN- udpate to 2.24: * VDO plugin has been deprecated in this release (functionality replaced by LVM VDO) * support for creating and managing LVM VDO volumes added * support for unlocking of BitLocker-compatible format BITLK added * new functions for (un)freezing filesystems added * test suite can now be run against installed version of libblockdev- fix files directive for s390 in specfile- lvm2-clvm doesn't exist in lvm2-2.03, so change SPEC file libbd_lvm-dbus requires from lvm2-clvm to lvm2- Update to version 2.22: + New minor release of the libblockdev library with multiple fixes. + nvdimm: New function for getting list of supported sector sizes for namespaces fixes. + Multiple memory leaks fixed. - Changes from version 2.21: + crypto: Default key size for LUKS was changed to 512bit. + tools: - New simple cli tools that use libblockdev. - First tool is lvm-cache-stats for displaying stats for LVM cache devices. - Use configure option --without-tools to disable building these. - Package new cli tool in main package, should possibly be moved into own sub-package in the future.- Explain VDO. Fix grammar mishaps.- Add pkgconfig(yaml-0.1) BuildRequires and pass with-vdo instead of without-vdo to configure, build vdo support. - Following the above, add new sub-packages libbd_vdo2 and libbd_vdo-devel, aswell as handle the new library in post(un).- Add pkgconfig(dbus-1) BuildRequires: Add missing BuildRequires, libblockdev needs dbus headerfiles during build, but configure does not check for it.- Update to version 2.20: + Fixes: - Fix parsing extra arguments for LVM methods calls in the LVM DBus plugin; - Multiple fixes for running tests on Debian testing. + Development: Vagrantfile template was added for easy development machine setup. - Changes from version 2.19: + Features: - vdo: new functions to get statistical data for existing VDO volumes (bd_vdo_get_stats); - crypto: support for passing extra arguments for key derivation function when creating LUKS2 format.- Update to version 2.18: + New plugin: vdo, support for creating and managing VDO volumes.- Update to version 2.17: + New plugin: nvdimm, support for NVDIMM namespaces management; + LUKS2 support for creating LUKS2 format including authenticated disk encryption. Multiple new functions for working with LUKS devices (suspend/resume, header backup, metadata size...); + Extended support for opening TrueCrypt/VeraCrypt volumes. - Drop pkgconfig(nss) and libvolume_key-devel BuildRequires now that they are optional and pass without-escrow to configure: libvolume_key's code is ancient and nearly dead upstream.- Resplit plugins to avoid pulling clusterlvm support by default into the dependency chain (bsc#1086447).- Move all plugins into the shared library subpackage and their respective development files into the devel one. - Add '-only' to LGPL License tag to comply with SPDX 3.0.- Update to version 2.16: * Features: - LUKS 2 support for luks_open/close and luks_add/remove/change_key. - Progress report support for ext filesystem checks. - Changes from version 2.15: * Features: - The file system plugin is now split into multiple source files making it easier to add support for more file systems and technologies. * Fixes: - How GPT patition flags are set; - Check the btrfs module availability as part of checking the btrfs plugin's dependencies; - Memory leaks in bd_fs_vfat_get_info(); - The file system plugin's dependency checking mechanisms. - Add libblockdev-fix-libkmod-include.patch as openSUSE doesn't use /usr/include/ but /usr/include/kmod to place libkmod.h. - Conditionalize the use of Python 2's bindings and turn it off defaulting Python 3. - Drop s390's plugin due to the lack of a file still not present in s390-tools package. - Drop BuildRoot tag since RPM already handles this itself.- Remove excess Provides, BuildRequires and %ifs. - Fix %description line mismatch for s390x parts.- Initial package, version 2.14: * Features: - Added function to get DM device subsystem. - Support for the NTFS file system. - pkg-config definitions improvements. * Fixes: - Fix BSSize memory leaks. - Fixes for issues discovered by coverity. - Support for the 'Legacy boot' GPT flag./sbin/ldconfig/sbin/ldconfigibs-arm-4 16519849572.26-150400.1.52.26-150400.1.52.26libbd_lvm.so.2libbd_lvm.so.2.0.0/usr/lib64/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:SLE-15-SP4:GA/standard/341369f07224e06234015afc3b76ea7c-libblockdevcpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=94f24b9e478328ceb2b39cba937c8fb552ef31a3, stripped PR RRR R RR R RRR8"ԫU6T ' w {qqn"˜+)bX%b' /f>q;\8 60>ЗRB-iy M f@8p)1*rՇԧ#B]N6DCQʸ8WdI)E7dU쮕7'2?%r9~73edr ~(w톪iE v/pڣ\-e]sA]zQ(gCWx{2Z=rmt*|ZL0T?nj]e{`nb)Va hD*kzn0C  mHZǰ Glts(2]IT3w3{$< =aWiy_JC|eWzgJݫ$"dDV\t:\RM~_O p}ĀS ap Źwٯ}s) B4m.$I8}lq ո<3ޠ 4qlL})F/8ҮՍr5-䞵.HZ.>x m/ C!#Zy! jirˆe/? @WŇWGnDQ@R|^^Õ4%޹I5"6ٌZ &uM,2z.ZF. Mo O"ʥLD4k>"XFuW2tw QҁVQT (z6γNB&<{G^ E[:`1~$9Ag+bQoɥ@Üպ)/' h/.Y (,r;Vtj bbc.LЮjP,#>8 QƔ|{5]{^%&&U.qY | L@Ni0eAhw"䃪x\MbJ`[V{% p  > CuF| 嬡EZiᒄTU0>~g5DRG@JZ0oI~IׯkkIP_>Xz9GüВ!`$1ہgˀN]==25V_ ,` dʷGR4|H[>@MEk Fo垩8KTQwocg)vs>bKQE"kШ!p-> ` b4N[ki2o)Y~<[8q=< kn0>SGB9]11gX{@~}:Fe%aE/]Jšn>k)͸pמRWؒЩ,*|++\FUpIO7_)U !ժ@ghbilhZD/{].p.;Y$w=:K<5 ;m(1Qe;7QO{Y\!"Eߌ(!Ď|$'M$N˜q*~~A`I@`2ueB;&Sd;zO_^* d4%ez Bc<3cX~<+4 6R%|LUB&;Y,üGaJ͇P|xGAH9@Y ~pЖ.+*j͆EQC?u=lK4Y-f̶ 4W.$?*ܩU}]ev~;=G R+20̗ %Bck0`X`Cn?5 /s fX:aݰhVF\@vfefpV/yE$\@ U/U*6  |%3ɔ?WV&g nF] и]&9ƬUqX">[WG6{qPw'#sDɂjt-kAݡ;뷀FZ~$A1y<6Τ:&͚1҇ h M:|2`wXn& ġ34˘ȕYjՁsGAO]x\H9ƌ~\ )_YF)QM?DDMt618U_i)F!yp@}2^Qgcƌ`/ȞaѲ6Ju8gnQEo{*^EBۅ$*8?hlwBk7#W:{qn)a2Pnt hOהlNd5ަ|ȳJ:tbz<~-)K8h9 v(WZv fMJluF:O|[Oͭ5-g9F56g%20foH$^d*L 8) QQYo Sh FKZdyTFߨ%B(Oh/;n{!rܽo;Wg6}T~ZkZIq&wsy8Nd 47X9sC~Wa|4TQ ۵:B+ \f}횺u2qO1eŸMN2o@_2k\aY#PriFKW.؃+_mzTuj>!҇i8qIc$r ?~.Ň.hB)mBqЬr:$D=!z,|*eWX|d?<}"L&*Gm." Dvɪ`"H$B*_j.:TRJ}IRq?& ? %~-hjhxzZ:̝= Mғ:qASݵ=C0,fBWC-IH&jGI[ [N+( TpZPUf7_*Ϸ1jHW8l]AT]up!v}QnΐrBɫtc:lJo(DIPSV6h^}9f.œOUT=@ȋ`UO◰VVèu. q&.{Do҂s_~K:J4* 0r`0['D+RV X 'Jo[AH[h\'DĬV>d#7]c)ZZWԤ'яc Mx(Q42QK ke]Y]Rv&b.Jdˌ}:GM'},ɑLHPq1h2g!)|>Þ1ǑBe̥s_# {Qߨ :E4BdW?F4#{=V"9Wt7M|A< n ݞuw5IZenꧭJ  /G1kxq L5IKj;qF7b O׀x`\ :E/~tN O/Ɇjr.`k9HǽuO`E) #J,&qBBr5[ņP*V vrϧc_M 6ٓM v1`Uteqg, Ha܍n(z\ފz+J Jy5_ BsJҚ JMfL`J)b_hg# y[] ~N`Gˮ$4N譙3';y'c0: x4cTa:t{ѦG4 /(،m ,X|h{9B];S #}NĉWZDGXl]ѵK X"g{\Wp n֖dB&G)烞. T&1|%WddzxlpUlZ$Z)8c# #(:4;1=ηbϑMli=*&$>ɉm0o$ g14GuDR3G3ixXgN̷I97#>hĽ [쇛T86_`jx@=[7c췙qœ+( !rܟ},S-k)pȇ^ V=DbBktU;BN7#{1'%GßX=$JnߞKT*42,DYڄga17"Puf¨*Ƈ e˅=%16oط˕ر SHT5+ W*Z/Gٿ_XdSȈUs,%DzLUu#du0D0rrE@9bYQ3*.>K+K+|3D~\?>AեQx$CwWpmp5`!~$ځ=Y3H㶴 "㐤D%C԰nZ`pAM TGM4N׿!]IP<+R`ogӾq,nD %05,@x,0y|83.^Jw8De8!(ݶQPs GϢ/Yi.M3{4:r3(F|䒰 GU*ug{~CA~L^?)l|Y\ 5@+6b\CŶnTv5 sq@bǃεA^2z3; X<ð =<D0v}5!$,gˣX*nuȾEScZuG >Bʸ%ot?r5ɻ)^L yFգr0~ϣ\.}. G Rju'!bRlo${ŐI#RDB65 hfѵ^ݹ5) #8#qFPyzbh'c{|~є4j ?1 DŽ[457hA~>H}̯AD!@ъhz W.Qd%gj5΂NJ4.i?mQCP"ȞHF|Bt yl CYdokmꇼ(Egٝ-d2߾ ^\~ zz8@} \|MNμ5,c-S>}a2ь11еv{wUY񩋿#t ^ZNN_&,tnȮۇFY)PΝ3ٔ۩a.Aޱ[$jَߢnPjUzIܼjĚ( 5З${&:`kqAL@yu[͎QUs$NJui$9I6Y( upC+^hq, Q1R|:y 3H÷k5髎@32gZ7K%G80?ZQ#4JߎnD@+uG(ŸZuaNe{]:wBT`ަg88w30 : ,1Nn/%!\ -""2F(tb4cQz| ;oO&34+jKRتhGՒVJeio %7b  %uyDcuhҽ&O۶Z\>KLz(pTuR%+ ko} GUlv{(q^z*b)SXoiT :rNQD>V_8k#~`7pY9&tW-"ksN_o-YݤdWl-&i %9 N{s~j DyBV_>&]5ANt-ع,_D#6[K:FR+ |{$قn𹱷> |,'5cD%wfr?4'j )Vrfi 7 g)~ޥؖgޤ~-oy/D2!nw!i%~ل<0<VQ>b_?OEҏ].k ¯huNd!LVO}QE%-|FY1޼gRi~my;ڻ@I*{P@9%r]zWޱQ`LKcGBzz0sMvK74~}9yȡ7G,-( ʄ%|ᐴluJ gE&]{Mvέ:;_&C-(ZfzSL%+5$;`pw' e l 5 Ei}Cڴ"RWҨ6,ie$ 1޵ʉP0!n'^8[+r湭$9{ϾU,4V3SbDXFiK8gr=RJqEXRj[C$5IG;5d-cBt;W&H, (8xʎ17f00`%j[[dG0{ q:,y}6,W;Td8`xcwH֯ߚ>.z6bū>-p=lY浍R:zE73n&ez"0Lofoqoq~xcɐ rVο)*3':N\9&/FTs0e#SRgxtbQ9!dx ,d?tJ;+(MzssZC_{K|]>];mX陑[K.<Ɓy'VjNs(Դby(2jt}4tW 1HDROεcў)Bo޵kɠl'XGU7y㏘'s ڒi6?A(37gmsIn J0a=(@c21/~w CmRFw<]f?\p;?=MDDʂ:JXgsKLpҀ& 0!2|sӧ]e9!{lQnZzfYmOzLqN4QoZNY\~ǃ=F`$M3`泹ׁDk#`W:'FcY}i4d y52찫Nw.m\-Jk$7k_}zĒb4M1`5>x b#]Sfqtf.uBs_LIOb?}"[MH2 Ӻ6ʓ>Mf^b+] {|*Jb‹e>mXV @d5>U׌F"HKkHOf6a'׌(lVȟhiMumSK53PȨzgr8-stX%oz6od'@@P4Wf4 Q&*SɯTFzDf1a.0p{a,ۮ=_v GFιm["rpO ȱE&ԤSm]zH(jB:M:Gs$yؗڵ[M\2اlrf=xCcK;71*]Qч< ޼!5B낖x%q_`Nt0!BY9mf>wNRa-jc%A- 4N|8G~h;PAC|K1Mԫpѵ*eOSn-E<_Gs/{fK} Q.x8Q9+q7if}';g?VlDJdv ?QIѾ@4J8fD&B|=L%8C3% }nʽ&`n'*OZ1nGЍur0_~HA Tߋbxc11k|I"Epn%߯?qpT޵vNvY-'Z+oVA@3 a*R llP I b"wc@~M\^MZd +=4s17 RqIUW-1CdmVX NM'x";8F;0V1MڃVo[YH2l$^G=`]12A}GuHu-L S%Y}evOqyZ&ᔆ75 f|%}Yi%>a(JUe=9+7\"#]w e}]=L#P(kJOf܊ q"f\i5PϫFnc{擿eer0sﲊ`#}_B" "u\4󏗩rƑ \ qU-l{ V9g}R(û`^MYgr4S+cbNX*I=!ӧEUF h󻛼կd]ܥOO.--ǘ?9ujꢃ$]t 3&>di8pXbn5` 2>V+Oc5?F>dk8A@7Ѫ ]G< }=QL =<|it'GPZ?GJ )'ՂNu+9zp>eSj~ENp&"I(̶R@6C,ڱN`B3e>o]}@&)ѽy9KwZiU[*>&)g]Ώo(*Z۴1B1$oƖ?* {e-6mVO+N WX1_>$w*dkXJb" ߓW\(H6L}BE[V&i{:BαVӭఎwa](qJ 3fD m)E/>fct~Qg-0NCԾդ F L^GxY4@aC̄KR)C)F 17Xd㡈1bt{aN;\ B0]UȥWYN*6V#bFcP?@\J%y.U=1$wqqָp_[q@cX&XWr]Bj;R 2DoG!{bѿ5V=|P=(]V'L6 3 nՕSd' Vil$P-;dZ/& :p9gE!Vq^!`wL2@v_HrTBrAY3xռjj0q&d5s#~kmt<"Nl $m*2+0v|h5q* Aݾ01-9rG`H r": zU 3wȌjR"5?'! r&TDuQg's냵ے.)wϏEi;82xXDtBNڮ-$6nmROx87Q>q)4':DezI0*W[aI `F #F$i}YvUP'w϶VyV1n}ma-EhCPL:4@GUc4+v<,5yQv1Ɩ,i T"\*~O'1өUT6Df!꧱Ajtqb&zi-BiAtr(5@L4N4عfJ̨M~^@a9/n͒ݷybN=ld :ɢWY ,zVt l)n>“\df!^ѓI{ۄ{/+%Ӻ@a7r11Q?3j-O0Cb2'9RAg%8oen2Je|@J]_#̓NB)@^wtuLH>.˹P#[Y^6u/,$p_\a.۾E %( p!@9+Րq7 ]EqZ`gg蛿XO۩L9td|H}ZzJ$,W-ob\-Z_Ȱ*t(,[NKѢp߃ЂC0$Pc*i{f 8呩$%GߑCVBq&Dwz(+8u E5NT*2 a&]'nw4E,B">!WL l c. kh~lN/f -.8,)ۖR KdOSO!iXwzcHҘ'8tZ9HR3e&w&W63!56|/*ڡ̌ |^瀾lHb!)HwO!;k ,s8#&"&ob<:G&rO`7] ]!ʯoHܛo)1Hナ.XAjz|D)5!tSYeUhĶ6BIWƛ$y89w6eFGY#|}*U9Npdw&PHg@.0j}OrʥK a.jNb>ج N1Vu_^#j#ԉUi‡2q@5lD.e#`wۂ` q~/;kj-n9Io !0s)9mFXoXFzrv>YYҾ)FK4pWrDS}Uծwπ3_=p4A7$>*~'fbm3֦c׉SلDZ˺A e<$JaႾá8T2|$oxs+{=T+/j2bxSq&5ܺ^^Ŝ\K%?I~p& $Ns+G_m@U'+@U1 P$o (tG,&H:x4Vw"%ya!~>̥`nGUnܴv#ء+t#(`Ϣ)`V=&8Z#ЬLC _ H" -tT^)߼tar*CmO--KsVKCjDߒKfPċN`7pP#/T__}M-Bر[ɼV`Mq+]T;kp"#3Q6D[cCmٹo08@yhәժ>✋F,ᨕ K_yuQs݀|Ho<_3'N[41"j[M #ToRld `n7\|0l&/ڜI0$pӳJ-s::IT@݂L? e/;%+Z?qPB&K(L>h\Ok]QIlQ|+8/jAXzÛd"KY)3~hdG`!9I1Q3f.Kgz[ ͱy4V /~J\SmNS^B9~>հ`L>6a֟VmSw_P ?|l =meDcDlJhKq s k+"[\ab5+MR[jMKF7X9M->\w ïc I?v&sm(%jcZtȐ,/jPXU_D~>VQcQOFBo) }28ʜk5)|T'f!&r`00C>{P`㥘^.sνT=fk?M"Eg7M7"2ea\{Չ9e>>a =`>źk>5xD^7^DM5EfMCDS.a @Q \yǚhGt#MgpkT[EZ0bf|1Gv.FĝBa*90;ˢ;؇N⒀t\vSL絪@8)ƚvJ6ו=VY%5<q HZ ߫/ S.zlR¯PMXVݞ&Cw!SE4YrtR:J=͏jYs: HSByZ YZ