libnuma1-2.0.14-lp152.5.6.1 4>$  Ap`/=„sVmC0ӥYۨo'po8lFkZv֝"Y F72 @KWTC3\`$>pU' K bav)~=\qs)TΤ OE;Bkצv֠dL76UN"]M]iέ\jWFBFra0DVPũx q4D0761b7d7a6614cb2857d0edeb375544ba7564cbe1a9bd90437a7b5f83c87bbd545072d545ef7d71fb23e8f62acd7bd58351dc73an `/=„3!ʴU?k}&/A11/`X:3mt6(xԦ$1eQzp97rkrO#a-IejLE(Oeb&Xp@?d   2 CIPX \ ` h  (E8L9:$>@,F;GPHXI`XdY\]^bcd+e0f3l5uHvPwxyz<LPVClibnuma12.0.14lp152.5.6.1NUMA Policy ControlControl NUMA policy for individual processes. Offer libnuma for individual NUMA policy in applications.`ycloud119openSUSE Leap 15.2openSUSELGPL-2.1-or-laterhttp://bugs.opensuse.orgDevelopment/Languages/C and C++https://github.com/numactl/numactl/releaseslinuxi586`w`x611d971a0a201b21895ce69e03a4806d930de14525f67a2f9e7aba25c8c6f010libnuma.so.1.0.0rootrootrootrootnumactl-2.0.14-lp152.5.6.1.src.rpmlibnuma.so.1libnuma.so.1(libnuma_1.1)libnuma.so.1(libnuma_1.2)libnuma.so.1(libnuma_1.3)libnuma.so.1(libnuma_1.4)libnuma1libnuma1(x86-32)@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfigld-linux.so.2ld-linux.so.2(GLIBC_2.3)libc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.3)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)libc.so.6(GLIBC_2.8)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1`m_إ@_xg^]w@\@\@[[aZOhY_wXCU@T@T}TC@Tw@TpzDirk Müller Martin Liška Dirk Mueller stefan.bruens@rwth-aachen.dekukuk@suse.detrenn@suse.deMartin Liška egotthold@suse.comschwab@suse.dematwey.kornilov@gmail.comfschnizlein@suse.comfschnizlein@suse.commpluskal@suse.comcrrodriguez@opensuse.orgtrenn@suse.detrenn@suse.demeissner@suse.commailaender@opensuse.org- include bugfixes in SLE, to enable 32 bit systems (SLE-17217)- Enable LTO (boo#1133098) as it works now.- update to 2.0.14: * manpage update * numademo: fix issue on 32 bit systems * drop custom cflags for libnuma * use symvers attribute for symbol versioning- Update to version 2.0.13: * Release numactl 2.0.13 * Skip `test/move_pages` if we don't have at least two nodes available * Add license files: GPLv2 + LGPLv2.1 * Handle cpu-less node for bind_range test * Convert numastat.c to standard numactl coding style * Disable clang travis targets for now * numastat.8: clarify that information relates to resident pages * Fix all declarations to be C prototypes * numatopology: Add check for cpu-less nodes * Update INSTALL.md * numastat: when reading no-exist pid, return EXIT_FAILURE * numastat: Add KReclaimable to list of known fields in meminfo * numastat: Better diagnostic when find unknown string in meminfo * Enable building on s390x * Correct sysconf constants * Removed unnecessary exit from memhog.c Solves issue #50 * Synchronized usage function with man page * Added memhog.8 to Makefile.am * memhog: add man page * Allow linking with lld by deduplicating symbols * numademo: free the node_to_use on the way out * numademo: free test nodemask * libnuma: cleanup node cpu mask in destructor * numactl: add va_end to usage function * travis: add build matrix * remove kernel version check * add missing linux version header * make MPOL_ macros match linux kernel * add missing policy * Fix: Add ShmemHugePages and ShmemPmdMapped to system_meminfo[] * Fix: move_pages test for non-contiguous nodes * Correct calculation of nr_nodes and re-enable move_pages test * Fix: regress test numastat function and few test fixes * Fix: distance test to include all existing nodes * numademo: fix wrong node input * Fix: node_list with memory-less nodes - Drop autoconf/libtool BuildRequires and autoreconf invocation, bundled configure is up-to-date. - Drop obsolete revert_date_in_numastat.patch, gcc sets __DATE__ based on SOURCE_DATE_EPOCH now. - Correct License for devel subpackage, same as for the library (LGPL-2.1-or-later).- numastat doesn't need perl anymore since 2012- For obs regression checker, this version includes following SLE fixes: - enable build for aarch64 (fate#319973) (bsc#976199) factory has an extra patch to disable ARM 32 bit archs which looks a bit misleading as %arm macro only covers 32 bit ARM. - Bug 955334 - numactl/libnuma: add patch for Dynamic Reconfiguration bsc#955334- Disable LTO (boo#1133098).- Update to version 2.0.12: * Release numactl 2.0.12 * Cleanup whitespace from *.c and *.h files * Add Travis build status to numactl README * Convert README and INSTALL to Markdown * Remove `threadtest.c` * Remove `mkolddemo` script * Remove file TODO, which has outdated contents * Remove file DESIGN, which has no contents * Remove changelogs from the repository * Revert "make clearcache work on x86/PIC" * Add "NAME" section to numastat manpage * Allow building on ARM systems * Add pkg-config file for NUMA library * readdir_r(3) is deprecated, use readdir(3) instead * Avoid filename truncation in numastat * fix coding style in last change * Fix: numademo test between sparse nodes * Fix: allocation of dynamic array * Fix: numactl distance between sparse nodes * include sys/sysmacros.h for major/minor * make clearcache work on x86/PIC * Fix regress test for invalid hard code of nodenames * Fix end of line check in distance parsing * Optimize numa_distance check * affinity: Include sys/sysmacros.h to fix warning * numademo: Increase buffer to avoid theoretical buffer overflow * Check for invalid nodes in numa_distance- sysmacros.patch: Include for major/minor (bsc#1181571) (bsc#1183796)- Disable building at 32-bit ARM. NUMA is not supported by 32-bit ARM Linux Kernel, so build failed with [#]error "Add syscalls for your architecture or update kernel headers"- Update to latest HEAD (ea3a70681c2f523fe58e1d44527f478ca76db74e) * Fix usage of __GLIBC_PREREQ for non-glibc toolchains * Fix usage of __GLIBC_PREREQ for non-glibc toolchains * Clean up numa_error() calls. * Handle sched_getaffinity() failing with errno != EINVAL. * "Further more" should be a single word * Fix for numa_police_memory() * Segment fault when numa nodes not sequential or contiguous * Update prototype of get_mempolicy- Update to 2.0.11 * 150116 libnuma: numa_node_to_cpu skips over non-existing nodes (Petr Holasek) * 151210 libnuma: supress warnings for non-existing node (Petr Holasek)- Cleanup spec file with spec-cleaner - Use autoreconf to update configure- package fails to build with PIE globally enabled, due to error: inconsistent operand constraints in an 'asm'. Turns out there is a GCC builtin for doing the operation cleanly. (numactl-clearcache-pie.patch)- Change license from GPL-2.0+ to GPL-2.0- Make latest factory version build against SLE11 as well- cleanup, also build for i586 - remove move_pages.2 , as it is in manual-pages rpm.- Update to version 2.0.10: * 131123 numactl: numactl check for NUMA available (Elena Ufimtseva) * 140715 numactl: fix numactl --show and preferrred node (Bill Gray) * 140722 makefile: remove warning about missing .depend (Filipe Brandenburger) * 140820 convert the build procedure to automake (Filipe Brandenburger) - Cleanup spec file * use RPM macros where possible * remove redundant %clean/sbin/ldconfig/sbin/ldconfigcloud119 16208431292.0.14-lp152.5.6.12.0.14-lp152.5.6.1libnuma.so.1libnuma.so.1.0.0/usr/lib/-fomit-frame-pointer -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.opensuse.org/openSUSE:Maintenance:16272/openSUSE_Leap_15.2_Update/638d648a8340e29155ac98b183c2b624-numactl.openSUSE_Leap_15.2_Updatecpioxz5i586-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=3745c21c807cfd4884250d1ed9fa578217f55832, strippedPPPPPPPPRRR RR RR RRRW72Kg2i2utf-82f42373758d8d788e19a8a2dc900ca8f3dce642ac038b1af16e8e1bfd38c35b2?7zXZ !t/็J ] cr$x#Di,ު$ G}|]K1bҌDSE\3}㡫cW3ђޒ]nC6Kb^b @Zm\xa^8}:"4~B3IRq!w}Z݉tA繸nU{֪0^@VĺKYrr)͂ XHP>K׽\g ij( isGL4k)'aHoc'ǿQ=Xh7՗vZLϙ[X,{Yݑ:q1\G+PȽ3I +5A"CFmu4юs͖ix29-1"FgS`5%:h > 2qǬ>}|Šfd`"}l%\ߤ%l|czۛ-߂B9UB8*uIKK.hqW>4 .7Fszݚr&Q{2\9)1 C:Ht^EYS9FKh։X g[{g_$a4q#蕱Rфd=Žpma;8佉5:c**O]]=&:^!'6A\%qfMҠmBԙh4_g/SHz]n'ug)6xU17:24 Dga|@o<7F?$kZs^LmKKH x-RNJ̨KE#&/N,Uxӆ)(H].{p!XMaUFs^@^X*IB/kd&#iQt1|A>c%2>tzʃ;=YIO9? :UhI? pyճOM-y d@avdLݺ1Pڪ?iZWVVFc3ҙtUr'"75IWFo X堹1z[J'|%/TC&uHm\Iwy,/xns,SBx:BDHM#+Kx(xR|Fʃ@#oM/%,)au(\'Bq:=%>ڶK}mo_kk-(̜ЈbmR;dn9z-FXcbqۋ=)^BZufȹO#TqD[d l<Kydf0;3 RGO24?g-~~.ؗx+9 maTo#gߠ"2tW4 v ReC;;J GID#$e5]:T7Ρg$&2KO9%[q%lN1ࢯ<b ޏɯrl@cq]|qL m% "XivTIPn }%Ѫq<dss u5~^q\oo64xbo :y-6Useiub^|z.QS<гBp `9!'pQ$˜җ-JB?5a+.AWCL:Z,a풰B& )E v? 'BQRNa %8A-b>DbZZMH)_ JcHڻQ#yxhbH{$8!'յGqF3 F~u'͋g^?- g9.D}+GS z/`0*dn_d6WfBeę^$dO*5hІA̙1Gn&ձ1}./yA46N_ ->L=; M+qn!`; 0?"#E?&Z}li|H/fIkrwuIj R!65?l..HK1E_y0q}':CH5;tGp=z|9V܇׬C5 wҏNP4{`C!I9Kcܞ'[d5 %oX2 (ՙ%X\} ODq`Ũ(XL&a9}S Hl2|GgAB'GwF T5h hx#Te[GQWuRY$sSIcA%&Fou`F44NFC]XтoIPsOյ3h;*0P;P}F Cf2M~x>/i5oݐߞ4fH*qs_!,v^G/&!\"BRѤ4פxM3jcп+&Rۙ-#TݧuNf(. ~w2z)_+evQ>QщgSa=AOn^ŧ@ _ BLJ*mHv)U?'KŽ^gƚG? qـ98~Xz4ңi+T@TsfOu"v`nՓ\eXٴkl!Pkgyd㓞ӢK72V=<H(xPFu IMӧXb6ҌRƽMpbmGtvPFpY/%,a kq/o @NNwg,̤E~ tiA%x+b垐jL;U/epI)^"ɺ :wR.nVq-Grv+Z2{_\7!t]j=;FMX5mS-FV+3#O JFxhV20-+g=e8{LC?"4ggkv6B>FWϐşqy J񽙢zcًOܐ@Dq*SG!Fwǰ:9ѺwwĭMP\)no@[\P[O)Bxv,"`K'xOܲ2>8qҎ2a^~ԋz2b>aۖ&2NHe_9O>{e&qt͆CR3KZ9X[ Xl*{Gޒ\Z"KFF󁻅B@6L"GGf'Q13R&GV~afo! 7mCe4LʼtEtk ZwJ6jbڋ;1ē7ʡƩȃ!Y}01!΀ I9; [sY#># }*tONX05j g>^hqaϛ6|d pFz/hyޏySJ! ͬOj*n"auņ> ( _GY?lV7b;Fs*EPb Ҩ7BB3yCiDou7 )ȉF$N۠ƞGIL=pӘ0v"ɹ+Ut5pt&/WtՍ B3oUg˼ d@⻶x380iR%M0wkm(($o&Ӡ%`ZJFEQ\CPOm}(=8Ixo9JpDD>m&tccg{ዒBŻ1{xxRaY\YsjX:utl#]] 3fD侬`Cn߂M`'֔ok#yG8|%5|Nvըʠq-3Tɓ}E6m #z)<{Qq]ÝG:+,bg(qFjcq"rzUIwsq;1NoC J] *tw:TfU:G7d @jF=!'>ٟŷ1yyL?I) 7fFn¿̔R,PpcPR>S)= Oܞ/]@~SRm*d.c}=&T36]8e3ab&='c䦉Yvʳ&IʴzԼݚK<$r_c>'4gd[mhy#6*(0*I E#uwAho<װ6L9yD"v9XyK^N8q[rVW)JU&%AQ椛z4q/B}99؄\),T+ V<\?Vþݫwԩ&TcMT&:ȡپ!%7y~Dy 쵒X,tG,ڒfOa!^I+;[P°|]BLAїy'vPWϑsV|`7%p[=CFguΧ)y{9>\:gwO:Ag|}VNi>$4GOي,8rs.h~,/<".Y1EkxpȆo-vHl]vrYACBgf<ƶEuNϥK$o9I^-2҉.l ҆w7>k\KH}]r8%ߏMt `Cl؏E|]s3h@xm(О-eO;yvo9Ŕ+t7yQ|QR%%|]v˳)%D҆)jyV7_:=3Ũřz8^KEDج_;w/U)Ek;ɾSMWwk^2a;Zj)6H3E(YymB𝒸ݜK/}# |;"^RkM("!~TL@a nwi:^zʸIsLEu7SLhYnKYR9cgp#Lw@pdcW/[=ǟ87ShP1lJ)Qp9p[h ]|ŀ/L>^ V ê%U|X!2-3Z(2;4hاY,h[q4K %dҐm6.O͜C'G^++МfxveCUb *9c]$6(R텯72WE_2y]޼&}qM4<7wWX sGLIeVгs x9){EIO': VQJ9|Mʢ*A򷅗%=l݅a㙑@V[ԂԩeS vߨr+(VZvҴ]p^Ws!#l_F28_\6O)r]c6}sFwZ[KOV'#S!_$av>pm_b>kryQ mæ:-eAx Eo8oZxE(cٷv*r#]o0 4PB ,uWVT!e縶WA=.s2Q/!|t%|(5dKʲ#قX`+Vޅ{ `nZAZL1HyXt\EIw Ԩk;i#zdǾᵪh[ }#Uu'$,H셀vPZ 4WNv#GՕ"]0.YZ|랡DZsЎk.>iH?nkoi{&'׿(볨Ű]-clɥc!T_"yuaῪZVоAitKJ[sZ> iVtUŴ1qqqJ8FR3W MT%1v'KLQ`SGa{(Uz ]oDCJ)<-FHƜርښI¾@lոLDp0e* \{opŌ#G(Qdb6O`;Т R'1٦Z[Ga(w7 ktqOKjNhh"B UqsJO LnNٗ 6j# a^BvPP{rC9l\:GfFwjHc,B.42k LsQZMb3>R >:,=6^j@v" [C̃䟡sF䰤\!C15ZGwb& ݺ@9ʼ3AwS7U[56|(~GxmA\H!n !5`(@[yc%{M[p.V҉kF;IiǶXG nfqyP-iQ]-r-%": H`î wT_N"JCN>E]ӉJ?ji;wj9;lr9€0Uİ +,8_i X=xM=+}Nc>"^ =yM.kק"Mwᨨfr+Z9~9afk[~#ɟ1~4"50AGac% *;iւ>5|XhpZ09/TRkET± Rn0WLUkĵh,fQ`[wX_{2Z"k7^vitJS3AH;tS_dq-?nC$aNrecKwSQNFVg 1W5'ZCT70+k>U $AlXz*Ӡ= i DX~nnXpQnQ6 sĽUI6ybȣЉ HNf\)3"6=¯[mJzu6*h?=,,&fkq?o2#P6[d'8Kr<*5LJ*1#{F/h}5^3Hǔ6 R& i=gӈp'FϺR+3`Sf%l;9=hDg5ا3p=9/1/B0D({]4xzMa8 ˣJ)08ά˴ (M gbD Y`9'C{53XZt q4k5WPJ$ @쌅Z]P7B#KfO6~xʾd<3'uZ,5 T[ |[?޷wf֍^n[k]uh ҼjwZDmBvdQ@mQS7tx KJ.߶?  EX@$DOA'JVgޭ?>Gً:Z;bI60?r>>CJO$-޲; N  DkY!vv)0T򏫏걆lE7iE>Q cP y/':u3zGhk8U$nIՑ~d%6vJ)6< W5sp}RA6}Mpy^uj]VP 4( _/u.;C J E/i\FPCK;PBh]UqQtsd 'J;~۳|7mqΊi8w}v`b߈.XHapƬ<,(]wWVܠ3y1S,#)4SV2 ,QL'х#~ەAul#@d'lo" 836/,,C(G%;h~i4gKk@W8*eR=?:zRbiL.,X헿;;)* h|**M9p*g0+:szuʥ *;f5)4n=bQ` nvyl!WylɘEKe86ngȅ+|= E |pY?ίS7`$xFj0ܜ'Ǵѷ{+7jMe*Eީ\Fϼ^ BKI1~_y\)g:櫺[n\IH!GLo!C jP6GlLӽ̲ިÖ5fsv~ .{+ﰲ<y䫝0;v {d-Z~IRR 'V˿ +I4eE/̡}7;M^a,L5|\mN3܏ Cytp^ΈT"eiqgьb^mb 훼(ۯӞ=$6Ȓ[GΓ˿x]wZ ~cnSnm>uK$ɝ^lbAO&h=g(nsS%qN[&%Dɓ*D Ɓjq4q,k?`L%UfnқD |#v}#ӯm5 ֮H7-eVyf6Ki2Rϩ ;-Ơjd #:@ZU$W{䣝s&sa`@B&tj:"ݦ;,3tLm-qcuxS+uzb͕L+E2M2wA 1-Y=Zz"-d1 "+ceʪ wqI\ȟ*tYl6(ڃ G,[4?uꅢj U?}GX er>ibB#GD),xPwi:wTu9̓D@MLЃKo`CRL}uY.[阣ꍷ 9૯)szWOy! dm&Q`bK2z&bjeL6ʌ9Ŏb\CSBΖ BG4!Lfٸk)u!ݤRN'Z4~3zte{_ k5LHd+48O дL,޳žDBc"' P&: 6>gr. foCROdd2wZur"@An3w=r7S~րnаD.>}먳F#MklZkTAC7 RoIHDQ7hE2%AbMȵSϑ9Ym%{H5m/j9c@,+µfك;A缼vevQT*AE|ȵg.a kO=NygG>I]J\K'hw%Il< T|uʼn42,䣦LQsm S ȓ1;yзs3 I29+DQ4ffmCCڳ5"Si&=H<"X> 5c^ ʯ%cCaz* M;-w?ɨqK^৘؟s-J!!(nAp+H 9wϨ9kYh&%^EjwٛA "jh{uС7z׍ mucjWVW0(>m!.,lsS38ɫx8qA#gPΆ_Vd rcEe>W8(CVM^! bD`z];u\4DҸ(#nDf~T Z?d}?laDQ}AER>fj()N"}M]s'?8]kY5y ~K0]uc:k{$eLVLņwgNM-~lQK1$Wpj@ a?( 璙-fdOxƅ JuRvDtҕu#4 ]X5xa"[ӈ vwzj{u$rǦo l,u U#cdWŴ͹q6OA~Ckх5p U SdBE:qH;Uk|/nW!W ;t>c+1Imχ[ÜD36 y䛲16lj8D\Q+sSᰤN5OwbkPB6-ŐUI :h82@UϚ`<60.TĴ&TG<:hnE5s%i rhʓQӦKUb`إk(6N]2^$@eLl0Pe[8я$KF{y8\fӷԢ#|vj[>IX6V(`'LFR*RHHRS^렃򵆻(]4xP9f0jf#) ҳGut`m&3ng?9)ֻ_:ד"e(Ug2 -X WRKWa`m'!؉?Ǩm[G+R~Yj5:%1/] HHIw_"+S8fbG%n0Lfgl)K,]3&$49 3(22#((b0 ^ y."Ee)or).$K*"] ?)7be[ڭ-9"#_CRvO;#‡KxYlH& D?Bo/7m}]T0QL,/ഊoXKk`qc[mCŇ+Nt.mɗeC'ٯZxI ɨ.C(f_z=}CP3ƁNv ^ۣcxG]hsɶiO;Ħ }ذ>%f\},[g gMQ#iEY&ݦ-W:+NцF\7FBӷ1bT[{aþG猆6^-AWgq+b~[ ]U)SA:u7ؖVyS[Oc~i46!)6TzVr n-CmR7s>CawuH߼?Ӳ{`iMX cax#%8€a e=ko(8)Pȝl5ܚk6/K[MW8m&$,EnIÃሃ3/0d ʡnR3WX=R|ƗRIuy$ 8qu2j2r/Bm?E!q/.ԟ9u=.N5~>pDr1Q+j2lNU΅C#J؜ FP4a=כ7*H.vbH bH+"+zq*2\h0&*c4_SD>06lB(X7F;A4ޚ+uDk̊À:U}/~;:?@IA+.'6ysSg !BUA(rPS+]q&"e$7~="R᠙2ybp-"3T%CDE:ѫ^K[&w ^G|tZgԕP;GRpϚ YdkFɊNlԬËH`oB5O]vcfY꽋 B ;9mX{1ӧ&LY5'ިg.:<ő׮_y:1|1N+@wze/JW6^x. Z Á,!zNg> !x3RiÉ>OW~p@Aމ֘g-m$Τ3݈9J1>8_3B{Eۭ$Ss:yUmi}r3Ccs(ȅ-W3qy nBC1vy/Z}^xr.[+3g>p IyNظ7V+RSBto[Zi*{,&R%#Ć-TE L6Ba# RSwn #uq:1>-Iaۡ`6ngJ ٜ5<׉p52`ƒ#] ޞWD JR429g(Cn䗈<4)M4h+ 33B!SgAH!Cg!q=uojM/h/" }GZ?sTFaڇ1,9q?5(O3E^lg3폄>GxKSUqr! CtY^| B)bo<R~mS/hÊϷ&8Z!tr1j4=oSVi_xR_kIOsa6 o֑66Bd`|fLBf [< b\c^1A{oڲ̔"[{LTu^.E @tzUķDvH@tVGyB(yxFymK53=Iu)w*IBoL>#:3[wu:X^㱒h<0[%ߝz0"E^%+O:wUX;/6FIӄOz%rBnQrd4[EVPs& шI60AJ…>ˡuə]2dmIVr>3#:&`Aߪ \/O%EGM,hp& 9J[ae l߇0ù}h]RL:s͜URLWT=yaYuɬƒњ=OhTЏଭ%vDS:7dD]IK$o5.REBm)jQLOVOEGŎZ,)g~8gOffK+&"j-U<#RH-˫b*-|WUYv~7;)sQ+Pav)9+.@sޮkl[&:7rq3_Nү"%])&f&,Lrp*^QIɊ 0d%^r Hi`ajI\[aj*s}Al00mQ()RcZv`5 xA YZ