typelib-1_0-BlockDev-2_0-2.26-150400.1.5 >  A bwLp9|>4 z)6Sm'dŃ+o]vv;!h\w@o1N3vg"pii^*L-i2yg^r`3?}R MQ6 쀀^ϒ_Lfv[P{P3mHvHG^H;@^jR4:ge"$3V u)oǻ=1#=y`ڪ=gq)m&;-!9186e83a8eb460a681fa332934b46b97fe97c4284f869af4260b688341eb856d78b9b17d4d3413416c29a904f331d43c6c9157587ibwLp9|9Ug1B<~;>o1KkkC2HB֣~Jh{0kO, `͋Υ 7`Hsj4 _e24Y]a'k !E s& W !:P(x{}bwX2&x&٩_͠i_RE䪬*s`=`J c׮NJ`fm"*@FfH:!4#EuڋFi9h^ךzr~px@=h>p>?d  + ^ .< Rc     $(x  _ (89:uFGHIXY\]^bcd e%f(l*u<v@wDxHyLzdtx~Ctypelib-1_0-BlockDev-2_02.26150400.1.5Introspection bindings for the LibBlockDev libraryThis package provides the GObject Introspection bindings for LibBlockDev, which provides low-level manipulation of block devices.bwLs390zp3aLGPL-2.1-onlyhttps://www.suse.com/System/Librarieshttps://github.com/storaged-project/libblockdevlinuxs390xe^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.s390zp3a 16519855792.02.26-150400.1.52.26-150400.1.5BlockDev-2.0.typelib/usr/lib64/girepository-1.0/-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-linuxPRRRRR"pO D˫<utf-8ee799431eac34d32ca8df347f466cf156d2808e20f3be7618940c7a821911204? 7zXZ !t/=gF] crv(vX0?6d(Ƀa'?@|6diJ'eZuzs}#tp: O94AMfnCQon +kʕO((aTv)f4w2vj3 Ay?JSyM4)kt1]Ӡ,xdH<)7Bw' _6S{k0Gv"m7Gp끴߂Vﶳ[%QⱋϕgMp up+Mx&l_"WN%yˣ~]uqr `3Z5wnvdZ0(Fg[#ᇗ6',\x0Ve硔25mQ$\ޟ,(XnhكN TQd7Ć 4\Zդ|UJ{YIw -ck.SDoͺt/Xm #\Z51v?f"P"Vs r= %|shp['NH& bg<-բ@C~,境98W#~z9VQh /-"(/2"1%chyftu#R3z bo=?|3mdk#D p'Us9f-<%Rt11hdt7L!qjDEˠ]7]BnHcԢ}@9rݾ"q.c BLHVąԿ(0m!|.24#vAv}mT%Ӏ7@N`97OwnyE$!@N\mѱՐi+AކF8˕JG/ e/iW8*T69oH^P_iL:XkIU9qγՇᒍ/Z΂<^Taw̝'Nl%lz~JA#UYziKDhŶh "}āZ$ptc^ #ZFv16X( <[O)p1;٩I1I?hg%qKGkjROYHw'Р{Y*d  j{Uq.0Fls=fsGv!hL8qb)?jF%xV`&5S>s15G'?SD.bq mYG}s˦Č^?s?*Q_)k}n/K`sfl|e8wߌ[8Ż+FfcCv $[]TH- <95( #iICYrli.ʽN s *X>4]Ҷ8`anj*l6l Bʻ-`[TVkչctxHz^t\D_rqn,IR߼Q(\3~Ar50bkTb ]/ܖԾ &{H@i2f&a a}ils(v6ttÊV94* _+{y}ۦN4<5ѐ*T:[6d`U*tW 7LLdJ8QF,K@zu} IIi!f/378sv_xx\ 55_d:9[Pfzo54_B_?UKO/48× \m4Xhm_2־1`'*cu|J\jvb9ahSk;DnDy;N2!w—ϡP< O4 \}tAQ+QcYLF`Ă 9cʃ;cuswlYN]*>'Ybg@44}Gɕ1 D~"Cq]<Sh.#V!Q28 Dtk1$/%SE>ɝy7fJ$[4w">eh G)͖P!e-!* !:Z4l yNLoG^Z2$+f2ۜE~ABG9JcCMs%w]?AfYS֞xDހccsFa $Y~$n;!^?;oʷ+ŏA#J,c4xG 1NwtM蛪CRPxo'>ڪmUT0.|YR]NK%GvzB8mN]jM{KawVn )4%3P>ٿoT ϫؚgAc2T=-UKe 1|,D:]QuXS|x`nF&SB1J4n$Z]p>,t;ߵwx`z~c#[#O?9@=%lV>DDG[e1c&c`KA*أh-'bs5x~ o eÃSENU?I \Z gȥֈ_c<&-pewaEAf+r#־(o ϩ65;˙A@ѝl h :7!]ٵnݻ6[SԬ.Oxʪ.LR8spG5'FNAyqGyh닃 /-󮻿55nbCc1)S\c:5&Ӗ>g'xSfyB!MM@_dωg@48_P EJNƸ9hd>Mlzݧ}˓COk,}(<;Oʚz-ԛênlc)۝jۓ:2Omji%G+f.$+h=,R@_r^lX ]/dEmƒ${WgebiMŦކ~3CC^N}W6&U_mKi{6`\s!燑hd2񅥼D+Dy֥E(f>z܏gFs{E¦1G,#f絜2l\sח#Xр(`&1/1Q(0ɔi Gj`֣YVlXsR8&&V bSJ*8*8+> a|OkFŇós53B|I =|ab&햢L=aB0@&|GXkܘU<9)Yf\^S.rwZgXc͑Y`VLa=A͎K笕twMFeE6DHr1!^7 q^C݋s^4'1}afinj9&h "LP a_ D"РN~iTSD!Xq RIqw # V>#\ij;UdIgʒ{` t}I y#@9j0G$(DVr-fc흡f4SbبtJ_ojYxfhEt!ME􀮄F"şS g?pШ`Y}G54G{8;\)6E\@ab<^ fA: KqC;i"kҖAp?u9,楨kCgi&!5^H&]BaQQNXo]1ʽwaR] = pbE73M|NJ7{T-v3uDORm j#sUF -{1t[E(WM(fӖ1zkn\r6kZ߰uY9'cwI#!ۜlt+v5h.Fy 6*8D'e)b߫2z0IfVO\Pr:"Ֆ]!Z|+je9J=W?Pyჽ tj  0GNpuEj3vice2}XIoef?\M)e!>%uR'6Xy/D>tz#`"5{=}߹d}h#OeMɱr XvIʱJpkH]9s*q꾶rס&TC]o"n[JꀁcpO+ U}Og;[FKw4$zr~ 4O*N/Q;{(9`VVr@W-uℽCb:;l`J"~Gq~8fq{I K )9Z,7 ׈i2"ETur),w(c{VLm&*}:o苨XHq2;wB?X0}}4lCg!TdP/SOwA[+WQ]/CVڹPUvWqKoΚxu֥h+N,#ecu',*ݤ!}ض0"qe+#u}O*}wOPۯ!K©|58SO{Ɉ)A j*k1P0'[ 0wh'k~(D%X3'a2:o;R2;Tm gYGkF*;Cor$>,Y'l߇ADf ̣wۜs NUq |乇z4׺/]S㭰_@ksJu^7[Sk2+d\ۚm 2;<jqKFƒ0J5yY!+"VkP34uؾN[UX2]76< ]o7(J d3.Ҧy^f6eWv8JRۻ4lju`'nҾzt=3mqs+]*}+o*y1x._$9,ďIvd1kFRu階\3d[a;n(-A,)! E1^GwUޢT{E`BL_O"! >8[wQزMeKA 0ߡr:JWuv2e=-޳pIqvN琖`&p.^H.šEk/f17ѐ0"+@ ~~b)ʅXV(s;WWb WNNLnY(#ij'Ny: PS<B"†V/?jߊg3-nU,V ]>8NVLe dt($Q.ߧF?1ItDʿ6םx0K<1j{ c(ۤNd}IKzd_Q{Z.ӱ&lJ^O5o/Au.4WsվV򳬔4PK9<Ne 'aC?ZҚ ͡/:æYEOVl] 'Vbc=]TA?Tǻ~ePdGnGR?lU뫙j`W'O Rn(К,^G* ](xWl O(tLJL.A|~g+utyX_lhk,Ch1^uSN1΁ pBAAye`32_򦁕볯t ,i.˸[Ir߄J)0N߫;};t`;&^;g9 ڛ 4X9sE{+^F C55bɭaĀ7\8uHg)Ҥ Y{fw1̢\~963vĻ(Ut3SH &g ]Z3$qI,|Ԫ{[)(gtB'CńZs[O6͐ɋWCr2h.umrDamh5Vק,9o44 x&AX;|5RF13JDg,mF䅨M/{վɂeq4 9C  ]rVwN^xl@QEDt=-H)8̅r;a 6 Z*L$ RS?n(e 0^MI@ ~uƦ>.{H6 w[yc8⍝״4Y\d1ގsoRT@출HHlX@$SCQDCԱ>ێ&S=-'cTZhp\I X4TQW_m+:gHۍ#ބ ? BbPkc!C6j*çEaN,j"[Bm1a\J;| vtbjܟz <iز _\͇Medh]nK 9 ֫,%Dl UJ)M| k?"]B2G҂RԢ|AJbԫɪ{pFƛck yOS>(HM92ZofTpذ(!")&9uf72DL5{:57}olm4#Yʩ"§0 S+ы8OGU֥ܵ D=ES|ǖ~|%CFn N8PyU)Q`큵SH~72tBRFqq;ͩ,Va]8p??h1>W@yk5t OLoHz\P>{H WQP )~q[\U%sۖYL k{ _3bEj vHB[$ D$NzR`λQj#fF}v0\1Q^,9+FhEE7Rt#(R5lІ3,V,kc[߀^ +"[[4KZy<}K.^?pav&j``%r~uhDB }n/p[Vod  1/Cbf͞U`$ix +O2TGf[#g=W^OVtX7CcT& Z)uE ;Y ]+,*U&PR6AFXLstaNhT#lX&p``:`bM]j H4Q;xWL>hlRB*jlU1gٟ@~ֻlp02 $Co_KQ HE x(ʀະΑ3}5B a(7wgY {]_SS#i!C=ڛЭ.Zn'j4c&ДT^LH{Jc𕫰+dka aWw"zL_?4_NܟHd0H"(|_齲%'-U^l7hM UtG0 q¶Żeѽnm2z=9W?@yW·A, fwgm(MX5iW]M; x'{;_'tfIvW#@FRjPV;Jn<缕A vWPirLs-@0xhSjᾣEc8P%zZgf# bsqqU= ԴsqIb~5V͉\6f׫ =/ذ]|)Ulh-}lǖfYMPyPq߰c~,Sdؔ[iND/I0ʮcqANwvm=S =$zD,:XrTsL.ެHJ yff^N(Rv,sz&)xVXh]M;2޺@KoVA Ay{/4 kJয়]1 jSі}]E dH1OXȼa@QM .c lo6p]?ocfEKuquy<)oY:)a u @=[C8O>Zç2gzv=Fjj9N.<6 j2cHӢvDe#(ܟ*suG^>,e`F)!hυTLNҐMI\^-{Kag ʌ9QHx_ͮPSGJLh!x>\`m\2k/7X~eNH:*y_ f]״1jѸ^3yQ(Ϧ@Z_hHoBK`5cހlȖSq V0$WNAa,Q: |'HܟŹQfB٧q<, AӍux}sqےPVlPZ)uXYRD/ mllWy׎6LXXӜ )}VBP#QCP!ilDmWTvO_ű K9O=;d#f]ó9Ƚ@5Éex^y)X)>uT!<{o-2 NZ`qd%МӨIS08?8K*hj z ^ D8߻i~HLA+][R:o{  қ~+PQCt4"Ѷ:9CBS-* aIaWe~ \`48FtwI`PڣCApX(U=)#'?lmII|/B.\#Nq& ݠ)ev`hÏ=zOZ}lKQۂ"U+R2U=*/iST:˞) ό|)l3@BÐ(@"# OE>[ƃʟi 7.YE=uF*¹, 6Iv213*ġ7>< k0fstJTTYR9W.2T0zeazD=.~G׋9з$ ,E@/پ-aXGB[HP,7<\a[JL^1(0N\wjGtoa1JmJ($ p^@i|.wrXV=ߐ})ORѻ@hv(_+k)D# mM pR<2}VW=]g,t6M*B?靜EGiRʁ.0@r&s8?Qx.A~qJ)w#LzgV`$?ܨQF[@~k]VUA R׻5D_G"-( [w4q8f|yqNnMu" ׏&)zԬ;cWЛc#l/~)XQsAOIZh`Ue?쮑|%8J?19CӫDD96~? #C2V{,K?wth& (ɐly9C6;]n7M@ bì0/\jǝ3P@?_QYS@Ft|mdb HlCER>m;PwYgжI魂G+'s*+d~b*CIi3u:J#Rʏ' q.IR#|"WƷ533v!?B$1qy./Wn9⹰y*NC(Ɋx jlUo4lT6IC*G+KO!%h$M|KB]:V905]M8}n5@Gczy/8=5x&7LTB|ؔK:2rϷ](?6ƭ[ "&rHF63ck"GYvQ ̂2N975n6XSCC tN_EY{iz,Tޟ swя-T°y19K%}9z%Pi_ Rlj[z(@o6N"XBSz(shd&SKonisb[+ eܗ# ɰT$o\F*Cce41jgc}p[Y>jxUwW*آ#b@IZ /˼PX RYXF؄@Lk4}L$9u5ea8iFW٘P C#d>6S͒&s3Ik ?"Z* /+oZݶ=!}Y q4>gT5CROr1DM .*+σchd=oԀay ^VIw6UY6c .AtHC!InONEn2-|N1iԓ>y!QdYNӚ׮H\$jU[YKM3 }e m=cDTNCJ:j=7]S{x:sCr7hs&.BtmZ.,@ҕJ0؁0;E MB}`F6M}(`.MZiM{>F敗'q@`~{X<*M`OҒDg=`+; 'Y?nӉ3Nu7`Fgx6Z+G3".)6dlvgW:Z5]rv֐`Tbw4: (?BJD۰CMH t{>./"Rs)YKa_EWKpl9IcOK3\@=d4q5%Bg,PbS-TCwj%~! Gq\cmz8EU-`Y'ޗR7qNP= Ќ&hTExeyF"3}V8rĮ##JVixk f ,es OΡ\)>Ad,n5. k9ӫRfx}!xbK<: 5ǶC䪲hMaЌg5.\@:ӳ`u2^3d5=˷=L_YQ4-Frmdq7Vu5#Ĥ%|Tʮ9,I놤h)7U"ma8|ʴT^kq:`Eք\n7 s >Z$BԞ6N*;_b'|L!{lD/AH9LĪ9E_`' ,Z"yI5Ŏ@,k/be,֌)!4kJvfP]D)]ZuȽqje^sp=ӬYc# MvZngqU SmG+ ;RՔRq,C=. @8NJ>ekp_PԎRj /Ldu ]1"*H8ZjqhwQ|*V{j<[zvYUXR`"| |y =En{_dy㣶ʷF1qv #GE2 }آihCv_<ۉ"48!ՄJ YZ