Package Release Info

fatrace-0.9-bp151.2.15

Update Info: Base Release
Available in Package Hub : 15 SP1

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

fatrace

Change Logs

Version: 0.17.0-bp155.1.4
* Sun Dec 04 2022 Dirk Müller <dmueller@suse.com>
- update to 0.17.0:
  * Work around kernel bug with blocking FAN_REPORT_FID with btrfs
  * Improve event formatting
  * Avoid ELOOP errors when monitoring symlinks
  * Monitor ZFS volumes; thanks achims311
* Mon Dec 20 2021 Dirk Müller <dmueller@suse.com>
- update to 0.16.3:
  * Always use line buffering
  * Fix fd leak with `-f` event type filtering.
* Wed May 12 2021 Ferdinand Thiessen <rpm@fthiessen.de>
- Update to version 0.16.2
  * Avoid most "unknown" process names on process exit
  * tests: Accept split file rename events
  * Move manpage to section 8
  * Use line buffering with --output to get live logs
  * Make open_by_handle_at() failures non-fatal
Version: 0.9-bp150.2.4
* Mon Jan 12 2015 p.drouand@gmail.com
- Update to version 0.9
  + power-usage-report: Adjust parsing to also work for powertop 2.6.
- Clean-up spec file
- Fix project Url
- Use download Url as source
- Remove make and gcc explicit requirements; it's implicit
* Mon Apr 15 2013 cfarrell@suse.com
- license update: GPL-3.0+
  no indication of GPL-3.0 "only" license in package
* Fri Apr 12 2013 pth@suse.de
- Initial package
- Add explicit BuildRequires for glibc-devel, gcc and make
Version: 0.15-bp153.1.14
* Mon Aug 17 2020 Dirk Mueller <dmueller@suse.com>
- update to 0.15:
  - Fix fd leak with -C when building without FAN_REPORT_FID support
  - Add support for directory events: file creation, rename/move, delete. This
    requires Linux 5.1 (FAN_REPORT_FID support), on older kernels fall back to
    the old mode. (Debian #940629, LP: #1371394)
  - power-usage-report: Fix regexp substitution (LP: #1683164)
  - Drop O_LARGEFILE workaround, fixes cross-building
  (Debian #784983, LP: #1755787)
* Mon Apr 15 2019 Jan Engelhardt <jengelh@inai.de>
- Trim storytelling from description.
* Mon Apr 08 2019 Christophe Giboudeaux <christophe@krop.fr>
- Run spec-cleaner
- Update to 0.13:
  * Add --filter/-f option to only show selected event types.
  * Add -C/--command option to only show events for a particular
    command.
  * Fix #include file for major() and minor() to avoid a warning
    with recent glibc.