libnuma-devel-2.0.14-1.1 >  A `p-p9|9s#w8FlQ$rj4fqlCCo\gE*xJ}`҃yCO.Ͼ8\ P^rq]!#"|(s ?%)jQ%S̳)YAEGw[%}%Rfdt F7Mq=br?L0EN?'"&~6 r&XV 9 0@Y '+gQz1*]l1>Y!vbb45a9499a3014a32abe9b10ead056caf816e10c8d09bede3bfe2abfe9d53526f722f6c1b62f2fb7d2a9fb46b123e71bc6c5854eXt`p-p9|Z|"5JiF2F(yiňG$Wݟz n J}f6lyy~c_H$dFhŰՀGM1&T|)Qŷ3{S)|a-J.y fr)˫(\Y!9MYȶ wW: oӇn !2mgJݚLNt$y{ D6BTa 6@@ʨZ\ vU#<ĭ3 >4H=GAE~VZ5zFg>p>?d  / .Z`h      $B`|d(89:*F#G8HPIhXpY|\]^b4cd6e;f>l@uTvlwxy(z0@DJClibnuma-devel2.0.141.1NUMA Policy ControlControl NUMA policy for individual processes. Offer libnuma for individual NUMA policy in applications.`ps390zp37cSUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/Development/Languages/C and C++https://github.com/numactl/numactl/releaseslinuxs390x4#`p`p`p`p`p`pc99115754248890ba461c1722eb4a2c7ab684613e326284646a5101673a8604ecfe32ae7891dd0620a6bd80605e0c52db34be4dedd855329452b4a6cece220a4d51824f24264e5727612754344a8d35422352efe34e3cad2984cec4155bc0d0263404b03f3cd0680690b4be0c8f040f79230c2e32d54164eb7efca68961ab7651da4d5e628fbf9ef27f97786beee8a7dd914f2e1091a5b229518d6a00bfd7f43libnuma.so.1.0.0rootrootrootrootrootrootrootrootrootrootrootrootnumactl-2.0.14-1.1.src.rpmlibnuma-devellibnuma-devel(s390-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 %cleans390zp37 16180042092.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-numactlcpioxz5s390x-suse-linuxC source, ASCII textASCII textpkgconfig filetroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)PRۄJ3!*\utf-8109a3d5d92a3ca29db4bbf7120b398d95ff7d662fe49462036075057b33a0dd8? 7zXZ !t/g4] crv(vX0oě4{r]/)saCZbxgx-DATQۘʅyic̓ f'`FX1)R 25t }(COCΝQ x9Ǔ;K~ZԜ9kFq S:h$w 2CVUpڤͷf=@% h$r]:D,n c=:QӿP-a>;dĖ<Үh[r +˷´9B?GӾ>1nȊ^&j K-{cAGZ`.2)_4p$pq S~#@\A%gEGD8C^XY%!+ĭ6J"x=?R@’5M dPh>];:&}@PnwwWVϢ uo'O e? @hhAG1ջ̈́XfLkF1b1pB'Q1VdL;XARs%s[9wqRs֘=gx qv ?,ǻeA(7 D}ghЮ<8xNwC I _6yN[*08AS93i+#Os:;CU zXm%ۺi맯esӬηݩ& p!cϟbjޖʭ̟VH. CɣD9q θ eqQl#o%ZY&qL^+0f`!_e郴If7)XRYw pj ,pa|_Y፞\7 UN]]lnNcZ\h[b.|KȣTDuJM{iũ".S;MGV m`p F5Fԛ1b{g1,yt*.&*|r<]0FZÛ$CDv_#@W'_dj]EhjBDQ}|1!RZkΑ'؅V *ʔ?C|q5"l8vٲ+niՅWB$eƺș&Jɺ}e,16LJ |x R9o X m)*a9Sf: >>|n6?IJDcۻ9KvJfKT5iNt[QnȓRj{"u;QV&aƑY1F1sXFoeP$냠cӔo8>fD5??\Jr1pdJ }1!QߏOUV7 ,Npr/ ef|n$ s ]Zs\4qlahwjezjoeVWզٙt}uH.&7x,zt@*Z KĄQ,_@er SgNhz9S굞MQ]CKռh 3eNeȞBײDB V_c6Ihܛ,g$uW?PlQӉ dEO:Ow0iMh2]߀YsЩ"4]v!oYdԯp? +/WWح;#MW|AIXW(UD.(+~̲z^"e[-\q$v6S^.,$aQK/PC?,~p8#yuUJN쁚+?|ŷ[#n 4WePAav+BusmEdҶ xJ83f*!H,b.i*2V\(q33~@Mο>^*e|XګkYgیjaJZQyB%e!?ZoHL.$Lա>.HM§`YT%muwqn,Oksa9(7@nZe?e Ыgĸ#\< >eհ*Y_f;_( jtBǺETnSSiQT,yBm^@c*2yWJ5*Ԣb$zGW9MPAP^9֮InJʤ%y㹒g1۾݊697SƁqޒa\<[/13,6l\N4rVx–1iq:&1_ZnN!(XRb\e{¾%43 x֧\ dC2Ժ@Xt(Ac0DzvVqse)+I:N8 AY"_UveSʂCBNfLx1%SFNU5ѷ)&mvDʓ^8$9u3\3+HѡhhQ*ڷP6"8&S93V*q& )5甼"+>lQ{-05(NwEG~]TS8ʑR<4*#ʶϊ ~"3T$א$l==4/Px|+ďRa0uckķpbAoAs%p 6Vm3SFǧƹD7?&vW&˵Bzst }$Me,֢6F&2@w/[~XȯՏ8He=a-ș/;mO6~b.7) M!OӯHUӓ];떬JɿS /uOj\48(~a2|:=b?0[Osg ( ]Z3sT9&y[޽Z*Puh܅Qs߄jШl5s3s4ZM.U柋w]y߄TKQmƉo},JXf3iu}_'rƧ9̰yM\1|>u$WTtYxaY;ϜҲKMAzqFWHN1ja1w~=iB@#ls5HX"4Hd6&K&5c%5`rzYLƟQ:mZw<@9s[p8)!x5!/@a_~ɶHJ~@n垨S5&i8ǡ] yQ>4OeVիmj^.CR4bBN-!37mZ$n՝i:򝞞AAZ\tN-k\p5 -fAVe \Ag汳 Cv!>! ZL5#Wt5u? \M8ͫMDHsh[Kibj .{q9ѧZvˏ-X+QR9͔A܉!*چ)IHTVJ)*2Z7pZ2'䉂յ^0@x%ou7e/AzS̷V~M*ᩓ9Tv4e %a;[OK}-pDNEkU #64 <8d/RTlܱm 0mxQ%Iʒ̈՘]Lq_hg`(uUغՓWJNn; - ֌h@SLz"M#qfRu_?@>xA)~TU:r[H)bcqmM/nW~>.ɔ:ʒ2׈:$;]7;Jc:9tU0-UR/e3s}o̞è;\E??/ό6(jXZ 7~&(nd(ԡ5s-q檔6N6}B#إ^{hM/:"F6fe̺vYOKtd Ԓ7B쥜}V$XiE>cxle8-."h I!˛ciDC[l9r(GBLn!i4/+Ig9Kpšb9Ѡ뀹`+9;YGSG]>ΒQGoOߦڼ6DҘh3F8C*xǂ?9L\>Қ;˙>&uea@ vEX:,~`k"93#7-Dꐿrdx3 4΂1yMΕQ+4rݦ8a=vCP!?:~XZs`1}"i8FY .7*}X9s'WbO1-HE:<)vm+R>N d / &8-ByyMyIT+{!9Gص*Sʅd=i u{[e/ܷPk?ԗ^]™ ԛd +1D=$65k+WΫJ^D5dKGTAx,bS%#cLŎbP`45:X"CL*:3~}[mjCuljMƢzn<&HIM5ۻPؐ\D=\݉;+ձj"-3:X LH}!rwXIP{Gf(B9dr`“@E2t%pci3_Tr-#\ httrѝ̾ ` / hB+}_n!rpk͑Ȧ3JéZ0}K"f7Fr(!\elz-b_Xƒ SڈB?2y/>֧X\:ш_QV = ַDE3\1:}˧TLY{un<;M=˞9xiw8 @Ac&pRdϦ3V/79ǥ+H~2#5d`6<4?Hќ^`M=J4GHD_v"± 1CКi D\=z3j˶6ۄ\֒E#2ꏹARWF_ H43 =4<Ҫz&D8 [D8J,Z^HA '`EԟwX2.UӥnÊM[]kfa{?2޲WxX(vk7hE"DN:xpP-qrt)cY1a6u5?iC[zi<],YDžK˛%Ɖz7@6-}α w+RY锰B#[kBE+˗ `Ф*(̞Re$Jc#: _g4OpV X,m`7^h.(I~@|XËɝl1d8KH[ fo8wnt2/LM H1?y0;R. ;*]cGD%!wcj$-<;` ǯB!,2/w6bo(l/`AjfX'3}tƢv#rԓ[ J_mF ];H Ni ʟ0z +#.o*yȞ 6+ Ӻ,^ՠ/i=#:}Nx*$t# *2)z9M}";\z~>gdkz'gXM`B2^w ӂuKLw:֔h/LfPfrQɗ=W`*MQ 2yp&3eDqt9oEu ^^0!(Is/+)E1 S&LQhw +>| I#tOkw&2z! jjy.{ ֿJ}o*f7rW[$EGݥ?#^ON$2Q<~ ~ bZut&7<`zOʷ*0 T^WFǷH|qzG1Ǻk[,%b XjYByC7;اAN\?0B1D?AJͫGY?fe8`+DW-Sb+(bޟCaz M ik\Ϗv̙aT>Pl^Pc%RI~4K~>s9su&Cuc&SmoP=I1<0b_|/PU%3rxXEmQRbFF\%) a4x0%+d"gb[gLK<*r'/[0uH9U'%uJR3tWvqDN$w4af %!9d@׭S7)0k?SD1򹌇>rμ"TB2`ƲL} ~=q1෥|SO'Z%k$%(EGV_e6gW M7p2Ypyд1itX A[JAW]ih3ċzwdz>c-}\fw-{\*Cy[0"  .5x+HҸl%C[my#Rc4;[Ā,U\BFqU֤|(R֕E[FV0)3CroMx#;;Mk惔qMc ~&&AAwi ? m6G3-K}ouYRO; ֬xl@, UI:#y|VpH TTYc'1y.CCcPGP2>E[bb@,ƈ'o5-widn5r݆F ܫKΊfG B i7} P!kuIKpT>̴L'#}U4j~+CS]ba4ZO[5lzpղ3##S+!&Y%CȎěe(  R pnFf E1(}[55 \^c6={Lpjaew ̿AkZOK㛵cI .SlQG L[šӱD4|n8G67QN^FLfѡ)AYʸ0=X{:@ C)>Px"hv={ɏLAWǒF(@?8$^6.q1㏅a#^o$@ 5ʅoUg|vƭޔPӇ9̓M׎\o6f z(eVjDexV)5+XS+law>7e(NU7rXSG$ޏ&m)b'zxDKxVX'룖{ou|q4c $l`&+*KRw Rc~\"()oٰS,/ksnΜ B&~f`^NUQF4{a4QT xU&>K_x$# SDLz6#W6œ~%zhHyfDgؔ #@:T5?䊆" 禠?tg~޽j-exdTIO,TNidC\c~폂jkmB\O+3ScSf ;:NL}H1~a@eʫ)tub~l3Y d/q<UNu~_ym}_1\q+H xzi'Dי~,8H- ݯKc;O`o,wQ`+#gI+?<1L+̨i{*UΈr +i:6s9bє\\66ݭ=;zS2{vtX5S oĦtw$4:>d{zJz+:wŜƃ^S -c*fVˊ4r%}-q!.pDŖC&36PMr7G)n h:Fcc@&_M@tfĹEn^$7rn شdbbxD sME\YO)e4i]b@H|{zc)M ~ri$fmϕ聆 >j˭V<}ׯ =!g;Jed&%Of = \?^.JҎ\Ҧ8H01jJXSgJTS0pm !zUG 랡z7^bȵ Yp^~0"2JVУaؽm'!:F3췶2ip6 1ѡδ+)rBnV,ǔBipRj!t/ $1|%NUom6%J Tp/R?ѱHBqݡ 3-qS+`?ѽ1v?O HtME):〮. [xpWYXDkKb迅ȕC `ft.f S|O<,Kڠdp 2"Υ[W.6L!PKxXK!vieYRd򿞹,m [vTnCLmN~b*DSqb\fA 'u{%5vct&8GgO9ZNQeChE *{ap!6/Q^.Cjv\"SW˯ o06,Wϰ ю6UQ;49e r$OqӋm? $ КE84]e4 r9q{iLa],=3\ݚ$J.m4~S-d,Y owf |[[c!/j~l]%6+ACm\Z1rxYFaп0k||bNf^AL+ 9T #ǫ<dxE3-66vm_|aZJ-bt3c;-L6q/Ƈ `Zʷ-a_[ ڱdzPeێ"n<{MX