libbd_fs2-2.22-1.36 >  A ^p9|\*<||+D@ R ߪ-vj@n7@.,@4>qN8#u7,Rҝ, BD:J!zo}bحnCwÜT#s8ɅqL<:B 19܌Dc&PoIlE Qo`guk:Ż!i=7FkelweAWSlĝ(m}8ߠV9W @ahfrWÎ'H6050c3578d15c2851c8237442b77eb2dde00fcfba75ddf5c4b0b1315a1731c59c2d3d4b855179a5c1e791723efbd7f7659613957e]^p9|5~;<,As[< M-`}µOƚq+8>})綠=wdV^qwؚxF'#O@4 vjz{g@ o$)>Aoy g`j>ĹQ.kWtz%(MH )̰& /fXƲS}>5QV,3㲃6e+%)2+)& 3Ԍxx|LW#U%e4⡣U#D>p@p?`d   @( >O     8@(&809h:>6@EFTGhHpIxX|Y\]^bcdefluvwxyz\Clibbd_fs22.221.36The FS plugin for the LibBlockDev libraryThis LibBlockDev library plugin (and, at the same time, a standalone library) provides functionality related to operations with file systems.^s390lp4SUSE Linux Enterprise 15SUSE LLC LGPL-2.1-onlyhttps://www.suse.com/System/Librarieshttps://github.com/storaged-project/libblockdevlinuxs390x^^35361fdb250b968843658857e940dd90725345d63a68513d27420eb017725e6flibbd_fs.so.2.0.0rootrootrootrootlibblockdev-2.22-1.36.src.rpmlibbd_fs.so.2()(64bit)libbd_fs2libbd_fs2(s390-64)libblockdev-fs@@ @@@@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfigdevice-mapperlibbd_part_err.so.2()(64bit)libbd_utils.so.2()(64bit)libbd_utils2libblkid.so.1()(64bit)libblkid.so.1(BLKID_2.15)(64bit)libblkid.so.1(BLKID_2.17)(64bit)libblkid.so.1(BLKID_2.21)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)libglib-2.0.so.0()(64bit)libmount.so.1()(64bit)libmount.so.1(MOUNT_2.19)(64bit)libmount.so.1(MOUNT_2.21)(64bit)libmount.so.1(MOUNT_2.22)(64bit)libmount.so.1(MOUNT_2.30)(64bit)libparted-fs-resize.so.0()(64bit)libparted-fs-resize.so.0(LIBPARTED_FS_RESIZE_0.0.0)(64bit)libparted.so.2()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.223.0.4-14.6.0-14.0-15.2-14.14.1^9\]]:\d\I\8@[[4ZK@ZZ1@Z_@Z`@ZOthomas.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- 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/ldconfigs390lp4 15917341572.22-1.362.22-1.362.22libbd_fs.so.2libbd_fs.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-SP2:GA/standard/a1824a0cb6329e9152e893605392dd07-libblockdevcpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=a33bf93a5cb5c9c013f0b7da1692861d9582accf, strippedPR RRRR RR R RRRRRRRRRRRR \Mi&28utf-8538ac264670df6974d8a49ba4c1ad995b92091231653370b55e66e7a821d66b7?7zXZ !t/C?] cr$x#+gF1{اwu0i;?ȄsOP`KެxSN~KqU}Tc_,zWy͙7 Xhz`%6Qtȅ!QQLSfFO 5{=?7TM#4j)yq7XQ0ŗ0<\^j!@@ݠW*Bp1x$X'B> W[NdJ=H<%/#5bWĚ;rCdy܌վ7-'S H)(F]X䳕Ɵ롊*6p${l]fm̙ڛ]*݋,ʕˇqQ&J3ZiW%_z|btMg1`E=N!^?+ųCG1@$3M/إXjn# "Lj4a6A=}IZ)! DRR,Voh@&ol#Za :(*΁ BeR"s{Nm_2胞Iv%iֲ,PϚ64ߍ2EKTmM"+cMUV{N%F(T {!poӊ:_ڞ&FSg>(S^ze0LW9.!=߇ȓ'e3\w! n"+aJruO58eP>4xL ]*G#`u̜טQ4n b%5g)4bu A,dyI\u 4T!rb"7Q:4(Az\*Bli4,ᓌ\^xu3!*aNPepy7G{ODD!*w 4ty鎏ilFm*hN>$#Ё'z)n̙s5n4zM4-{ (;Jtp+G(l 5 #ue]đ5VP3<5HXl4t% #UڤrMnQ. [quol 干c6έrP[~O5hI-a'$6k<ȉƺw$H)a\uAy;Ik۞L,^3̓,ug4gngp3  ry2U-kg&I&0X3r3_p0}բ&P}27 H9#T /*7\BETC~*Tw5ZF1)fiBUo=R B@cLt&TsXd4ǖKh=.vW D!ܬf~!3?1g]TqdvFߵb&߫GQyL4z4i _3w`HV}<"e*R@tx T1Ԗg0OPۚDtb+Lg*7(1'2, q+7yL#7\ !tr$*Z;&Hn6}>!r³hܹecm7ʤy'PU7!]3ywjIl (>FFTe2F볎x`ь&W[n;`Ȅ'/=ǘuSE\ilwGL!(nMʴ;]p̌ۆ,^|ĖY"J9A]{CuuuK32{133hM8-0}5!#yƩS'MHͯueFߏHҽG3KEsF}|7p1R|{nZ&l؋!vsXת$syǵʆ_";BuE2PY5you',蠨g#ê#"^]-/+kɘPqqoaUԳ;;XiBΟ/Cg`wb阷@f _iȾñu'h/kܟ}G4ys&3I4B_4I£|/ƠwOfm(+tMi4DhK5^U|U"iFAoZ,o^C"D)3lLG<n⚼sH"HTZS)P(H&!I%*w n߂BO5.y/җ͆h"r8;51 aБ& Pz,R5'5nɅBi-R_nl%.u֞3p\"CbcC 9C˜nPDoPz35w>36{}]0ҳ%-5.bjLtb/q) o}> pY(-1WeϙsQTvuLi[IeS{\ ^ gob0g^ҬDž07=2r„Ĉp u&$"NxQTpwQ.jh> (;ٹ6R\5' H'$&b*BO5xVczh%.lvb(pp6&w:u2gFsU  t [cr gk%$'<+Z.0l7ܐٖ]zw{/^tBD{%H!~_C5L. hJQ6QscW]ҶBX 7-١!x ׮zz6Yd/ c<ƛ8lZ7rz  Mj3d$ZhG߯w֙h9g:ʐĚDښ;8m>$."ղu,6mGRgg5rsQV)^6.vO)˩If^U7GF)-gŰTNz8TU ͓E]ei3CTqחԖ&hX=Tm;Ӑ#eĨΰ?7$`ua:~\f)-&`E& Y;F>Qf=.[2hEQ˷`2"b( ="ngqPi/>^,<Ÿ4Ў9]f'Ϡh㾸- 9^I[9"l6C}kI_R!K/[6O1rBN+"y&wCI܏n L˜3p?B界E$aoHjJ0 tr \n= ~WTC vJ\emK!1b'(|?߻%s T9H#KU|f+jqT{PΜuk vubrߊ#7|#qGq\,[mJr<FܝYTnևF KDJ!\+וVU(}$Sud`zb\8vW[H))|HzA%}'Q!*K8qa} Μq8,!nجt4uMe/Ee 9]e. F; d#V9:V\,dӘ‚Ʒ +΄3ק[ǜ?!eA?AoO  47V~}?/K$/EYI.xUfڿMkQ~[!:0^U@DŽn$ю%M\$q-sCNK,?VЗ$Y_mF6|'t[W̧3<ă=\(O "ī@ƍO=H0<D ZaHt``|P ںDk*nxoKT!SJ\Nz;>˳V/lh7OSlm |t̼Հ %uƛIF?ZXT \C䯷Df҂up7qͲ(2఺Oų}֯j%'k6ut"@ Dj b< \ )BAٌ®sx>̘g"B?}EliG`r5 jXiB}n}E7h_5)*KMRoJP(y" S8'` '{m!HGA`*&!,.3ϑzi7îT e&Bv;=w]@>R T|A3`l׮Rx~soǼ.J'~{WEPOcqasT#q<`N<-cb _9;d]h`f $o9ȶqhcP}:L"H0!F 옢1s ͅ Yr$j,O=j U'תd`E\Tcr3Q7<ʏ-9(mn~ jz0a'-XDZȦLCQ=Q9k9YZL?;5^VOpPiLq liRWF|ݴ 7{uJB=J]>L}fd YF?|WGfߺFP#zҐj$D)'{w vkb'2bRyY~zհïD5By0\ʪ+X)qNM&n\^ 1+} ؛CchK</ \\p!(7jTF嚂ԲRJn1_ 0b * ]_k1yeuBe?8d! :z6+"jjc֭+Ⱥ? ֑j+Ls%li-#?]EEɦ#Yxҁ8sjwԐ=Uaz(zꡝͩrQx܃eX+%yhps= IΧ!B&J=>Y=*|Tjը&VGS\Z}*@Ne0?f&c/ f^K(FƫbꐓI2Z_yO͞tqF]鵲}zs2&8/u:f't! ֩+>[FmsŸl5(_΃߿d.@GȫU8$ /Ӓm9./OuiꞒ路w7O"4 N0BJJ cQ}RRFI\ȓ:VNpư`l܄u† n_-k/ pU7P*{ 8IUy>wF`^MXVS֑jڙ&Gꡥil.u-h{Ʋ$9 {bUػX?\cW'{g4^ :>佫r #ԛOW y zFҩ2Ѥ&!)Ԛ&mf}nǪ, Y@@ (9;C- ƃ+;`&2zJZ W-w iw 2^Pm' 1OEh'$QJ@1ιcܿ|X8 SKرC͎fZ謾y j~F(מFXӧTQ.VP ܲx%Z!bz0i/w Os0kۤN,Cz^8!|[ Ym+%ҳ}4yUDVɄqWY./VZ̀ GXG8X 0-f+edXhmJɨݝ֟i1 ~K<\E ?:^,PPA$hkn_c|jnΉZʁӷ~F;Oj2NHԝ(qLt#͘,()ίRY~ ;A܄Y49#y~]~o,T ]狣*u!8{_dɩ{"߈-XL y2(zW].P@ lu)mH +[ BfQwFc/EǺ1>Ijۊ̐mKJTYCN\'OY12p9X76׷Cu$1 a j88`z$2AE# v}-Vh66/9T!/b"E߲ d㩢 I}98R6?ss:{Ebyo痀jmmOR:ӁSv$Jڏ?|8737Q& H+ԧQUvx A 'H8Me =Xƻ/|2 ׮X Y}L0oJy8"4O|Il,?T(`nxZˊ&fO zϠ6[SOo F+Št`?5hIjV(6x |<!̚C<*ǟNZ" hE5YgflܽQ˖ g@ ?]a6Uiք’tUbexNP!NMH^FB+FUd{B_RGKw5X1!/r;pa|_+W=93_ʽ ֛\J> KoHfJE%2o"iR=Cgа_.tl (HtIF3ws .RR.mN:AesuzFrQdf ejd@ܬziLa|`cD``|ϥ]~? ;a&5 84k%e{͹ͺ|i0PЄv:ʽ .{=6zhGM4Z'Xro Ysm ~FRM=D En e#QȍKn`s`DnA*Q)E-ڭeϥhz]jg_ nK i <]ݺ]8B(=YbTobTg!UdIy#9w5֜'֡p[F6_dz.m#tTbgh5Y Uh^"?]#+kfY:1(pyn&_u}Ͷ Шu%_R &G\ߥJ-Q[YĘd&Δ ?2Y4tzᖶx;&@fdwt3NUM\BDw_w:fdֺ@ʪo+fEXU0.p5t}$f{8\oб0}X*SM.:TYdAmyVy6vWt|R6+KnLs&>)li U /!i}gG bBUոHi뚔[t6{YQ4V2R:YaTƦWc$efp5qsYz (ON]v{5!HG_| 4aZ,}'dV(R+MePg Hf_@:G}|YORX_Ot=yG]׿S $(>Q$|4z+fT0\;cat)M`ZRLVC/yI,Ґ= vOv<s,`n~a/"f2%G53ecqD.uMgMATk ,n~c79cg3 "qUEGHLpuKQ7<(Q?r$'Օ䇌i / XXi"PDzy (`DsњPOa!@!QNJC)38Sr=Ķձ=yt"IZ;OXdJ\b Q)dƍeU2Ԭ=*I ⿿2&41-;OR}T3}_]͍H2 9ZnRb~b3~ݽ[q]n1anNUͶ^~ٗ#d'&ןc#/% 4NuJP$:͵( NPI,9@, v#5;Wt$ X;eqr 0ng9wCPfstS O.bO ҭ\x|wCXUϝCL9*J#J⼔0R!jgp>P'쨌u_:iJh* P n✞%ђJ~,ҙpg򥆟p}ר3)d*,R) TWܭsrwRVV G՞L"aGlۏņq#%_-Yzqw?} G릿xaPX1PߛUN^ 5HVߢn;,EEGs zm;o;'{(%J*#.rUv^K~S uIVIQm5Mbe\N4k%6{JN x: QNhX.ϻF<2dT1ca>Hkҫ-/sjAT b#{e4\Ӄ^ WnE65&aEL@[|g-Bo- _+1s}i傈ݷk7Dɧ}x/WU_ 5:ˉ]3PO|V.b/_TC.!1m !r[S/cn>P @Fp$3*cS 5]NuъX:quPWP~1t{P a}N֗llVuoy1~j{[BeKRFi|"Vݸz9 V-O ["Hp&R67{ 7˅BlAW2#nWx;1՝"F7ASMydEn ed礢$k_[#$x2 2=o.Ls_3K5ZxO r&CCO,E[ WL׽9x=+)%>u~.^8SMSW I{`7{:i\ fR$ QUbzS_TIE ebv}qs ԙ⍩4,ŗr'JL^7hG YKV`E CLu3Gy2lU@J+ k`4k$E=҆c H'p&?Z?kmH&޲=W"8e t Z09%_J1U1s#Ͻ|yKF1sZ,4J $ xPYW ]ԯ,q{o?3mֈ;[Z ߊ_Sqg\Do]NէКYU-@]DkTQTg) ct tnnhU]ݧ|O&\Hz2N!g>|!O{ H8zb,ܼ$*7IP*Fƪ?-[#kj ҫUrn}b~cI(8r"EYr*h_>5Ae "'zQur1ĹP ~RN YZ