Name: | python3-tracer |
---|---|
Version: | 1.1 |
Release: | 2.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 320005 |
License: | GPL-2.0-or-later |
RPM: | python3-tracer-1.1-2.el9.noarch.rpm |
Source RPM: | tracer-1.1-2.el9.src.rpm |
Build Date: | Fri Apr 05 2024 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | http://tracer-package.com/ |
Summary: | Common files for tracer |
Description: | Tracer determines which applications use outdated files and prints them. For special kind of applications such as services or daemons, it suggests a standard command to restart it. Detecting whether file is outdated or not is based on a simple idea. If application has loaded in memory any version of a file which is provided by any package updated since system was booted up, tracer consider this application as outdated. Python 3 version. |
- Rebuild with gating.yaml
- Fix parameters for specifying the target user (frostyx@email.cz) - Resolves: RHEL-6988
- Fix querying RPM files on EPEL7 (frostyx@email.cz) - Use backported lru_cache on EPEL7 (frostyx@email.cz) - Don't hang forever when executed via SSH (frostyx@email.cz) - Don't check if package is installed before listing its files (frostyx@email.cz) - Replace regexes where they are not needed (frostyx@email.cz) - Query all packages at once, its faster than one by one (frostyx@email.cz) - Cache some properties for a massive performance boost (frostyx@email.cz) - Refactor unnecessary condition (frostyx@email.cz) - Fix weird indentation (frostyx@email.cz) - Pass the whole application to the provided_by function, not just its name (frostyx@email.cz) - Stop using deprecated rpm.fi (frostyx@email.cz) - Attempt to fix readthedocs deprecation error (frostyx@email.cz) - More reliable check if /usr/lib/sysimage/dnf/ database should be used (frostyx@email.cz)
- Rather create a /run/reboot-required not /var/run/reboot-required (frostyx@email.cz)
- Update license to SPDX (frostyx@email.cz) - Update tito releasers (frostyx@email.cz)
- Create /var/run/reboot-required file (frostyx@email.cz) - Recommend the correct command for restarting auditd (frostyx@email.cz) - Add python3-setuptools dependency (frostyx@email.cz) - Fix argument passed to print_helper() (ferdnyc@gmail.com) - Add similar software to the readme (frostyx@email.cz) - Update url references to point to tracer.readthedocs.io (dcampano@gmail.com) - Oracle Linux 8 uses dnf, too (suttner@atix.de) - Drop python-setuptools runtime dependency (frostyx@email.cz) - Fix Python DeprecationWarning: invalid escape sequence (jvanderwaa@redhat.com) - Add readthedocs configuration file (frostyx@email.cz)