libnuma-devel-2.0.14-1.1 >  A `pp9|M,T_Qf :"u X'_GCV݅msh@ka}rjhxe)%E.W7&ɑ)E~jrT1+-;gik9N`n. sʾb";RJv?ҒG8; X>7HӓtKNǃv,:gE5 sǶ-2e -ݲ6'Qi2Fs O,T0813d00c031cb1dc6a3d1ee90f3f372342f5114ab8605e2d298be7f0c45958e15300d50a3474df0da7925ceff3d2f22d47afe90dXt`pp9|ECA~wkmR }NV JM 3[lN̷_(W<ԻAliM%OH'oΣT?U71 !K2~STAm/GP9 ##p*>cv&9z}{H&#<<6Au@DbAhJ1\thr tqO0߫@}cH0L {K>ˬ.dG;׺] R|N4l[,Ŋax0ʧ lf$ק1|٤6Zid ,g>p>?d  / .Z`h      $B`|`(89:&FG4HLIdXlYx\]^b0cd2e7f:l<uPvhwx y$z,<@FClibnuma-devel2.0.141.1NUMA Policy ControlControl NUMA policy for individual processes. Offer libnuma for individual NUMA policy in applications.`pxinomavrocSUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/Development/Languages/C and C++https://github.com/numactl/numactl/releaseslinuxppc64le4#`p`p`p`p`p`pc99115754248890ba461c1722eb4a2c7ab684613e326284646a5101673a8604ecfe32ae7891dd0620a6bd80605e0c52db34be4dedd855329452b4a6cece220a4d51824f24264e5727612754344a8d35422352efe34e3cad2984cec4155bc0d0263404b03f3cd0680690b4be0c8f040f79230c2e32d54164eb7efca68961ab7651da4d5e628fbf9ef27f97786beee8a7dd914f2e1091a5b229518d6a00bfd7f43libnuma.so.1.0.0rootrootrootrootrootrootrootrootrootrootrootrootnumactl-2.0.14-1.1.src.rpmlibnuma-devellibnuma-devel(ppc-64)pkgconfig(numa)@    /usr/bin/pkg-configlibnuma1rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.0.143.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 %cleanxinomavro 16180041792.0.14-1.12.0.14-1.12.0.14numa.hnumacompat1.hnumaif.hlibnuma.sonuma.pcnuma.3.gz/usr/include//usr/lib64//usr/lib64/pkgconfig//usr/share/man/man3/-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-numactlcpioxz5ppc64le-suse-linuxC source, ASCII textASCII textpkgconfig filetroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)PR5P `oצutf-88b5b9fc14f9a0c68a4614f5ad803dfeea8a0b4881a63aff5961ebc697b371640? 7zXZ !t/g4] crv(vX0oi%y%,^Q}u&C \R(JH^?@,}oh.(9e z9{3|&Ä ؊+ˈO16=Z="]Tx1s ~SX쪨?1[&l?*؊|s6 nWANS#X)/ 3 N.';\ە>:i)7~]PjV "BƫqxJb.>Et76T]9p+X=mH7}"A;_|dفy0JXn{0խ:gpޚ+[F~7ez]51`Ңs+Z~>̕(淦%r2%lg 1&rE \@U쩱=p k-vr[x2 Ql/EuQ Lk8CxrND ^_܂ K13jY`*Sj#-49:ejc"JbQO͵0e\@g$Z z gEەgwɰsu_ >q2T9qx\7a gmmr*Wyd/$E<)W^3A,s0\Xt^E hÁDnW/鹪Lr̋7s"Qʮ. .Ȉçs:vfJjJYɦ? 5ߕ8>8?i q$h/y5?cd|zmu;+q'Z٭P!6gI%jYdY oTiM X@zS_VEvZ-X,F4<8g˯,1 ӲVe3!~J?#߷)efߥ ;曟R8Tb W&ǜK0 X`0T9qhRI7/B OHlT:Sߚ6lbdg'tCm).SBYQ.U%oR~a\Ɵ,P#8 h \S|\\d("jϝϟ6m: 7ti]JQ6o[QU*fD?DvBM?Ds/t:B:ÎVsU/( {B!ıҊU<>4}W[`|VKeֆleZCq9/2{'eUF &%{Q֎T+:ѸL,5sn &1th >TzUav{!E6` t AH'.khX 'cPK~`üfѱ)fk1Ai>s޷ts`]'auDڧ lFc9~p:dȷNfJLEiRXV.=HqERM(J8c.@-k_>IKۛoі}oϪ8KHݎyX>O>5ǜ O5ll_X٩sɟoyuiiQ&Y .r" i\P>PstN9JVp)cQXՇv0c?κ`| u] IS^l=.6 )z|0ҧCu(BCNr$^9(AWoŦI.x=Vzs.@'#NkMݞxi[3'K*Pe'OToͬzx0JggkU_e|+d8N|T`׋ M[jY2An\6@dgn& Mw}=Y)à0T),maϏTRJ(=wBsrOtq53rY9HL[}3)Y2H8)o"+ҤW%x^X]^luV̞8?akp7ĦF;]@_뼷6oWW u/͍F'.=* JEYYĢ lFHRYM7 /JV{si1 /)"?y*P~͝X [ĦDk>Jǫzs@ `h 9K9j(093S<4 < vuP`64+3N|[Uw*ڹw'{l^J"/OR[:D#1XgWzL `s8䴱ofg'9U445L6F`#IZv6A^J{y"uMڀ͇5~#Bξrbjth'x1qb۽-5F<w{2߁ ?r~#}5\fKw뫎'>XGhCW Q(2#ZeW6p {lKw` dF>WE"xGm} ro﯉"pWHQ`ÐIw9\8REkbwm-:S:/f@C8#r}E&*o) !3"gɿ6VdfEڑ@+ށvCzTg3 .([tXf+.Ăvr2P0ivִN "TfJj٫9l״jF 嶞OTQ}7OeޚaGFS6 ^[Ly`ƪd6RJa{u?c"R,YeՑk'IF!ɕX>/.@TN3޵q6#odSL*/cgqr@Gi׎SG !yvⰮන1tYچu1|iۄrb 1o0p,e MiG$yi9,7j++{Т-V"8aݸCb7Dq>$8>9hzT@jE9βN)AzM?T=Gl79p-[\ۆu+Mv3.ŭ(X|Mˌ̀C֗}}RJ0okYpeOґ-Ǚkw~pb.&(X{-|E{@bR%Fx옔n#65fE1Tݸf s8֒ oYڢK1XayI!:mf_"!¶fEݓg*ᕃtP{6OCZ9XVkK} x k PւzBT(BF_UyzhsXa8_Vu\&d*&xѵjbN̲ݔG =˧0Dl 3GP=uI1 7 xPT{6;@ā7byz; V D4ʭVd$uj&g 7VvtHO%i jN>p5t +jG, `jI_8Nkx˃e_-1SxjlԍJhpx'Kua[֊wC9o(0ΓPLųVͧqc ,UQ2}0Z9A덢ѡcd6hC, BTw5`Th-7c߀W^\D]u( D&1+|fUWf2,u1;qQзfkaLP8 aƁ^crꎰD㹔tebZ*h+59 9.697GE :)ft.zHB庿NŊ5HBtpTI$CK@׾io'\(@4X5S1lvTd eL[GPڄόHu xpH}PF>\~QC{c#N["SZ*GgU8Jvsn~CkDRo4A= mB?+WzrDy&rODof =أYv(DJE9FF p`1S (Na R#6 1JXz/-,ޅ bNlofPε ܁q80,^^lXO?~# 蒺"A$ewS YzrkɀrY-+Ux D{8Yڴ28$?#Uu:#X|,a:6Kk[RB$L<Ǒ.tV'1r4JMdhxS] ,Sj4B1Z!=G- 郔㷟@ ~X m,w\ ?2^E_N5|pr7ضG5֎B/tY_>ڝvPZI)_Ĩ[蓹~5\0w뻬~{fKZcGIVMܡ\"rQ#2JZ(]h{4 C`'N];vIWWEGPL p< TFzz:J~VSMDĂj79%A#Txⵡx%4R1{'-t"L5ئ$JG36I/߄*W*/GMi応 3XR/79M{&Am_sywT? ]$/Wz߅_3l (V]et. Vth/۷ >v`AoS5n iL779E=pC7 bO6&ЛwF+\³.:-q9V ݅bm$?\21#$9m\pPMڢ9f&dLVJ=.R2;"v4 q1\$g gzDfT4hc:# טC䣵cLE#E;[^^뮠҆ ':APxxgf9eXi7ط2ܶoAi5jp kD&q;h H=J~b9=%n'D DҢvq3ydgȍZz[L'k=ϴ( 0x'4SosT83;21C.kW"~t] ̹ld4D-H l3CnB؀]$EVQӢa>*g> N2Ifv߭ hic)H,Ba+l ,s6k\ZP-Y(.#C?U:okpj8˸Z ]PmӁCWs=#40p903>~J_fWG?|X<: Pb9e⩲]p;͹޾`W>k)8ӨARxby:+ ?>^\_/'&p-]!7CB?݋'ya='%ک̔SXE:7c}#$70pd︅ v>=b6mƵTCOl)&j^^+õK)ϡvdhH#$TrJ `""Y:BDD*Nعw@8AkATf6+tPG˿&TLw&?/8&EM>.Q|_5DnBk#ˢx"1m}7'S j"C>zUHAdKRL,=;j]D=)]Wh6Y2-iL|ɶ=426gedN/n[`j15'}aRD3\/3GD,rsΒ]C)'ye8Ax?ܪL+P4lw#mȉޣ;U>#F'O{Qļ%C͡+(=A'ݣPD߬4|\3i<xBlҰ# (h@9{݈^r_>qj]lY3O~|HS jyOC9>NJv90T oy!Ľi)'=Xw G/d{AKAyXF৕l\/s;HZk~s)lhl9Im8Ќ=@"-QZiq|\L&!FbeoZ\ =iPDllY%@kYbXTp`fR&3*6e}eqV{P3.E~J%/uK#LC찤}Q9o,{"/(uWX2˱7JϴvYE?LExJ)G>h0m7ST0iX?pFzAt|M6@:8I{yVm|]Frz2Tޫn@/c\|n;=uS uǶLpo1}GCRy)'ORo*tkG7\&;Ya?$x;shMGv6bk0E θ>ۄM΅>ck>a:PQ7\"p`;yub14%6R" A-}> =_?S:5by۪2pZx2ОPdhMein J ch& pKT+B='ܳ1mJZ>5~2è+8@S沍U-)2_$Rir!.fw +~#`#*7b5v\*) ]IU,vI S<,zیPMq_p|`5kv Mouu+&$a @m,'FH4ܾ}^ڑ̂;If&WȎ(ל߰o]˝€)ˊ(Nh~oMx+5Y^܀{ L1pj,M leuTɿ*s8K8JKj@81G|HTײp^ ?N69mY ŏS2óZd[Uh[k:Eu*9S&:ee}gQdIkUEe pyd>涎p =Uݯ M?tۙ~7@3]y+/ AtU2#aY(8&ϮG gBp}ZC Z4 :y37vSbX )Z+"t>̐te0SUyZ$f`K =e}.hK?DJ66fP@tSz`GNXtRh[oSa4 8F :#R9GEcOC6`nO=`'#؃rZ O'߄, hn |cMkQHܧd73eH6pyȍʋTHhwar]te&5ʼnhi< 3ݽ/@G&4,zcUz''S ľJ$OH]`fd<8~2,ѯtn̩̠VР.l,ƒ"*Dz7 D)d|}gU#1uJt`DHYyDkBЀ(C۽9_~RB)l",7jm6e[tRɽ|\.Ad 0BTB'>H2{,qz@cCL.QUozIUɣM˝rcdqHrk*vI]Bgkb"za}!o9zIgFo03@8;#[y]{G0X" m% (KIqJj0[/Q8ܹ*jQ5r9}3݈){T7oj:/Kq `ax͝ss*Ցx,'$* P3 g0{("r}3N{$ #b$<d ݄4Ң^uq)ke?\%W{~mz o *&E&n⯨ 2y}@ TT r쇘ļ2Æ-"Jecx'7[ ܤ DAK~w'DA\{9dBw Qn7}'b%1%Kr M&;9#!!t u⍸!9MChR٬Ra{gHFnOO0m$};*)-w[j4\\W>vmoz2y?5 mNI;ggI=>Cw|yj-__f(dqzҐ9fekBb#_qլ j'(WĘ0!0*鴡Yu*"w {Z !7 |V]$ ޅb@Lu#s<7wڐ7D:?@LҨ?N95O"  &2!L=SkrKĜǖM ~yY+@43paGdiY YZ