lxcfs-hooks-lxc-4.0.1-lp151.2.6.1 4>$  Ap^)/=„XH&/*M8YEGRT#{)㱐a6?M":ܶeJV_"YgVT.xGm}K KsPʴZxf'xHl,&\PVO]e׫dΔմń;YϮ16Sփ0D]ܿnQN]EjR"-#^8::e/W/'m[]1 dZP6837d039d28ca2052cfac9fb205f7b986324a6398f3fac298e68155e69f13b85edb14d86ad12df42264248eec65923c064a9e11f1܉^)/=„͂U<]a 2v,`K'oS}zJʤAALX"wq706=j]0bRݐ-9iRgHRͭdk.}\J2 ҧF Kۿf9 I'U9?;nB_,dtf[KZQoTy{pvn4S9_''pT~{|T<`$>p>,?,d $ 8  ,2<L T \ l   ,@(89$:F)G*H*I*$X*(Y*,\*@]*P^*wb*c+xd,e, f,l,u,$v,4z,I,\,`,z,|,,,Clxcfs-hooks-lxc4.0.1lp151.2.6.1LXC hooks for lxcfsConfiguration to add hooks for lxcfs so that it automatically interoperates with LXC for all containers.^ cloud136gopenSUSE Leap 15.1openSUSEApache-2.0http://bugs.opensuse.orgSystem/Managementhttps://linuxcontainers.org/lxcfslinuxnoarchgAAA큤^^^^2a75c83c3ced265cf393aa86259904eca860d418760f56cd88d9dd228ce145e5rootrootrootrootrootrootrootrootlxcfs-4.0.1-lp151.2.6.1.src.rpmlxcfs-hooks-lxc    lxcfsrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)4.0.13.0.4-14.6.0-14.0-15.2-14.14.1^@^8 @]m\\@\@[!@YeY;@X6@X@WWW\@W@W8W~D@W~D@W~D@W~D@Aleksa Sarai Dominique Leuenberger Pavol Cupka Aleksa Sarai Aleksa Sarai Aleksa Sarai dcassany@suse.comopensuse_buildservice@ojkastl.deopensuse_buildservice@ojkastl.deopensuse_buildservice@ojkastl.deopensuse_buildservice@ojkastl.decbrauner@suse.decbrauner@suse.decbrauner@suse.comcbrauner@suse.decbrauner@suse.comcbrauner@suse.decbrauner@suse.decbrauner@suse.decbrauner@suse.de- Update to LXCFS 4.0.1. The full upstream changelog is available from: https://discuss.linuxcontainers.org/t/lxcfs-4-0-lts-has-been-released/7031 https://discuss.linuxcontainers.org/t/lxcfs-4-0-1-lts-has-been-released/7130 Related to the LXD 4.0.0 update (boo#1168338). + cgroup2: Support for the new unified cgroup hierarchy + /proc/cpuinfo and cpu output in /proc/stat based on cpu shares + /proc/loadavg virtualization + pidfd supported process tracking * Improved command line options * Compiler based hardening * Minimal compiler based resource management- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to shortcut through the -mini flavors.- update to version 3.1.2 (released on the 24th of July 2019) New Features: * Add support for per-container cpu usage in /proc/stat * Add support for load average (loadavg) virtualization * Display cpus in /proc/cpuinfo based on cpu quotas * Allow to disable swap in /proc/meminfo output * Virtualize /sys/devices/system/cpu/online * Enable higher precision output in /proc/uptime * Add support for FUSE nonempty option Bugfixes: * bindings: ensure that opts is non NULL * Makefile: Fix typo in file name * remove unused functions * sys dirs do not need to implement 'read' method * lxcfs: coding style update * config: Adds RPM spec file. * config: Adds reload mode to sysvinit and systemd scripts. * bindings: prevent NULL pointer dereference * stat: check for out of bound access to cpuacct usage data * calc_hash(): do not apply modulo LOAD_SIZE * tests: include missing sys/sysmacros.h header * bindings: prevent double free * bindings: better logging for write_string() * meminfo: set ShmemHugePages and ShmemPmdMapped to zero * bindings: fix memory leak in calc_pid() * travis: fix .travis.yml * bindings: fix memory leak in proc_loadavg_read()- Make lxcfs-hooks-lxc supplement liblxc1 instead of lxc, since there are other liblxc1 users (such as LXD).- Update to version 3.0.3. The changelog is fairly significant from 2.x, but the main difference is tha the PAM module has been moved to the LXC project, and is no longer hosted in lxcfs. - Add workaround for pre-15 distros, where _sharedstatedir was inexplicably /usr/com, to use the correct directory of /var/lib.- Rework packaging to be a more modern openSUSE-style.- Make use of %license macro- update to version 2.0.8 This is the eigth bugfix release for LXCFS 2.0. This includes the following bugfixes: * bindings: Add mountpoint for unified hierarchy * bindings: Calculate uptime via proc//stat * bindings: Revert virtualization of 'btime' field due to regressions in ps * doc: Update README * init: Add cgroupfs-mount to Should-Start/Stop sysvinit LSB headers * lib: Add common fallback dlopen for liblxcfs.so * lib: Fix the installation directory for liblxcfs to ${libdir}/lxcfs * pam: Add a 'all' option for -c * pam: Chown cgroup.procs file on unified hierarchy * pam: Report back when we find a unified hierarchy * tests: Fix invalid comparison * uptime: Fix a problem with subsequent reads- update to version 2.0.7 This is the seventh bugfix release for LXCFS 2.0. This includes the following bugfixes: * Remove unused variable * Also check next variable for NULL on cg_rmdir * virtualize the 'btime' field of /proc/stat * cleanup: return false instead of NULL as bool * Limit memswlimit by TotalSwap * pam_cgfs: remove dead assignment * pam_cgfs: return created directly * pam_cgfs: make sure that **p is not NULL * bindings: Want space for ints? Call sizeof(int)! * pam_cgfs: make trim() safer * pam_cgfs: error out on failure in cgv2_init() * pam_cgfs: remove dead assignment * bindings: implement guest nice * bindings: increase reserved buffer size a little - added signature verification- deleted patches 0001 to 00024, as they are upstream already - 0001-Fix-test_reload-for-lxcfs-chroot.patch - 0002-Virtualize-more-of-the-meminfo-fields.patch - 0003-pam-fix-race-in-cgroup-creation.patch - 0004-meminfo-don-t-show-negative-swapfree.patch - 0005-bindings-improve-debugging.patch - 0006-bindings-use-openat-fd-for-fstatat-unlinkat.patch - 0007-bindings-close-open-fds-on-error.patch - 0008-bindings-grant-access-to-var-lib-lxcfs.patch - 0009-bindings-enable-access-to-var-lib-lxcfs-cgroup.patch - 0010-bindings-allow-access-to-var-lib-lxcfs-proc.patch - 0011-lxcfs-bindings-show-.-and-.-dir-entries.patch - 0012-lxcfs-better-fs-behavior-on-var-lib-lxcfs.patch - 0013-bindings-non-functional-changes.patch - 0014-bindings-set-errno-in-pick_controller_from_path.patch - 0015-bindings-more-consistent-fs-behavior.patch - 0016-add-pld-linux-support.patch - 0017-don-t-use-argv-0-in-usage-output.patch - 0018-bindings-revert-cgroup-check.patch - 0019-bindings-improve-returned-errnos.patch - 0020-bindings-make-rmdir-behave-more-consistently.patch - 0021-libtool-do-not-link-lxcfs-against-liblxcfs.patch - 0022-bindings-lxcfs-improve-debugging.patch - 0023-bindings-fix-debug-macro.patch - 0024-bindings-restore-original-working-directory.patch- update to version 2.0.6 This is the sixth bugfix release for LXCFS 2.0. This includes the following bugfixes: Fix swap values with nested cgroups tests: Fix run on ppc64el Fix wrong scanning of memory.stat - update to version 2.0.5 This is the fifth bugfix release for LXCFS 2.0. This includes the following bugfixes: Add Documentation key to systemd unit bindings: allow getattr on O_WRONLY files bindings: remove noop check fix Active/Inactive /proc/meminfo macro: add header for shared macros pam_cgfs: reimplement and add cgroupfs v2 support pam_cgfs: re-use cgroups that already belong to us pam_cgfs: handle cgroupfs v1 cpuset controller pam_cgfs: improve logging cgroups: handle non-existent isolcpus file - update to version 2.0.4 This is the fourth bugfix release for LXCFS 2.0. This includes the following bugfixes: Fix test_reload for lxcfs chroot Virtualize more of the meminfo fields pam: fix race in cgroup creation meminfo: don't show negative swapfree bindings: improve debugging bindings: use openat fd for fstatat(), unlinkat() bindings: close open fds on error bindings: grant access to /var/lib/lxcfs bindings: enable access to /var/lib/lxcfs/cgroup bindings: allow access to /var/lib/lxcfs/proc lxcfs, bindings: show "." and ".." dir entries lxcfs: better fs behavior on /var/lib/lxcfs bindings: non functional changes bindings: set errno in pick_controller_from_path() bindings: more consistent fs behavior add pld linux support don't use argv[0] in usage output bindings: revert cgroup check bindings: improve returned errnos bindings: make rmdir behave more consistently libtool: do not link lxcfs against liblxcfs bindings, lxcfs: improve debugging bindings: fix debug macro autotools: add -avoid-version bindings: restore original working directory bindings: add function to check fs type bindings: agnostic naming bindings: use chroot() on ramfs bindings: fix type weirdness with statfs f_type bindings: make pivot_enter() contain all its code- update lxcfs to 2.0.3 - add 0001-Fix-test_reload-for-lxcfs-chroot.patch - add 0002-Virtualize-more-of-the-meminfo-fields.patch - add 0003-pam-fix-race-in-cgroup-creation.patch - add 0004-meminfo-don-t-show-negative-swapfree.patch - add 0005-bindings-improve-debugging.patch - add 0006-bindings-use-openat-fd-for-fstatat-unlinkat.patch - add 0007-bindings-close-open-fds-on-error.patch - add 0008-bindings-grant-access-to-var-lib-lxcfs.patch - add 0009-bindings-enable-access-to-var-lib-lxcfs-cgroup.patch - add 0010-bindings-allow-access-to-var-lib-lxcfs-proc.patch - add 0011-lxcfs-bindings-show-.-and-.-dir-entries.patch - add 0012-lxcfs-better-fs-behavior-on-var-lib-lxcfs.patch - add 0013-bindings-non-functional-changes.patch - add 0014-bindings-set-errno-in-pick_controller_from_path.patch - add 0015-bindings-more-consistent-fs-behavior.patch - add 0016-add-pld-linux-support.patch - add 0017-don-t-use-argv-0-in-usage-output.patch - add 0018-bindings-revert-cgroup-check.patch - add 0019-bindings-improve-returned-errnos.patch - add 0020-bindings-make-rmdir-behave-more-consistently.patch - add 0021-libtool-do-not-link-lxcfs-against-liblxcfs.patch - add 0022-bindings-lxcfs-improve-debugging.patch - add 0023-bindings-fix-debug-macro.patch - add 0024-bindings-restore-original-working-directory.patch- remove 0001-skip-empty-entries-under-proc-self-cgroup.patch- remove explicit Provides for pam_cgfs subpackage- install pam_cgfs.so with the pam_cgfs subpackage- add 0001-skip-empty-entries-under-proc-self-cgroup.patch- Remove lxcfs-devel. - Install shared library liblxcfs.so into /usr/lib/lxcfs as it is not supposed to be used by any other program.- rename devel package from liblxcfs-devel to lxcfs-devel- make sure that lxcfs install the shared library liblxcfs.so: The lxcfs executable requires liblxcfs.so be installed. It calls dlopen() to dynamically reload the shared library on upgrade. This is important. Do *not* split into a separate package and do not turn this into a versioned shared library! (This shared library allows lxcfs to be updated without having to restart running containers!)- add lxcfs packagecloud136 15858135364.0.1-lp151.2.6.1lxcconfigcommon.conf.d00-lxcfs.conf/usr/share//usr/share/lxc//usr/share/lxc/config//usr/share/lxc/config/common.conf.d/-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:Maintenance:12245/openSUSE_Leap_15.1_Update/6a6e89069eb38dcf1f3b4f5a01698a4a-lxcfs.openSUSE_Leap_15.1_Updatecpioxz5x86_64-suse-linuxdirectoryASCII text\nT' I8*#packageand(lxcfs:liblxc1)utf-8889e2a1ca73fc4837991ec580ebe10cddecac96064b7500be62d0454d5da9a10? 7zXZ !t/#] crt:bLL bpMYJ9:U+93:?ڢoR8'J(Çn[n8)N?,wl qdD~"X]8d6*W<V!8t6x0 iqpYhuX! l6~`4WLĶp/k\[. |6\H|E  YZ