libnuma-devel-2.0.14-7.1 >  A `6p9|6z79pT^̹u'Xa.OJ=g*:|ݞgV$ QTɭћ`ds'E+cF.*N:*XYL g5Ƚw4] ٺU##QkbZqÅy>7,l<۬o/M'cbT;.K0rSflgd=1R"Ju5 ,nIq w]Oŝ;:Idnxa6ce7037b348cd019101e69198ecd40fc3d17c118ff97a6c2251c4f3d7af21741b8a7de5154a38059ba7f5fb29687e5f032c0e71X`6p9|Bj_x.z'vw @?k^ybzSsB9:{gi+ qR Gh-qO"$?=e2dZKWbv ǩA2zQ8/ahtŪ6ɫ=-2+XH3v2fpZ[>7'8E5^}AyC hIXd+W!q܅5E/?샌 h; `{ZQ.svg>p>?d  / .Z`h      $B`|d(89:*F#G8HPIhXpY|\]^b4cd_edfgliu|vw x8yPzXhlrClibnuma-devel2.0.147.1NUMA Policy ControlControl NUMA policy for individual processes. Offer libnuma for individual NUMA policy in applications.`s390zp38cSUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/Development/Languages/C and C++https://github.com/numactl/numactl/releaseslinuxs390x4#``````c99115754248890ba461c1722eb4a2c7ab684613e326284646a5101673a8604ecfe32ae7891dd0620a6bd80605e0c52db34be4dedd855329452b4a6cece220a4d51824f24264e5727612754344a8d35422352efe34e3cad2984cec4155bc0d0263404b03f3cd0680690b4be0c8f040f79230c2e32d54164eb7efca68961ab7651da4d5e628fbf9ef27f97786beee8a7dd914f2e1091a5b229518d6a00bfd7f43libnuma.so.1.0.0rootrootrootrootrootrootrootrootrootrootrootrootnumactl-2.0.14-7.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 %cleans390zp38 16230627782.0.14-7.12.0.14-7.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:Maintenance:19904/SUSE_SLE-15-SP3_Update/70f0eb9da671e54e927c5bca2342823e-numactl.SUSE_SLE-15-SP3_Updatecpioxz5s390x-suse-linuxC source, ASCII textASCII textpkgconfig filetroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)PRZp?/utf-82a2397c77b6dcc323e4e826608109038b4474745d90d06e67c4608b8003bc44b? 7zXZ !t/g4] crv(vX0Sӯ md0wW)b!TZ]Q s:{/n$yf[W?wXzx}ȢH 4ىFau8bM|. CW4x7Y&A”,M_)h> MDz:GgQT11IĬ MC2Ɓ"u֙ ^Ď!{HO^"i(';!aX@KAcM;CaL(iU_I{dcr M]:Xᓫ7)ڢ%ǗfJ ’ bmzۦ;'Is[pB(]J; F 3W$RcDTdYd,g>bbHQ᫔t͢G,ͤ?bTTg֖ȇ$kQ0Q^tgI #f4~Mboz2"DFiTYYlћj0]J Jp<@ïhB;|bQhﱓoZ`İj>j! a"ɋ/FSBc6M\ڱIu_i zl~ A/ҬrP, a* gBedL~n+:A^ܹ%`^7&_j Vw&#km9\&}iW[ܵ# |jvG-|ƶ>eRew=P- ^$xF)< uii,EPJ'"'7|qx?x@9CV?y]^7~RznmVTn|[}mwȀwTW8NuI+pVOҜmЪ?Ї.ama>56eDGIaJ Ugra@-4#ʘqeA_gj9$i^o뒄k1e7HZ6Z+yIFmsaIZPtX&v[Q%X ڎaz56oSrp[GyN3a')zVn\vYw9^l#IGSq,+2(k|tVrPcEI 4oDBMh)6?3_/D)K[|IR:X?0A _޳rK#da7MN07?gQ 񚴃3SiHkK$~; IJ6M1Ų[0`_fn.͘^tp/ū4΍ٺ :2lE c4|('-5&nUzV'>M@"v* A=}jD$)g=U9)ih)*4%ϙSq7*~B} u"w#l&)՞bRwd". :Zq硸aLYgJÚ 4~>AߐUrhyZBEpE/gk?X5Jp^o?gk]#M!ȊsvL%bË1Zik$%vݷI/ۚT jSðag[$8y|}jMq),-*wDSJ<;XÞSBxk-6HI+E`hh[zY|ij[!aѸs A[0{,& :lq ,'_촒IBwHf 4XWy )d-:Aub`Ҹ~.X- pخ=ds&EM\Vҧn"]`s@H9ضGDz!G2g.v!UZ\ZMFɷnH D)۲&hlc6u|)P(,S*Ýo)d)2`MIK{3)O 0 55,;/0gwqϸd$mbmeI+g.Pֈ%o1"5V*6P7֘| ̳0ۄ ,%=y,+&|9)_xR BZJ#\* ނw7uC="w30)?O!yXq fA="t~!9Ϋ4A |:bDCdob]K݄0yo0rzUǻ=`eX"81x$;CmO*'3IGxy< [D13#cYO0j`*%{suu:P첺_c"#R6v'qj}UKfza?;L8  ȠGB4 ;$C[t=S$ZۂVsoYUt;Kޚv#]R|!]xE%}٬?!GP`O5C_ƬsB%`]5r"tZA% l9_ͭxv{LSO8+b025?K ^FoYķeB^;t~uG4YrIlĵ*Z|{IoWf?mL'2bp^Qf94hr=8Ǜ=)Ie' ,Η] ~++1`qodt6@ 7$V6^"! eYBB%cP dzp5tuu-5PnC00u)j_PMtaL.Mo=nXXOHȀ!zCVrڮ/_\/5!p7r/9Nf',"or c쓝ԶQ8X16S}1&ߧ#ŪX|PG'+KTי1 R_ ̣Z+=7eRnX`24;mߍ/VWG< ]Ljj+L:}BOB݋>&IR FHaw*щ3Un@/9k(r;iAv9zC I6AK{ a+@}Ž`QZ\SawVwK_>>@S`j'pv~ׂy("DF;o\3iEP$0M)U-UwB5+TUfef $(VKJ\LT5|0V_|?!DXi>v өe֬{wڊ U+5 }2U( }thy]}b37-Xލww@ !y|sЁv6%"h a̦էG;bN"~bSS~P!/!E|i -,&Ft?=W7T2cKyje¿ W{͜A'-eaKfߖAEF"rl[Tp] .[l9Fw&:+~bq?s3`+[㠗Ը^K=9(xIs(S؄P%U2C쯥,)x)9jk!RThZ/`њS!yY'Hw,ȩ)%*!{`jD ݛ:lQb*@Ie~o$A 68fЍZU%_h͔}J?m88W8`%8ne n#ێxe.E2ز]uہ֎KqM̄ިY,ѫ Rk,+ܭw0=F4C梗9e}]]#%V(n-$Kh cSLxPqO՞aؗ6}(tw6}@D`ȉBzq{ȖoD0 RZ0蒅U?FD=J +<y𾅳F]HDxT{K7&7:T-V燾;%3 =@[۷*gQRSFϒbBؗV4 !ɻAQ|NFxƶ5 c#CFC+@vj~lǂ /kĨD`@& G0D:,hk}mC {g5J-\ uL.&0@^2ՠ&TFuJ _nd;CĿePC^IV Fb f3ܷ {Aɂݳ)m5·7G3PX.t34Y.PJzLЄM;z˭<eT a;dtV\Mw ɓ3*Qь8PXQF~l[(!.0ֱq=R޹!h^8>I+4a@ܕc/FbXܫjSroO,g<0Iflڊ8-xXxEc,`bJuJ)/6'8|\i#QS N+ygx1@wːGt֑ !u gvAP)˼,~.{m Xv}oXm$ќ:iUˈ'SE4Yb~ \_R19vq8w〛!勞D[ yXv qlqt`FyFHbp}|VG8NZH1a*^[EwQQA-ەBh{hÖ)_ 3tuцXSj ;*lp|iM˘Vx3yak@8~@Xhx d]e@;"O/, HoDTݾ?Uj(Xm-+]d(4DoKR17] K̓=G8K! 9]wx@ҷo-6j5h %67Kh_TΘ)fI'^iPnG_%yQ"!9˽GyD BԲM)=F0J́0ͥ2Qԡ yz֊J/:A?63NL֦-_ 6SŒTBt["75] Qܔzܟ{'WGĤ?RNQF/[/%ݷ"::$n_gW 2ۧHʈ4X[/ >c-IF+s5&+d.֚jͱԔhN#LV;h$*ǪpnŨc}Zn:ҭܺ}̌v aĪܑT7 @RICzݚ+@5 ,t${bƮ |i]EDttOEd7-na2e)M%N'AR[p{Y`Zl*3v[4% 0[)IAVdn$^xְC i0!Ȇ) yWNc_:&W+Sh挩Ezvg(%\0RѰԃ{3e! ɟ9E}L4 ;U|&6qڤn#]wcMW y57EidZg<&*pk:IM >~ʱգ`7Og'*,l~`-r8N9-m޿ 7m  < cR';H!t=+r;qᩬB_[ }C?Q~ƒA-Ñ&鯇sѨ&vB,YfβsM4~LR0۽ˁx1z *TT[ F#+{̴d zؖ=YJLsVzkN f]Zв)1GFUy(7H|r2`=9X~Hi[&Tf@r$!,a!DVu Odc.UQFWY9j_+{ݰM|[sPK/oMT(huJOÞ{!9^v < ɾpU~ *n pnK[%A/cnSϛDP:9$cT1Hzw9 c˖mĭU~)r*=EXD+ 5]c2ly+j)>w;Oie{O-G_UVti@.H lB5FV(T>ߔ>U'u٫NOixP׺o4UX>!M<]I˂Xd!+YUjgMIVxҘl84ףx$"԰<ܣk@S:+Iy%& 1k$9䌽K GC-@Ήd.f(x CdG/dS.ӈްhFZtUJJ<ІDjꪯ&m̔̕=Q>o侀"N'>(wM}eswM^ƄdQF|xA>,9TgiAbdMn孺3jƿ0\RK6f\ 4XȢ!;nکU P~ -Lvqb! F)/㏊WE˸2 XNMqIa<ʓLR%<ڹ#U{ =˖X`^YRPcA'4T&`8;lx0'|I{`͝E4ʮr_mڡ4WO3l.X56/w8+k< *nۿtfYӎlC2xMf !>RGy8̐. f-Rՙun ?Y*s$=v,r)ZŸO.DI4)qw#ncu7*6n!nQh)7" wŅ[9$zדȵNkz@87Q6 ʂ!qgkI]gDtg:Nsk_ @xI+yC#E ոda:g4>'K,wF(RDBt)MOH<̼#GȎu:`mDƾl_<IAo-Co4nLCu.MvE/1M‚`/AY9^ 0y`'Uw|ݯޗAPCC]OTP.g(Qq3Ѡo gly(m9.Q$0_f>yJ\ ěRo9,e8]Iu`/ܜֶ}4&\;$5,x-Zꄙ4,$%%! 8;Ot⁗99ϱ`X]}"$VG3ԇݠ{w*+u8阉'l~] fc2ci['%2o o^HC"ja'Ÿ2Lz$Ky}>וL&~0$Bx2=yuT"!Ef`hy49`*itDl< v3 W6 zG`ae I؁ԓYo1BAZV|[,h_O/T4u  $/qX2=i$umx7Jj-zncvn?Ϋs#Z ,k:?HU:Zw04bPLB/] 4pɔl>ZdTr>N5 &ܖa=kƐPkLʂu/4.N@N"( vŎK@5  viY/Ϊ'ayl b~H. v's;{5rUOhƉ(Zة)n1N˓t%~@)^:VesSRv1$WsʬFBa 8-58.r[ 9*!GRHn'D=8*j,uڎŴZqiRW+HvWc^uC@_F(kDpF ^1$z&v*ARWx1pӑpW{jG.N4RJ.~PIM-owzrI? geKkz˪7-BCP_D)_vCZסW)4匨:x`!<^HZb. t%űɳw@uWo ,"SVC}.S*EL80 os?@ e^R 3Lbpһi9,Tl '"8 ҆~,0x&9[=m[;&h9B)+8:yG!e5XyqM4 ~G{w`'DgO ĚQçFm`+PMW%)CGN{7*mWTȵ+ϢEfO B$́jq@Q^oT$ Cg3INf8m77#D!Cn"u8\PA@oNr^WkO]P,ȂI2UGNGa (zYv.9a?fِI2ʉu=&qBAegx'ߙHG1wXrJnq'ů@*,ar\*zZ ]5uռhjisY˜ ,?~/C0t&ӯ1wu/iT8#0N:zgy}9#186r5r{h}2e׏ wyynne3܂Ԅ1ET sK{JVݫ⬎茬_54揩 `sa)2U}NfNᦸJXفYSL|6p nh} ĺ7=_/H2 gUOq\ H˦=WO?G} AjeۘEb 4r)\AI|QCi$Vt Ljm?ɶJ,]i@o߶ YZ