↵ Return to the main page of tracer-common
View build
Search for updates
Package Info
🠗 Changelog
🠗 Provides
🠗 Files
Date | Author | Change |
---|---|---|
2021-08-23 | Jakub Kadlcik <frostyx at email dot 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) |
2021-08-01 | Jakub Kadlcik <frostyx at email dot 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) |
2021-04-16 | Jakub Kadlcik <frostyx at email dot 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) |
2021-01-24 | Jakub Kadlcik <frostyx at email dot 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) |
2020-06-08 | Jakub Kadlcik <frostyx at email dot cz> 0.7.4-1 | - Fix list index out of range for ssh process names (frostyx@email.cz) - When there is no helper, it doesn't contain anything (frostyx@email.cz) - Fix wrong parameters number when upating an application objects (frostyx@email.cz) - Remove unnecessary string decoding (frostyx@email.cz) - Fix the missing dist in release (frostyx@email.cz) |
2020-05-23 | Jakub Kadlčík <jkadlcik at redhat dot com> - 0.7.3-2 | - We lost release dist macro somewhere |
2020-05-22 | Jonathon Turel <jturel at gmail dot com> 0.7.3-1 | - Stub dbus calls in tests (jturel@gmail.com) |
2020-05-21 | Jonathon Turel <jturel at gmail dot com> 0.7.2-3 | - Update tito releaser branches (frostyx@email.cz) - Not build for python2 package for Fedora anymore (frostyx@email.cz) |
2020-05-21 | Jonathon Turel <jturel at gmail dot com> 0.7.2-2 | - Fix build dependencies for EL7, EL8, F30 (jturel@gmail.com) |
2020-05-21 | Jonathon Turel <jturel at gmail dot com> 0.7.2-1 | - Use DNF on RHEL (jturel@gmail.com) - Use PackageManager to determine kernel version (jturel@gmail.com) - Use subprocess to check process path arguments (jturel@gmail.com) - Find the right lxml version for Python 3.4 (jturel@gmail.com) - Update Vagrantfile to use Fedora 30 (jturel@gmail.com) - Ignore debug kernels when checking if kernel has been updated (jturel@gmail.com) - Add build dependency for nosetests (frostyx@email.cz) - Run tests within the %check phase (frostyx@email.cz) - Update fedora branches (frostyx@email.cz) |