libbd_vdo2-2.26-150400.1.5 >  A bwLp9|N.^L6+ e |*"{BաX*T/߾YͺDKXAWaur "E_`(}[taQEt/F[ޙ2|62]J?b¡js;:g^>/BӹJ"0 – կ jF0v־g#8!懕լŴX!^kn82qL3Qte5f4f5ba96ba43b84b838e79cc45df96783d1dfc58f9aabb7900677d9ba31857daf966d5201584c9b221812f786f96cffdd981d9GĉbwLp9|rXkP'?Q5{)שJaH2ܩVݙ>#Q'z6}nj-r}TȮ9XS~:/-:I80ˋ"dYAv.fZ,{[~lTf뾢B&!ov2bԝBi YQFck ^jO'r`r }I gwMN,ɿh8wBnϽGl\ʞRp@ ? d   H(,Eft     2 HPZdo(89:>@FGHIXY\(]0^Rb^cddeifllnuvw x $y , z P ` d j Clibbd_vdo22.26150400.1.5The VDO plugin for the LibBlockDev libraryThe VDO library plugin (and, at the same time, a standalone library) provides functionality related to the Virtual Data Optimizer, a software for creating compressed and deduplicated pools of block storage.bwLs390zp3aySUSE Linux Enterprise 15SUSE LLC LGPL-2.1-onlyhttps://www.suse.com/System/Librarieshttps://github.com/storaged-project/libblockdevlinuxs390xybwLbwL318c33fc1c2c725c5be21071c1b62cd589c8ed2f4cbcf4c8c49c2c740d22dc81libbd_vdo.so.2.0.0rootrootrootrootlibblockdev-2.26-150400.1.5.src.rpmlibbd_vdo.so.2()(64bit)libbd_vdo2libbd_vdo2(s390-64)libblockdev-vdo@ @@@@@@@    /sbin/ldconfig/sbin/ldconfiglibbd_utils.so.2()(64bit)libbd_utils2libbytesize.so.1()(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)libglib-2.0.so.0()(64bit)libyaml-0.so.2()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.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/ldconfigs390zp3a 16519855792.26-150400.1.52.26-150400.1.52.26libbd_vdo.so.2libbd_vdo.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-libblockdevcpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=8130034909b0be05f0a8fd029509ddce0f903bfd, stripped PRRRRR RR R"pO D˫<utf-804003b419b0e3bb15b6f28b92961a99a45ef74c0a4bd815b1688d27cffef2a68?7zXZ !t/{"] cr$x#F2 ,!|:3|,A!fSAyt =ٙ+3@Ѫ8,Y/d]hNRv(ZaJht{wLwWsC]z2-=sZ{(@/RܝzvaM6CEyO~W 6:CCU;XxZ[pO(F`ͻ%9`봥"?Qu敟>׍;E`h"];}7ϜWTJ7HmHkPwD([|>@ؒM,/$Y&̤qvˡ]b$wS"pί'^GbO-aS!g¢ٻweW:wЉz.ͳ]nJH5gzgJ TWj2 ?;lԦ]`=_6Fͩˋ(AH^ )4 #$pfjIyl`gꑔ9/(*Pw׋hy6(-#pL]l{eZkw=ݔL5;m4Ͱ/.^`$-!V1i%Ǵ*X&2_J .1Z]yJe<)X&L><+p#Ϊ:7ciwan}=5tm,}W%W l#Ŏ)1-RT@&v]TC4C̕dGɅ*Oq殱<;Ŧ4xB{3u0&7;0 oIW)&[ZzHҹ4eF\(sGn|,-<<%$k"TP茦?D.njpVjQV|נ g ZGcB}y\S!Sc޻sbl1\SeqdͳG|y c̔AzzfB} _WU6.痎TDϙW0EƤ&pLT^^٫,I KRrN Yo rRڊTR]Fkg_ Хk/;`>4b;|x"*.Ng@-tg'Ve81ml~6+g{1hXeÙ>sί)a(k fkLrqQ <3Kf@&bV$ɐ1"n3J $M}A{gP[!؞v:>TU: YF7DâʕT[V-z"IQ"zG(2“yUX92Z+.KLj2N/ȕ*=YO)2x3嚬ưBr:$A ^G$1E#pZ3 h JθG_n=|j <f&0m_΍v (eyȰ(-XzX~W=$N\>POzlz ^!_Ž,!ѽ}cTC3t`sY4vc8.LaPk*"- g*D剋Sțp$;o]\lZ # yj (BoG:<|s/ L I3t֗) |~8fa_D*%oR R[DZv!K}{_Sjmi\-_VAvWZ>.]vkqص:{ᔾ SE^p>@3#!hl.l=rhi6F]V_Tq%R0߾}P;xU9UeH2h Qy'̞-,#0?ߠq K'X@ةdE|L*[?C8Gg 3H_쓌 VpqqgrUАV;xzɧVsSJ@Gfӛ>ɓЁ'@i @x'~fg෌_,,m{\Q쯔oͨ59˨@֊ō\dpI&L [u;N4ޝu( ȟ>{O\=ʼ BԐ yjJ|/xf.p'?J)I*\Lc:Lߘm($XsHB Bͪ9O8z>yğĨFyUSX Ш*)o*DdwW$SSwIOr Y[ܹAU2`Wbo;-wrjh8tʣ g'>ITI?栭gapo7%9%A V4M %FQϨt@(PfL zkWa*}:Fu&WB['> 7MMp2O-ȍܖkٷ,zI#Og{Hab4P>4C$x g)2QqvغdQc_|A [4%yLviGn ciB^{a;$|񮐳d  Y$%J$__}e D*'R֋ᙷSO非bCM9+d!}JH&lAVZz6#gѹ;0V z ?2q'T~?*ϽY/sjT|sJg8*$I'S6fl%N8!>RBlrx^ۙ߁2DtMMh~y\!*\)\XZåQ&?I.UƍP};-O bw$ңòWR[|F9)z~D{*~Αb&u41NZW?iB)&=oٹr K|O3U21gSTCl B6j&ȽgJxN38ڔݙ9[gU%)!5s.X0__[ J:sR04`G\G359e׳K 3|:fr%UϳL'\mLdSH_1P ?{oJ($#fU<`84CrE0F:ҳ=qZ"P b״m3 "Wj-{X2(^Bd7&ϒI^.PλUsB(#.N3yB3PN3Q54&:I5rn%P(* L|V+$4$R"\/?㡓hY.( 0ynyhdG#VJrbMS 罎/~mP$FW'etާUJ{(qtMlth>B>i*U5둕8hFɯ <b?kRF:[ă$ ۰ 8#Na!4<LjgwXA J%FHd|?fKRa)UG@›"aܬI&)m<>Y2^V9nsSӀrrn~nr6C>.u0&/6Iz-tT i>$.)L 2 %ckvn. 4S ѤdV~ 4 뚑P ;yZ󛕠FR; AbJh'16|ݼsVSnei%Xd@<0ፎ6rÒ.eTDŽrm,J`ArnMc6mN} ^*&'}GU_@ZZm[fS6ߧRUd,!H"'aZ~*)r|vW&|FuE)(ee ak $f1HؤҼtܱXfGõ,]ɼH8rti7"ſDfKŢE{Kb8/>-1dtq'g!+{ #uUGJWI}ӂr`<& MR LbFV&͝sg2K8-S ȍsw1&7]xMއ=8{pxv *97JEqu~oxlnk{ΟIߜWAZ 0cA}r\LDo/Op -!E^d*Qw0$qwu? f"za7¡8+<3|kTear {pKa3 ,΍l58.>I 2r7$XU_yX#Y/>q}e ׺sP3 꿶xK/=Xᶿ|o G/W"g `I%Me,Q1mKJ-xF 组rN}#<(//-{ ;lF~nM41V_2*q+G%**y.HS3 wG$ Dbk{1_(XS~'KL'c h"Όn.ʌ ZӔXJ虸j4"a'gl$%*xm,K: J8 P_ lxќ#~jVٌ֧ϫbz?KUV {РSyƝxhx<˗,ΑiMՎS˸A$@ƱE}"ȵ[#x/2E\9gRn܉,(Bp6 WONx!uU)Ng3a3jt eRFB'w9#Q2$]aH喈k]!)MNU?mJ(A@cK:pe+Z:{mO/\:#}>KwNxL+ mI3q|ك{^TsuB䘨 qqslQLOL4"MQ?'z$A~Yn9B{۶koW2Aņg6L+ϵ4S/~m&<ھ6 UYU[XUn\808|J~>a:OYmK=nu`?%@/7OCb҅3˱ Z >JYAzr(QP|E`@& ?[8`8.XCjm:&|aPHqYD YtfkOz}LHen$0Zxut_n M2zMKYI,Mg.0$ؠ:)!bz)".U|؝1r]\?`R͙7=.rӼG7st[pb˶./iƥq;+" EJҬ;S'SwK=m`*:,ZxhREY%_]Y$FȀM|o:ˋ4vA4~V &hIۤj%,`L{Ԍ{FQ'wWM O@p&0t)bTSꐻ>\J^ ]!6۝+.Zj`u-GJF#i=$fGge2̝jO-rkt^>czQf+@DZ.Rr?T"n39OWmO=*iv\z~E6 YZ