libnilfscleaner0-2.2.8-bp154.1.24 >  A bxT!M@eeeIVgR4otS'o#&|p9pNGk[כ߲(p4mr` &~ C P%=r5|w%,WunxdǙ' l?R?;QI Z6K_Lrk(!ZAk.=Q{;( T,+p}dx֎-r3hObh(ضI"2I'8AR=o 6J YcǺR^`$yrvZ}\ZS/U^&+DJcV |H`9+T 3, '̀f0o$NPδ!m׀MX Q$\-DKG Kk8>p@ ?d $ O &GMT\ ` d l   `(/88 9` : >@F G$H,I4X8YD\h]p^bcSdefluvwxxy z Clibnilfscleaner02.2.8bp154.1.24Cleaner library for interacting with nilfsThis package contains shared cleaner library needed for some applications to interface with nilfsbxQs390zl29iSUSE Linux Enterprise 15 SP4openSUSEGPL-2.0-onlyhttps://bugs.opensuse.orgSystem/Librarieshttps://nilfs.sourceforge.io/en/linuxs390xibxNbxO8654e2e0119d15538bc74aed4ff2f49801189c75ec1b8b9256e43c54cea26feblibnilfscleaner.so.0.1.0rootrootrootrootnilfs-utils-2.2.8-bp154.1.24.src.rpmlibnilfscleaner.so.0()(64bit)libnilfscleaner0libnilfscleaner0(s390-64)@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)librt.so.1()(64bit)librt.so.1(GLIBC_2.3.4)(64bit)libuuid.so.1()(64bit)libuuid.so.1(UUID_1.0)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3aTU@`}@Uz@UF@P mpluskal@suse.commpluskal@suse.comtiwai@suse.dejengelh@inai.detiwai@suse.decoolo@suse.comaj@suse.detiwai@suse.de- Move some files to /usr for UsrMerge (bsc#1191083) - Use macro for post scripts- update to 2.2.8: * fix some build issues * fix bugs: - mkfs.nilfs2: fix underflow in calculation of minimum number of segments - mkfs.nilfs2: fix wrong suggestion of minimum device size * update maintainer's email address * Fix conflicting data buffer error; this fixes a cleanerd crash issue in some high loads that leads the file system to a disk full. * dumpseg: fix misuse of endian conversion macro for ss_nblocks * libnilfs: fix potential memory access overrun at * nilfs_psegment_is_valid() * libnilfs: fix potential underflow at nilfs_psegment_is_end() * libnilfs: fix potential underflow of p_maxblocks at nilfs_psegment_init() * libnilfs: add missing errno setting at nilfs_sb_write() * libnilfs: add sanity check on segment summary header size * libnilfs: check range of finfo and binfos before reading them * libnilfs: add sanity check for block counts in finfo * libnilfs: get rid of HAVE_MUNMAP * fix the problem that checkpoints and blocks with a future timestamp * fix the problem that cleanerd timeout can be too long when the system time is changed to earlier time: * fix other problems that can happen when the system time is changed to earlier time * fix bugs * improve checkpatch script: * fix coding style issues: * minor-amendments: * cleanups: * lib/nilfs.c: add missing initialization of nilfs->n_opts * lib/cleaner_exec.c: use _exit() to safely terminate child processes * update checkpatch.pl and misspelled words dictionary (spelling.txt) * lib/Makefile.am: do not set -fPIC and -static manually * lib/Makefile.am: use AM_CFLAGS and AM_CPPFLAGS for simplicity * lib/crc32.c: make crc32tab array static const * remove obsolete email addresses * AUTHORS: update header line of author list- Update to 2.2.3 * lscp: accelerate backward checkpoint listing * lib/nilfs.c: fix potential leak at nilfs_open() * get rid of unnecessary null checks before calling free() * get rid of my_free() wrapper function - Changes for 2.2.2 * mount.nilfs2: invoke cleanerd even if no-mtab option is specified; this fixes failure of cleanerd invocation under systemd 216+. * lscp: always show snapshots, even if marked minor. - Changes for 2.2.1 * nilfs-clean: do not override min_reclaimable_blocks if -m option is not used. * nilfs_cleanerd.conf: try to use set_suinfo ioctl by default * nilfs_cleanerd.conf: set min_reclaimable_blocks parameter to 10 percent to more reduce relocation of static data. * libnilfs: set errno when device doesn't contain valid NILFS data * mkfs.nilfs2: fix gcc warning "array subscript is above array bounds" * bin/*: improve error message on failure of nilfs_open() * install nilfs-* executables to /usr/sbin to resolve warnings of adequate (Debian package quality testing tool). * nilfs_cleanerd: link libraries statically to make nilfs_cleanerd self-contained in /sbin directory. * fix typos in messages, manpages, source files, and ChangeLog file. - Changes for 2.2.0 * lscp: show block count by default * lssu: add option to print count of live blocks * lssu: display "p" flag on protected segments * fix build of dist archives * lib/gc.c: refactor reclaim function * lib/gc.c: add optimized version of nilfs_xreclaim_segments * cleanerd: use nilfs_xreclaim_segment() * cleanerd: add a no_timeout flag to enable faster loop * lib/nilfs.c: add support for NILFS_IOCTL_SET_SUINFO ioctl * lib/nilfs.c: add NILFS_OPT_SET_SUINFO * nilfs-clean: add cmdline param min-reclaimable-blocks * move generic macros into util.h * fix coding style issues * bump up version of nilfs-utils written in manpages - Build devel package - Split shared libraries to separate packages- Use url for source - Clenup spec-file with spec-cleaner - Update to 2.1.6: * cleanerd: fix wrong cleaner speed of manual clean mode * add missing initializations of ioctl arguments * cleanerd: adjust the OOM killer * mkfs: check sizes of important structs at build time * cleanerd: rework daemonize() of cleanerd * cleaner_exec.c: get process ID of cleanerd through pipe * mount.nilfs2: ensure that gcpid option is dropped if the value is zero * lib/nilfs.c: remove broken readonly fs check at nilfs_sync() * lib/nilfs.c: add missing comments of API functions * allow to make without libblkid * remove redundant selinux library references * compile legacy {mount,umount}.nilfs2 with libselinux * add --with-libmount build option * add checkpatch script * fix many coding style issues * a minor update in lscp manpage * update README file * update AUTHORS file- Update to version 2.1.4: Major version up, addition of nilfs-cleanup and nilfs-resize programs, etc. See ChangeLog for details - Enable libmount for avoiding the read-only /etc/mtab problem (bnc#773184)- Remove redundant tags/sections from specfile - Parallel build with %_smp_mflags- fix License tag to GPL-2.0 only (bnc#733051)- add libtool as buildrequire to avoid implicit dependency- Fix build with new glibc.- updated to version 2.0.14: * fix privilege escalation vulnerability in mkfs.nilfs2 * make the invocation of badblocks safer * fix failure of nilfs_open for devices aliased as a symlink * add -p option to cleanerd which overrides protection period * fix code checker warnings reported by Eric Sandeen * drop suid/sgid in proper order when invoking cleaner * drop other suid bits for safety * code cleanups/sbin/ldconfig/sbin/ldconfigs390zl29 16520912172.2.8-bp154.1.242.2.8-bp154.1.24libnilfscleaner.so.0libnilfscleaner.so.0.1.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.opensuse.org/openSUSE:Backports:SLE-15-SP4/standard/d673a35dd5efe1bd6ba097e9c547b3cb-nilfs-utilscpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=022ad6af579ebc6eccd5732bf926b486bfba5a1d, stripped PR RRRRRRR Rۜw7 u0Kutf-865ad2ca358c9561a2d2c870fe5f8420593fc23048e13a8d73f8fe809ac4653ca?7zXZ !t/k7] cr$x#FKZ}8f\1pM4 ŬuED:lݥh%wW=+^%OVw)gϩ%&i8pXHOa\aC~iYח>.ǧp WlDiE%~yeܜ:Q(AiK{0 J à0@A@O ҇".C/rlg{`M.^,01GtL,g꫰.#raP1EEuҔҀѾKO˿p ⋉ڊpuWKAY#eQרpLpu"1#հ xxf! C8OM##Pq>ҝϨnUtC(-R/١_>45M8dAΨB} 88(~6Q;ƴ%ɹBSzT7 d7 |;Y !U>:>e;l#Խ/rD᜸ɛ:8c1~>w$ 'Y}[+lS7G'϶ؑF@ߜTllQʪ~.P Ԥ8DӚ(QQy3zv3W[cm'q (7Z7Ն\5_14Yu"u;68 V}u$OT ì:QZx1gLn㙠[|nކ3Gs. 9LT(.5hT' y5WOp `aKoɜW/Cm62Q7>KnaF@ 89"D=A3e ^&u^5YsW9Gic@G>M!&W}d|{y>"QƽZ^hVj TG x4O+H'k\o誜1ƈH >˫1ǡc׷agaq_{+bܨ-l?M.8wqݠ "ʦДj7Z@ ʪ ڝo47Uce_Bj ]њg#po{m8=G©^Zֆ0̙eI&t/D; }P7ЭvVK#8'>OXkt;--""]y5h8#C1opű:~1Zg™j?'EhD/+H\ƌ)覺N6Iێ|TxJIXXW"~:lrϙ&GШ='nf+=ǵSu2=_(vҙD[s*[pGQ%$SqX8 Zr%-nC=>UEp?% F`uu`7{;;⺊hgmG?},gvee@dF?>@|,8@#6])n۪O990vTmG.x/Bfrxgps/B_о1[w˩m &ଡ6Ǭ߁+؋R7uY*,BXlDvM{/dy?*] ѫnT βP 1;G]ahC]1iXʃƝ܋MV8{X [K%IӖ ??уE:UKy¥ZtO;]Y>Bd[k)lPQ^Ec /;uݤ緐Z@M9 P:Ǻ~21F3wjJc~3#K.4{hJEKl"ex$bj,ck(#ߐ)[]JN| !*0P"A/kj3M~ꋉ9'Քl4ōw><*DojPfGpcTe;ھOp5ܿg7 tOzYڸVw2e w1Pii5xjpLB<#w&oX?#d ͂KyvH r *1zmm6fʅ 9dHW !x[Y2VϜOJVѐa%'z+4&(Jjq[ U{m%4|OԐI3`RBݷ/*4%2rFJdH^"۞SȜ\{n^W;W,Z6+;f"@|ltLb7ɤ)wz;pƱ?⪣5e`<|>f|;|' .C$s]GA=sXc {.n=N>S:p(٫37oO9b:Ib?3M tH=YZA4v4"5~gU&)!G@n%L:Lh7Aל=nAE5S3>du=W䭂6 X$BcGӾ i|C$ϾC:KbJ=˟aeaXLyte`T3U*/#8i-yRE$'qMz5˦22XRkd /|5?p2H[F scY(]N-$Q$WB$9[cz(ά'UX\NtyXǓqyd0G7AН󅠸KBϕPѮ"IwS4TZzlϗE wˆ6>M o;DC0B%JN7\?\Y kxIE@s"N8lJ1 p Įb)%,0X V5xZN6CG@6#^Q`L-uzxmحs2m}EvH&W/G~pѝGfikn>a0>ӽvd' W>[ҬFdT,JhPzz[^6Ss {_TTj[0 ;zhe[K\߰<(ζY=#҆G:KwQmwȐʛf}3 m^0cV@%nlНbP蛝KyD8|y .@)MovY9@qdEt*qnsA7=i$'d2xk;綅c0%bC@;c1Ti\B^HIogw.FgUGsEp`V kEd!)VV] j&ib߄,jA.},WlN@<3sc5#ޔ<%q{{bu@V~DgXdIsʣ+-U~$B߱JL)gd 0-Hg/?ϑ/-JZbU'O@NMMXǬEO׺n Sf 'R{h35KOK\R*g^,lw*/Gơ6a;CZxB3U-Pnҽ Ft[Ϋ6i;t{F{pޱ ғEnMB^/إ@/ 6R٫bϳ1'%,})mM1-(Dxv_##S-p@K̓u2DAFgqƂ5 ll|b9kJ "PcCBoqK dey:kkY~$ߢt81oKJOJܚ$5&}&▱6vbc("BP{N`1(&Gkܓ^636MVi xW'1O 8Ŧ㯴!\KZ0>4Gdz߇a, semSQ9MzKMގ(wߒnR5ć#h15žLdr qnF}GlS R\p\(AL^A@d]6h-e.Qr>s4\djY(@úIUٴiI`|؆JL7a\s'Άr]NZ5԰̌=udMX{c(p(Lc8IP mB~^Zi^E8s>ܷծ,>]E҄pVr\ &Uby;)uLR#&tk{5{,‘<7X+~ƘipNmQ6Jy7oKkv@>rJs}pGJkgfe ënv~d 䊌c498MÄC (K?*}=K] =R{o >0uhgK*e>'!)'}j9D]@=|SG|x7%;F!U909O̟`6ue.cݽoô5 h7Sޗ}ԲG/ : UŃJޞ,!?̪66&kLV$4Dܥ?$MK4EOZ)ׄݒDhe&s& )A lI[nk8`yh^F|t(MA}M\S4׷?Q`޸f˃4BsחO$< `1 yKo[W}e1C3RYyAVI|B%2+.aH`T.<9mP'l a sJzO1&CY{6WQc-r\ hR] ; k YZ