libnuma1-2.0.14-1.1 >  A `ptp9|{ӫ1{wˇy_L1!WT6=uv#p28ab69defc7889b42b277319bfed533f94e8c23946bc9d19a2ea02c86e42024ec771b54f8af8f8d2b127b633703c7d12cb3ffc134g`ptp9|'IŢd/k >RaZga@ ?PPQN@@[VHo \⺸dD)e!trbHnC]M%-N'r͕da FGLm[Y = "%$^Ksz@YCTE]pUs :tLW=Q6m'ٯ]ypFFܱ&ܩV4<@5/L[ŷ͟p@?d   *  *V\dl p t |     ( 89\:>@FGHIXY \(]0^NbZcd\eafdlfu|vwx y( zXhlrClibnuma12.0.141.1NUMA Policy ControlControl NUMA policy for individual processes. Offer libnuma for individual NUMA policy in applications.`pibs-arm-2 XSUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/Development/Languages/C and C++https://github.com/numactl/numactl/releaseslinuxaarch64 X`p`p6f055ae1475561b0872f056a0daadc66dd04fba1f5446b7e636d52ae49d3e5c4libnuma.so.1.0.0rootrootrootrootnumactl-2.0.14-1.1.src.rpmlibnuma.so.1()(64bit)libnuma.so.1(libnuma_1.1)(64bit)libnuma.so.1(libnuma_1.2)(64bit)libnuma.so.1(libnuma_1.3)(64bit)libnuma.so.1(libnuma_1.4)(64bit)libnuma1libnuma1(aarch-64)@@@@    /sbin/ldconfig/sbin/ldconfigld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)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@Tpzdmueller@suse.commliska@suse.czdmueller@suse.comstefan.bruens@rwth-aachen.dekukuk@suse.detrenn@suse.demliska@suse.czegotthold@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/ldconfigibs-arm-2 16180042192.0.14-1.12.0.14-1.1libnuma.so.1libnuma.so.1.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-SP3:GA/standard/c5054989f4733d54dc120a43373ba6df-numactlcpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=9980bdaa5b769493eb511d741eb4b03502b81890, stripped PPPPPPPPRRRRNM][)n R45utf-82e937e34372af66198ec23ff3e323003ee2028a686c7e75ee59dbe593bfd617a?7zXZ !t/ DZ] cr$x#[^a ^đg᳤ޕr0 ~ʖI^', ?Y4J(lג'ũrOgri8R PAˍ݆V;&wjB߸yKmr*?>6ᚋPX.AZGY͝.ƤJvs$6,暍S63M}3[T0h]t}yXiP{Ȓf [zYr< n$OuK83"AO?xAj+ˌ% 4{KY߶q]f$*FpBMKQZO%JAYOHxFT(rX?T2*qZf8}gM ]mV8U QNÜ-Yx%>K;n b%:8H!#tPǕ~0- + $q,§sκ]@xa5p֓Tyv2G 23~aC\'X1:ܕӆ;91b;k|CcE3>a3! H PiQcv-f:H{(Qg99fO. E𖓪ݥlOX&H9Bfh&BN_UsJB֞qTƏX3܍lyI9l fJtya7Zduh'EϽX㈭>FMKc;!wf=Nl6 4K׼AnڋZZ۵Hc+nzUybϗ;M~BY g.% 2` k W1 r rxeB.b]4d >j۲fN.,: /w;< ,^"P#1[UહsCgx DU&>ӶduwZmWgckqzjf{? AV-[>|A]wZ10Lm!E :&?v 6 ֹDyC= uxaKhN|އ[%/C݃<+[,~L0BoNos#WU>Eg \PĽ7ּiF,L$K1QU y#q8m.ƥ=Xuv]RtNDG3#dB[YD( [R6" { 1hCX֖ 6l" M[bp Ue)ؿ>_UVeq a2^3}`šʘ HsAtLaH@L|O=p92.[ZqyO¨/oo GE2L;` 9xŤwLԮU:KyN[cHVe7g@0̫D}qЉ(x$4ӯ1- WKd @jMWqzs%u] ORFE3) lnrU[|wk33)#aΖ ZJ&c (! &T_oݟp2ُ)ez [u09;_L1[*@5j*'f1+7GU!:t->'nxV9MTk.exZJ,1"wA!f['l5 >?-"|YehrOEH{ͨ` 0 EVI n=f( ܋KuH䐝b%ǫds^iNdf 1m[\f"IG4uWOP_RnZMSoV^"yCm]}rzn0Ó%pG6v!,J/3IU97'pa2uWc sxXPɰF3x( _b@֓[Ѭ; id:n_K׀G)©@ hNJS M"[K+g2χQSH>5ۗH HrČ@7pI>蕂J/@+^GJDg.)ZM8K*E-?-6cĪ?T;-jB*xNOu7vf<M /؆#7u:ǭ0Gոv(̌O~6#Xbx3ĿL6 Ygӝ<(ʴ'M,gii6$@'<:n&O F8q.5^ '_5U8GSKaaZ7.pŇq>EU x"'cZ_yCRZ6ݻl(pf "DV tXV^tz̅rUcX5bU%o̬ 5{7z,n Wkz:dO! +¼›ڱKث;4F)m)~3o6è*+\T*:F,596ڠC䋗-̮do,ABuN;@b넻g{3 #aFX4j*@nF<7޺!C0D$ :,oz7[U|uAA$n 'w"COKhL<\UN!x|x" =2Ik =#LWN |1ur0 ~MH楥A٥o}6h*NpE[&b, z;D0z/kv.gp7q}U6Ci6ݒ0#ځ5AGXih쎴tͷBD=& o^GȬ !&v}$7UsCs`y6$IX(i'~5瓥ҹ[|jZ5 gxOw.+_6韬f=kűoTm`a: X,g*ѱ" oqBiC"-Ԍ[`_UV&6NyrT!)ۏ\>PBa^%C{KU׫ &I8n=wv5,N%+jVyЧI^R*6~ыp&(4҃uhvkec'h=_RyW~A҃Kts9W|ot@Ug#Vs_MiK- rO,@[L~oEPDOCfCpŲy@K(XxJW6_ `\А,p$싼5 n!=T,Y a~AM_X;HO<쀟}˥߲l22@d^V;f͈]K.yDO]'n``# R'ޱ|LxyhEY$rpTdƭɑk2mu.“/nmQ uHCUDQA`QapOpx~= n&`l ^g_',?M6EP'mJm7#i谖B`k")%Obm966⍇"H鼘O#ѠNrC`SGгq*7+z$=~n76l︷]cnC#*ex K|2]vPֺ\AΞ'r-v?V+yVq-b;R׬"6~Gd7Ե-,h^K 9fc%V%Xw.D_Ƴ`Wk_NET2h'A=m_$=jDHlk &QOGǰln8 pkϯ*%@痖Q$zp] d~UZt=2_F&5eA ,}y uZ~ľ;'KM"S3W?=o$(h$q&S=S}|ꢴt\ʃ+5N10bw!Mn{8jW_v/Y)3 C{&pLQac}C}M"?d8n,HZҁP&t>;(dvG /H,ͺ.vmCFH IU蛮6k.f`ؒaEMZToDY߳JAFy~PHGh\,`h+~ "blѽ"0UN;.i\fBƁ9ϩ='$fb kpm.aȳ+]lM%SN^ hСV{qziEšaQ~grI''G}>hX"a)uDfQ|V/к] 4}Fj|6^s)si "* y9v.yW{"m M2cI:n = yz7]˓V ^X "Vh77 y~&V"K1U^"K߿Ou&(3BjS\7O}o>Dl+ӣp#RNxݫ|EV^@H+[֡/mi.hwN6OQCz]eK5Ȑ@CnE[#'aS(콯De[!jd[mf=Bџ|xPy.Q4ӥ?Yjl&b$gAfچB,YOT:wn [9 W߸$Fhڈ㉙  M+5&z)xp;rUeq4<==I3XgŽ`$ď/kKk<[s|~%zXrwr}Chkȸe^4omXz<>= !'o[k.kDnyCҚoSmB:yEQ.Lz_D혦zQdp9?\8ZhYN0~8`vFUD?3}#v@0K2:?%:32=X t$?(Уt/X~; GY6ҳfX5 7Lq*@cㄳc6G ؃"KB9IN?  Ԕ ȿ2S2xNE#=#ZJ"\-[pxg[L"mn:~]H79Ĝ&(9=VDblތ4|JfG6 ~nɀ41O_ Jq?&˶t. }JeMM#'4 ^nqCA]~іz?GK<ۈehus$6nN;:{u^҃FИ5K?΁:ck4Dۀ5ɻnW2B䇕g^ iFF >%<6I g5AJ~:& ]ƥX r-\,XFP{@ <|(@ =B`t-~֌8`[*$x+fE3#v1%k\9=(W ?Y#JWP&ƽS@?e6TZ8X pb@+8`=Zn0qOyS+h״u]DRhQm%-01>ֶG`_v@ӹu)J|^>mDmQ\;1@o\ ϵ #gXZBDiOjxF?zț85C$m/_^R }wSH=?CrHXS2q.Js% yz8(@ Kjp8z}s03E6‡ f䲐.Dʙ&\F2)M KF]\/16@w2\)4DqsGs6*1MqJQNљd%!{R J&-ܾ]`@j'jU/^f.v J|G5iU4wk6pӍ2߹&WF+SҏWAHv DT ^X߉i435x҃C řENQTbqIꡛ]C'\<;ܦ`MӸ0<X.}Cn,Vlj2%iP`:/玕,G >v~MǓߛ'"֥ˡmEI K0!ND\>]U2EK?2%N V %T-vkW"^o^N`?ab_;o›|pݒ[ɔ,yӚ2hye~SnVq)8}(.V,#bX-UA|edB0Q;LwgjpUhZh *f{L-gg\$XP5ȘR*I*R*ˢr 0կY R p_4$o.iM]=vEjm{^ F~22C{6Ap~0سe(tIgȌ).&8avJbaIC9$j?sSo'BtQK%U f 榽 THp e6tf´FV!垨Qx B.7 n`R+UC{e-0@ۯ4ȔI/>/j;rXb'oWe[Q;kb9vwaH"dvg$RP0B;֥GF{DʾZo5*3%Kmpa>9K .*\$إXg)o!DnFqk]͕ }E:F|1݇JUE_ݶ0Ֆlƕ&B.C^3\Ql&cv6)&w{6w̎ǒHމhYq) O>RYΓAKvkR-qބh6 8[~@ J\q7Z{y<'94fE^]ab2O 49ډoQ9>:bZJȼa͓e?NS-Wd$% ۇ h\У^ihCt (-:_ʉ '&0b,`t{Ӡ<HިiZy`>$qJCwy=ю? ;:d3Vd_{iBĿW4zb mU?]`ËGM}mؚWKw"P;;7"yS+lrAwp|حWv,ˆjDyp'u]gb-E0vrqtA]&s+@הzOi.b,*~cı -<4T?/V4z1rhhX?)>Ʈ) 3y)Eer`>JGB^OLѴ7rLc=¿pև)SVԶ2d^瞘+f >n '΋nmqd)j@D+6v"] O9݁ф}.s`y, Ju8ݴM6lu|'t2`Ǘ<[3q͹:gN?T(z QSw8~j7;ufs*B\J_SoYv?qɿ헔ҺaguMH KezXѷL#K~Z,Jd?/go6$Iu"6{ܐ1vqE $ѓ8|6`COZ׃[jW \;)RoCnSбE٭PK}Z0[Gar%lod2o ,1kvaww&v{5V!hR }9dCtP~+9)ZsbR֧Iz3a! R\LI0h#wGBÈ1%-2 1VIr>,AOMU(D4/DP}`o=[% J;}<9Jۤi`vDLNaxN̉4nR٩GT &kj)ocI9K 55i/!4vUW\Gz/8ʴ 42!'%.$u+~zHe @H2ē3v:7\+?5!9I"QOd|40E+]`ط}!{H`զjT$Qi%>Hj1|[]n)ƭUph $z ٙuI5Xf ;zJ]*.nJM}sVRX<$Ij{fY#z{7ux_Nx< g)41)iˆdZxO듑5 Z /渥Nwseȇ#Z({vpx`%&QfRAoLݨgd @=3 Ĥ ABW$2rpoN F';YTSރЫx|ǥG䘲[,V\ {b\"e)N$lLt]ϫj+QHQ4qo~c+ ƈ >XXʴU}-ymwSS>LyQc6Z1,/x#da4]U]mұ?I QY!PWvd `5fTAAGAܡA,M~IdzvF϶>CXV97OvIKZ:TY ʿUȶ5~>'1dl&k91ۼ!}#b nw7yUliddS0Nx:V>aJ\D^`SCFGj '9)6jQb:NXaZ>S<m>Vf]k)d҈nre ;jG/{8"[BDDK:~ N[s*> U‘f:b߉3HkDRkKt0'A%b;93 ,qqCnA N":"8:' ]I!S!谅zPxfLFnp;G0?>kݝh!z#hV ADa܏GdL@A[*)Gf\:y?L~rUn@t/UkY(M?,H{ ?* FpU-hˌna cXPZtS5j'+zM*/p*@ao"3#(bѢaR uX:3Z>v0O~xG2؀spN3ƷWћLsL;OS[,(.Q YqaiE?8ˣ 0K7~>T!Kp@+/ttV31.˵ϣ&fɀII8-M|Om Y6q,"xQީ~JHOǎpj YK1=y<_!`4)pN&Ӻg8kҍ%nUY[֞DZ&SN>qvN^,8 <\/ n>aF?bT'zVm-ZI8Wxi@v/9)0דÞcXgsa~KJeQ$an?/ $sa߫'LnQ%>LGs0z0;k]O%P|Twhux"rw92r`7+d$#LF%c 's-׬㉩lh[[lCFhkqK:IqLx_q8#Cz@RRYL+dKa6-w=vO=C萪ť|'l =٣iF^MYVK| >Ǭn7é?xky_:,KfEPݜ1#+ͤLt?|0%]hHt,h$l ʢ3ΡOR:Xoj? bZ CItws1\-+ Wdw /,w"tLjd~R?!%XL̅jEi%MA% l: (23[DC/c6ލp4/2V}'bٲT2(%Ng|~!4l sœc~ Sb=Z<4-bc]!jNՈ!+Ό#%'.C.s .D&p't 7w]=/RE0gf {Ζ%,O`F (Y OIQv8ŠM@c7s6AD[p_%Oӎ.Fc$x}~ˏ@}S9MISX/d.'rNpQ,#/&GԾ 6 ' ^^"qس1m孫Ĉ H%a/X%e{J0 eOȲj.{}٥jMǏ BfSgI" MB:RVye5&˝J,>t܇COaaYϜs3.i:ŭgXt32ni"'~~O])-6&x56"b6~X H|ܷIp;ʌC+!5!b^JS>Wrql-QR2`n|2 䵹A="RNLzAUApg0_b