libgovirt-devel-0.3.4-bp153.1.16 >  A `B㋜!M@eeeOqӬ;W@Pip#$WKRMC/+Nڣ%e {lzE P8Ie9˽ i}x `Ci/sw"9$[L 'nSZ;n` QM}nY/9.A/n10)>p>(?d # Z $48U^p 4 \   ( Ph   H  3 ( `8 h 9 : Y F;GTHIXY\<]^b6cdGeLfOlQudvwxPyzClibgovirt-devel0.3.4bp153.1.16Development files for the GObject-based oVirt bindingsGoVirt is a GObject wrapper for the oVirt REST API [1]. It will only provide very basic functionality as the goal is to autogenerate a full wrapper as it is already done for the python bindings.`Bsobs-power8-01SUSE Linux Enterprise 15 SP3openSUSELGPL-2.1-or-laterhttps://bugs.opensuse.orgDevelopment/Languages/C and C++http://cgit.freedesktop.org/~teuf/govirtlinuxppc64le' 9 ' 7 `AA큤`Bn`Bn`Bn`Bn`Bn`Bn`Bn`Bn`Bn`Bn`Bn`Bn`Bn`Bn`Bn`Bn`Bn`Bn`Bn`Bn648607cc9a006ed83a1803aeca91b60cba40ed22d417cbb82c0db40e04e88b9dc7c32c4d9ae15c4ffcc6d6a8245db9b504571733818e2ab7e9f6ce19c1573b7d7093fe5ea811a9e723a877c308387f9280969f7948b79264f1a2bb2d352563817eaf08a4b0b1e6774f8b464f131229001081bc5ff7bbb330c99d49518a5894b8e428d7dcea7180d3157d8eb1469544da435ad56c461374df055321f2f5fe084ae56ffc787df5b11877b2d0c019ea5c886acae0e790904ce633b1674cf9cc4fb8b6d4cb28206c01d2575a57eb999db149b36655f113fe42df20f7ced00b5fc2134891c2e4fa726095843ef653a1734dc87819bde88f6bd3125e1aebbe4f410991afbff4463f282c423c8b96d32241282c9a428b1cb65cf282c8fcd211e71b2765a213f7b421b518a6140fb6f87e87179a3de3731286fc0d6bcf6a3f09e0e5f8f1accd8d11fb35fa8d9e7bf52eba4c3b1e62b449cbdbdc52e381a518b97a985025bc808840fa2cc614ce5047d0a1108bdcca0751594c1e7c894f6e87ecbcf8f1ae897dae29473912e9ad994742dbe9f0da5ad8d9fba808954a22a1f2e84cb71227c6eb3bfa43459283e5b726bcfe5fa9ed55c9f3ce96f1c8224d2a952b284a6557ff796f127c62ff9ada6ea26ae721003b227891e0a91beeca5eb4b493213be52a8d8544021d5c3662006a802004da17ddc7c58c44a273cb640d2db149cf2cb88f65c02b4bce35870c5f98bd91188b1a828a1bc71b258e9ae0c9f89644c6fcf22elibgovirt.so.2.1.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibgovirt-0.3.4-bp153.1.16.src.rpmlibgovirt-devellibgovirt-devel(ppc-64)pkgconfig(govirt-1.0)@@@@@    /usr/bin/pkg-configlibgovirt2pkgconfig(gio-2.0)pkgconfig(glib-2.0)pkgconfig(gobject-2.0)pkgconfig(rest-0.7)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)typelib-1_0-GoVirt-1_00.3.43.0.4-14.6.0-14.0-15.2-10.3.44.14.1Z1@ZW4U%@T6xT HRRQ@QQ;$@jengelh@inai.dedimstar@opensuse.orgzaitor@opensuse.orgdimstar@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgzaitor@opensuse.orgdimstar@opensuse.org- Fix SRPM group. Update summaries. Fix faulty disable-static switch.- Modernize spec-file by calling spec-cleaner- Update to version 0.3.4: + API additions: - ovirt_proxy_get_api(). - OvirtVmDisplay::ca-cert. - OvirtCollection::resources. - OvirtProxy::sso-token. + Fixes to CA certificate handling. + Fix crash when a REST API call returned multiple elements with the same 'name' attribute. + Various leak fixes. + Improved API documentation. + Fix GCancellable disconnection after async calls. + Updated translations. - Add pkgconfig(gthread-2.0) BuildRequires and version it: Configure checks for it.- Update to version 0.3.3: + Add support for SPICE proxy. + Don't report REST call cancellations as an unexpected error. + Access REST API through /ovirt-engine/api rather than /api as the latter is deprecated. + Parse status of storage domains. + Add support for GOVIRT_DISABLE_HTTPS and GOVIRT_NO_SSL_STRICT environment variable in order to make it easier to lower security during development/testing. + Fix compilation with older glibs. + Fix mingw build. + Updated translations.- Update to version 0.3.2: + Allow empty filenames in OvirtCdrom, this allows to remove the current CD image from a VM. + Parse leading '~' when handling commandline filenames. + Implemented ovirt_resource_delete() and its async variant. + Add translation support. + Bug fixes. + Updated translations. - Add intltool BuildRequires: New dependency. - Add lang macros, and package the new translations. Add Recommends for the new lang package (and make libgovirt2 provide libgovirt, so that the lang package is installable).- Update to version 0.3.1: + Handle cookies set by the oVirt instance in order to have some 'persistant' authentication through the JSESSIONID cookie. + Add support for VM pools. + Added ovirt_resource_refresh{_async} in order to refetch a resource content remotely. + Various leak/memory-handling related bug fixes. + ovirt_proxy_new now expects a hostname without the https:// and the /api part hostnames with http/https/api will still work fine but will cause runtime warnings.- Update to version 0.3.0: + Add support for listing storage domains and the files they contain. + Add support for changing the CDRom available in a VM. + Introduced an OvirtApi class which represents the toplevel oVirt collection from which one can access VMs, storage domains, ... + Rework certificate handling, OvirtProxy now has a 'ssl-ca-file' property that can be used to specify which CA certificate should be used to validate remote certificates. + Certificate checking is now enforced by default unless OvirtProxy::ssl-strict is set to FALSE. + ABI/API hasn't been broken, even though some functions were deprecated.- Update to version 0.2.0: + Break ABI :(. + Switch back to using GSimpleAsyncResult (from GTask) to gain compatibility with older glib versions. + Refactor internals to make it much easier to add support for more REST collections. + Parse more VM states from the OvirtVm resource. - Rename libgovirt1 subpackage to libgovirt2, following upstreams soname change.- Update to version 0.1.0: + Add OvirtVmDisplay::host_subject property, this is required in some cases to connect to a VM which is using SPICE. + Add OvirtVmDisplay::smartcard and OvirtVmDisplay::allow-override properties. + Implement ovirt_vm_refresh_async().- Initial package, version 0.0.3.obs-power8-01 1614996339 0.3.4-bp153.1.160.3.4-bp153.1.160.3.4govirt-1.0govirtgovirt.hovirt-api.hovirt-cdrom.hovirt-collection.hovirt-enum-types.hovirt-error.hovirt-options.hovirt-proxy.hovirt-resource.hovirt-rest-call-error.hovirt-storage-domain.hovirt-types.hovirt-vm-display.hovirt-vm-pool.hovirt-vm.hlibgovirt.sogovirt-1.0.pcGoVirt-1.0.gir/usr/include//usr/include/govirt-1.0//usr/include/govirt-1.0/govirt//usr/lib64//usr/lib64/pkgconfig//usr/share/gir-1.0/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/00723896fd504331c1e0b4cc648b1d4b-libgovirtcpioxz5ppc64le-suse-linuxdirectoryC source, ASCII textpkgconfig fileXML 1.0 document, ASCII textPRRRRRTp{;bPQautf-83a5e23ee77feb4375bd253ea6d4969e4fbf1978e8e4b3045b07c10092a57708b? 7zXZ !t/)/] crt:bLL,;3a ;1EձrkW2ög.@L&.\15}І*@(NnVS/&Rݬ1FyẀmQ0%|#P6%ښd&ԥ2mB[pj} kP1|5i|(b\ZvN,:abHnLb2ҫe愗G50Ijiqǭ9Mt@!s;Υ?]A6!̡O沎 z=]LҢkH;s2%7d'bs9 >)M)q߬F4nHK:Ogtj㹂uw{J5+*Yͭyߞz'Vt;OLϤu'-q^E\{ZGWSo"PѬFZolE=bٿ yeG-'2$GMYPXk8SqE)_qU]B٘4^/.;"dse4 3Xbw?-I+M_fD ^&6S~cU%˳YQqMt r n1$Zz^50O(Vt:E0Iqc]$PtA~`oGox`we/Cu&. W&H1Sis9tU-[oEڲL3dCGLb/&ǫfȼM]a}89Td1Ÿ*ORͬá&6V($rGv$vtl 9-8'$GE0̑Q}M4֡,UFQjWnfZEՈ 2pwMBsRO:wfg:Iύ0XZVJw9hmB]QP ww\;bgS[3 ل{CV켝KdP)nCm0BSfՁq=(F~XjmUX Ğ<ӗXkHqkX5jee)9 Ljl@;2I*K-]^G0 hS0rSS@Jj=(H02Yݿ1$>>R?16S1pŠ3WQY*k:=LMOBGPZ[gv1 -'ioᯮKew;,Fótf1:`I/Ҵr\g_ n\K w(|y ~;@/}Bt@l0U8ƻȰ˸6zL|r*~ZkrNRUWvY-f)K.ڴyCZB}0V}Íe"-/s\_UZ&ǃi| p/>g+{%ޱ?ښ>fI9>1?'Uu)+W{ꪢ{el\{xr Ww9D-=}°EoDfHg _tUBԷ!ۘNSdV *$aH:$("Ƹor@/rɘaV'v ~eRP^wJB_i`뻶X!S'7+?}xv=sx˓5 M)"lq.(1~ZhHynL4H$;{)A&UXo֒/[%Gh ylVmt>nGrwנ⟒j,7V}hK7w|ut_ " *LDF ׹}ì.R-b6JIw]ܬXoAVi/B N?WC=Z9Z!0҉iEG#? wgh!M)5%"^Fߕ;mFK9Rj !vmbV&tD-VjU QB|k죪vPn< 8֮95ȦO пt|HaPԃ] aZX0$hח\.wAE !&:ہ7i @Mc/jz-w&^ sCxW [8fOw0iOGň|gM ~'|*p͛;EE&lT''iq>96"'Hmݼjlv["z ,%&`*SHkMޛWtSұ5\\@&mko!x "LE.i3KIA#~X#dAʉr2?)Z&ɑFq`=W)c>ס]p!8ߊhCxu홌Sulb|8_LpW)`#Ls̘ua=?@E ~'^wU~$/gh-yz6o2NP,QGLEM*+VnfH)ScqN\V#30Ϧp0Gl4^;[DzuZr׋e?Z p +*J{1(LyT ^* X/)8c泬m9̿APYgG5 k McE '1NۉGc TT"!Mٿ`OC:sR.vP,T=6VMCd3n䬻o.g ^bհF[ܓ]VD=GLuk"hª2CsEz`~Dl #WtuDD klsKCC֔}OƆS!r=z7]\/T;7•;Xbܑ)V%-(vt{1_߱0ZYVd 5T46?; bQZ'0BY]4: BhYRRW̍̄+w(3ɢ+0y,&`/R;Աcǒ2`Z:i"g6nJDݮ5K QSs[@- YַY_6(hN Ot%n3q7w:n=3K-țLKj4^3CK ncC2zw|0[@)]{Hlm{::>ɶq ؍MgNR z6+NZQI^)#6y]#pʺ̒H8| ŢѠ^c r;&{?ېZ;iYl`V.襩MQm$ ;qE̒֡ ffګ@%9+-˒)OU+jE,oΠ1}fAUǚ+ϘKW` c7~j F=/q"&Aε|qd$WUnbH;N9HaPvC1 ]6Fy\EQ2C3vYXh><< =ew(JX!Hn |єLx8>č71]2 S]ՌZj*aj5h~Dqn_L$x'3Zh`r,RE69€)Or#fpZ|Q$&1V4rX zvZpU 0ROcA#1lVS _t_Wb+y'U F' oE?~XAhA3odQQF}!ș<Pq>K\J3V7l;sA Kz+Zc'Ss HR8<ڿPVϷ{gJD;eW^OvP BDNv˔׳>Q}<0.Ja,g29WM^'7%eCi2g8H ܧhqIAGRF*uOfGmp!E駏yG[A\K6IyU:M:<ԕ ϒT';Is8^ Tپp8՞yʱK_cm}kV'ks:ՔrC"WZ `P؈тާi@//y" |͟keѬsO?c$~pT%'֡3|%[ + e6¼K67H(} __Or ǫ#R1u9AxA6Y+%Ȟ$Huc>?}krԞk~Z73Is4Y>9D5xEZ`g{[< ?8E@~p3 =QG"> HzxjN$N|%C6Aƌ#կ4'U <̽Xi YQ le#>p[hKrP]L9pHJuR[Wbk'B9 _AJ0}y]|ȡmpǙdžCm2J]2l]dI <`:G$Xȶ! @v8bG[͞KإBӴ9I R\|ΥH#, sAE y_5VlMi͉6wb0*.\`c]*ZP"&^Lӯw;(3s0$;'VPذIHV R ǿ:cu#7.^aP]q Lg8O^l,mE 55<nS.in-?"SzIU_E,-{HJ[TE TCPdy<<ڴ^y,6ٰYû=IYj/Aqހq8݈%Ce=¨+7j[]WwOs ?k{nxĎm*ïГLNEƮXC^\fAPI?$^#ND4ԃCeH|eb{ nHʵg⽀օU-' ն'}YFGe|@E6FcwrNrpX䖧$7lM9gQZP;k3L/8cW5ވ cQj's1?fEFz@A?[C VܾX\WR9Z_rF -)!4G2On"g #׶SZ0me_J&o$|F":ͨ}Lrȏ91.7mT LQZq1(r[ q UfDFF=U[5aAZ"c;tBg WV)B[JCVbOSۭV\>TbH?zN*($פ IeV3 L2 uY6}JB{f C'6:B%_U,-f͊q" !c񼗃Ndƨ%R0YqQT¯`Y}1I7ۭЩWp@]T2tHo_Sx5N3H(w4/A˼r6Iw͉ uf4&lKd /1wb)a .WXzÞذ%`yl ?v=)06hȂ]/Xg+@oe5lw\L;tQi|Ձ9W~/9# cUYv~#u1 %Zļ|t!xf24'l8`Ѩ؟tbc1v6T=T{ D-g I n2(➜'ڋW[ ZAFm [}{189)`\6`%qS͒`O$|J~'8\[.,Ck(VF-(-#u2}J7I{5ka"}fZxXR$Gn0/Ow:IU\.2H 94cWDG=}43'7sh`vʕ#;^fךUlU;?&^yuv]Ѣ9N}NTZxV\:2h*['0A}緟EmOƧs|/lA0ަz~^>4AԢ\,T.-}9%̖p|HJ{K("0tT͝}P8V{ Pŵ [ x[ck&8It6:Xpyʿg~/291R[G !~C&meo~ͳ}m*񦕪VSE~2u<ҧO/7TI$Rq|C*{G@e) b9Mm| 4%8Ne`Tߒ>ҽ $ "ysvTP&_I$>zZD!CxxYX8[k8EU7%<^_5e>2.P?-?]=V_WVu92>8UXazĥċNH%5Ѣw ni!ikv;O v6FPK[Ȼ:cݶ=grYe!#7Mǎ͜ӳXZ- zc[Nq3nLbnF f|}Ӂ 4ev/G<ԕ/lYPKSq<@1Ƃ;~a$R.sGQ #W?sdEvC.*j]xab.nDPi" DZTgq1IFs>Ƕ2V2c3L_;1)_JԶ,HJPW6M?hSޔ,h @bӟM,LTeCuy?f` Ź* aUV¶zά*ٮn0`V3}+HwL(|* !؋-ڷPqfP>j*_Oz}(%͌L CS8T{r'z|]5odDzjVeZN'n!9n[{@FOFsӺَ' 3P`E*{vS (:]y$;B= {¨9Cpy_x ~bgA+W6-םn21kHvqNOAQGw8ܭ=}_D{yM%Mbg$!V^{x$RGLwOVD(&=? GֶX.1)a!,ŅK.5fItךCgvJ<<뫗 $vXY^ߙl~R€Re֍N54nq(e3ba jGqy_>ݓsYD~Q-Z)=aQSsś3'ZQO/G;ץ]hB>oҶW:u,8/Y6.ۓ.Wo#GUuV1+c)?YLb\枠' Ȉ0ivwTNJ)Y H retYWT!'JS: Wn?t@5Wa<̖,$,gJ)SU{q40bsG5W([%DAbˋ+f0Y~^#IbDt +ёMj`.c^(i8صmȹh$ѓWa[Bԝj nNCQ[]t- Mݝm/\:vͲ\Y #x74R㼸aѿ6mWgXA0ԧ 1P}"M{C^ra1$,?8ml R;SO[L1KSˬ\0ݙ\On5Sl56% R=k}stQ1_e+Q'{RyߙIF` P =2zyAzx9͂ۘ |}uKGy{j:zlZE1+Y8d+Kr7~ki\XBsCM 1bM7 D.قzWg6 ,(#϶OS^2N>\3>˰/4Oyh r%G&+usVT38-4R( f \1a *l8f ր)xԏdG7 /_ C-E3ƌp3ˢh.5($٩_?< CfSFa9ro>'jS` vO[ގ ՈIs9>$`A YZ