[ All 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Project tracer-1.1-1.el8

Name tracer
Epoch 0
Version 1.1
Release 1.el8
Website/URL http://tracer-package.com/
License GPL-2.0-or-later
Build Time 2024-04-11 18:43:45
Build Host builder-x86-04.inferitos.ru
Summary Finds outdated running applications in your system
Repositories AppStream
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.
Errata
× Full screenshot
Packages link
Package Summary SHA-256 checksum
noarch
python3-tracer-1.1-1.el8.noarch Common files for tracer 242a84443164b2933e34ba1514ae66d736e695e9d52fa7c7b00844ad2ffe5cb3 download
tracer-common-1.1-1.el8.noarch Common files for tracer 48b53f4c12872e620bf6d4cd40cc21e82611dd979680e21a35ab4372efcbbf80 download
src
tracer-1.1-1.el8.src Finds outdated running applications in your system d937db0547bc8b05e6655890e9b48c05658040f2ef5b72f8cacb0e8919cc733a download
Changelog link
* Fri Mar 29 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.1-1
- Rebuilt for MSVSphere 8.10 beta

* Thu Oct 05 2023 Jakub Kadlcik <frostyx@email.cz> 1.1-1
- Fix parameters for specifying the target user (frostyx@email.cz)

* Fri Sep 15 2023 Jakub Kadlcik <frostyx@email.cz> 1.0-1
- 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)

* Sun Jun 18 2023 Jakub Kadlcik <frostyx@email.cz> 0.7.11-1
- Rather create a /run/reboot-required not /var/run/reboot-required
  (frostyx@email.cz)

* Mon Jun 05 2023 Jakub Kadlcik <frostyx@email.cz> 0.7.10-1
- Update license to SPDX (frostyx@email.cz)
- Update tito releasers (frostyx@email.cz)

* Thu May 18 2023 Jakub Kadlcik <frostyx@email.cz> 0.7.9-1
- 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)

* Mon Aug 23 2021 Jakub Kadlcik <frostyx@email.cz> 0.7.8-1
- Release also for F35 (frostyx@email.cz)
- Use distro.id() instead of platform.linux_distribution() (frostyx@email.cz)
- Implement compare_packages for the alpm backend (jvanderwaa@redhat.com)
- Add find_package support for alpm (jvanderwaa@redhat.com)
- Use importlib instead of deprecated imp (frostyx@email.cz)
- Drop beautifulsoup4/lxml dependencies (jvanderwaa@redhat.com)
- Drop F32 from releasers.conf (frostyx@email.cz)

* Sun Aug 01 2021 Jakub Kadlcik <frostyx@email.cz> 0.7.7-1
- Add installation instructions of EPEL 8 (frostyx@email.cz)
- Make the source of README.md more readable (frostyx@email.cz)
- Remove duplicates in suggested helpers (frostyx@email.cz)
- Make sure Collection.sorted doesn't traceback for None values
  (frostyx@email.cz)
- Ignore sudo and su in the output (frostyx@email.cz)
- Don't traceback for nonexisting PID (frostyx@email.cz)
- Access process PID only once (frostyx@email.cz)
- Rename tito master branch to rawhide (frostyx@email.cz)

* Fri Apr 16 2021 Jakub Kadlcik <frostyx@email.cz> 0.7.6-1
- Update tito releasers (frostyx@email.cz)
- CentOS-8 uses DNF (mmarusak@redhat.com)
- Add missing runtime dependency on python2-six (frostyx@email.cz)
- Add support for SUSE distributions using DNF (ngompa13@gmail.com)
- Print a user-friendly error when a xml file cannot be parsed
  (frostyx@email.cz)
- Update tito releasers (frostyx@email.cz)

* Sun Jan 24 2021 Jakub Kadlcik <frostyx@email.cz> 0.7.5-1
- Depend on python3-six instead of python3-future (frostyx@email.cz)
- Drop beautifulsoup4 in favor of built-in xml.dom (frostyx@email.cz)
- Drop nosetests dependency, use pytest instead (frostyx@email.cz)