Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

lxcfs-4.0.1-lp152.1.1 RPM for aarch64

From OpenSuSE Ports Leap 15.2 for aarch64

Name: lxcfs Distribution: openSUSE Leap 15.2
Version: 4.0.1 Vendor: openSUSE
Release: lp152.1.1 Build date: Sun Apr 5 17:47:09 2020
Group: System/Management Build host: armbuild04
Size: 206245 Source RPM: lxcfs-4.0.1-lp152.1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://linuxcontainers.org/lxcfs
Summary: FUSE filesystem for LXC
LXCFS is a small FUSE filesystem written with the intention of making Linux
containers feel more like a virtual machine. It started as a side-project of
LXC but is usable by any runtime.

Provides

Requires

License

Apache-2.0

Changelog

* Wed Apr 01 2020 Aleksa Sarai <asarai@suse.com>
  - 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
* Mon Feb 03 2020 Dominique Leuenberger <dimstar@opensuse.org>
  - BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to
    shortcut through the -mini flavors.
* Thu Sep 19 2019 Pavol Cupka <palica@liguros.net>
  - 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()
* Sun Jun 09 2019 Aleksa Sarai <asarai@suse.com>
  - Make lxcfs-hooks-lxc supplement liblxc1 instead of lxc, since there are other
    liblxc1 users (such as LXD).
* Tue Mar 26 2019 Aleksa Sarai <asarai@suse.com>
  - 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.
* Tue Mar 26 2019 Aleksa Sarai <asarai@suse.com>
  - Rework packaging to be a more modern openSUSE-style.
* Wed Jun 13 2018 dcassany@suse.com
  - Make use of %license macro
* Tue Oct 31 2017 opensuse_buildservice@ojkastl.de
  - 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
* Wed May 17 2017 opensuse_buildservice@ojkastl.de
  - 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
* Fri Jan 27 2017 opensuse_buildservice@ojkastl.de
  - 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
* Wed Jan 25 2017 opensuse_buildservice@ojkastl.de
  - 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
* Wed Aug 31 2016 cbrauner@suse.de
  - 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
* Wed Aug 31 2016 cbrauner@suse.de
  - remove 0001-skip-empty-entries-under-proc-self-cgroup.patch
* Sat Jul 23 2016 cbrauner@suse.com
  - remove explicit Provides for pam_cgfs subpackage
* Mon Jul 11 2016 cbrauner@suse.de
  - install pam_cgfs.so with the pam_cgfs subpackage
* Sun Jul 10 2016 cbrauner@suse.com
  - add 0001-skip-empty-entries-under-proc-self-cgroup.patch
* Thu Jul 07 2016 cbrauner@suse.de
  - Remove lxcfs-devel.
  - Install shared library liblxcfs.so into /usr/lib/lxcfs as it is not supposed
    to be used by any other program.
* Thu Jul 07 2016 cbrauner@suse.de
  - rename devel package from liblxcfs-devel to lxcfs-devel
* Thu Jul 07 2016 cbrauner@suse.de
  - 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!)
* Thu Jul 07 2016 cbrauner@suse.de
  - add lxcfs package

Files

/usr/bin/lxcfs
/usr/lib/systemd/system/lxcfs.service
/usr/lib64/lxcfs
/usr/lib64/lxcfs/liblxcfs.so
/usr/sbin/rclxcfs
/usr/share/doc/packages/lxcfs
/usr/share/doc/packages/lxcfs/AUTHORS
/usr/share/doc/packages/lxcfs/README
/usr/share/licenses/lxcfs
/usr/share/licenses/lxcfs/COPYING
/usr/share/lxcfs
/usr/share/lxcfs/lxc.mount.hook
/usr/share/lxcfs/lxc.reboot.hook
/usr/share/man/man1/lxcfs.1.gz
/var/lib/lxcfs


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 12:09:08 2024