Fri, 17 May 2024 20:06:20 UTC | login

Information for build retrace-server-1.21.0-3.fc33

ID170174
Package Nameretrace-server
Version1.21.0
Release3.fc33
Epoch
SummaryApplication for remote coredump analysis
DescriptionThe retrace server provides a coredump analysis and backtrace generation service over a network using HTTP protocol.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 13 Aug 2020 11:30:48 UTC
CompletedThu, 13 Aug 2020 11:30:48 UTC
Tags
f33
RPMs
src
retrace-server-1.21.0-3.fc33.src.rpm (info) (download)
noarch
retrace-server-1.21.0-3.fc33.noarch.rpm (info) (download)
Changelog * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.21.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 1.21.0-2 - Rebuilt for Python 3.9 * Fri Feb 07 2020 Michal Fabik <mfabik@redhat.com> - 1.21.0-1 - retrace: Fix bytes has no attribute encode - Replace call() and Popen() with run() - Change home dir for user 'retrace' - Fix pylint issues - Run retrace in podman container - Tweak man pages - r-s-reposync-faf: Fix paths to rpms - Update translations - r-s-reposync: Replace old way of cmp with key - hooks: Add option for per-executable timeouts - spec: Remove upgrade script moving config to new location - hooks:config: Load configs from users homedir - hooks: Move default hook script dir to /usr/libexec - hooks: Log stdout and stderr of scripts after exception - hooks: Run hook scripts in parallel processes - spec: Do not replace configs on reinstall - hooks: Fix hook timeouts and other exceptions logs - hooks: Change cwd for hooks to hooks dir - hooks: Change of retrace hooks - config: Move retrace-server configuration file - retrace: Change logging format - docker: Update Makefile - docker: Use sbin/httpd instead of apachectl - dockerfile_local: Install make - dockerfile: Update to Fedora 31 - dockerfile: Install mod_ssl - retrace_worker: Fix file mode to write to file - retrace-server-worker: Correct import of ArgumentParser * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.20.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Tue Jan 21 2020 Martin Kutlak <mkutlak@redhat.com> 1.20.0-1 - Update spec - Add patches - Bump Fedora Release in Dockerfile - retrace_worker: Use kernelver_str var - retrace_worker: Remove unused variables - retrace: Remove unused variable - retrace: Use converted integer value - retrace: Remove unsused variable - pylint: Fix wrong indentations - pylint W0702: Fix-up bare exceptions - pylint: Fix spacing issues - Remove Python2/Python3 compatibility code - pylint E713: Test for membership should be ‘not in’ - retrace: Refactor asterisk imports of retrace - Translation updates - Add new translation languages - tr - Add transtalations from Fedora Zanata - Remove workdir functionality - retrace-server-interact: Fix undefined self var - retrace: Fix undefined vmcore variable - Fix typos - Fix typos and minor grammar issues - Switch to requests-gssapi - create: Fix strip_extra_pages() invocation - plugins: Add el8 to versionlist - plugins: Add plugin for CentOS - plugins: Update fedora versionlist - plugins: Update devtoolset version - stats: Display whole release version - Use sys.exit instead of exit for retrace-server commands - Move makedumpfile logic from download_remote into start_vmcore - Move prepare_debuginfo to KernelVMcore - Remove call to prepare_debuginfo from retrace-server-interact - Move get_kernel_release to KernelVMcore - Move strip_vmcore to KernelVMcore.strip_extra_pages - Add KernelVMcore.has_extra_pages method - Move get_vmcore_dump_level to KernelVMcore.get_dump_level - Handle 'flattened' vmcore format by converting with makedumpfile - Pass 'results' directory to hook script rather than task_dir. - Rename 'misc' methods and subdirectory to 'results'. - delete: Fix typo in function name - Clean up handling of mock with x86 vmcores in x86_64 environments - Remove bt_filter from retrace-server - Remove excess post-retrace crash commands - Make retrace-server-cleanup more resilient to non-existent tasks - retrace: Allow tilde in package names - spec: Use macros instead of environment variables - Fix module extraction from kernel-debuginfo - Move ProcessCommunicateTimeout inside run_crash_cmdline - Move run_crash_cmdline from RetraceWorker to RetraceTask - Fix backtrace of bt_filter on Python3 - Remove 'utf-8' encoding for run_crash_cmd and change related functions. - Refactor crash commands run after prepare_debuginfo into run_crash_cmdline helper - worker: Add string formatting for provided arguments - worker: Remove unused function - worker: Use log_error function to log errors - Fix runaway crash processes due to either corrupted vmcore memory or files. - Fix backtrace when updating bugzillano from web UI due to use of basestring * Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 1.19.0-5 - Rebuilt for Python 3.8.0rc1 (#1748018) * Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1.19.0-4 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.19.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.19.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Tue Aug 28 2018 Martin Kutlak <mkutlak@redhat.com> 1.19.0-1 - docker: Allow building local changes - docker: Introduce docker - spec: Require Python3 pkgs of dnf and hawkey - retrace: Check result of get_nevra_possibilities - r-s-reposync-faf: Convert generator to list - spec: Add BuildRequire python3-devel - r-s-reposync-faf: Generate repo using createrepo_c - httpd-conf: Set WSGIApplicationGroup to %{GLOBAL} - r-s-reposync: Use default number of workers - dnf-comp: Replace yum.misc lib with one from dnf - py3-comp: Distinguish string and byte values in POST - py3-comp: Specify encoding for Popen - py3-comp: Use parentheses for print - py3-comp: Encode response body as a bytestring - py3-comp: Convert regexps strings to raw strings - Migrate retrace-server to python3 - Implement splitFilename function using dnf - Replace yum with DNF - Correct syntax for gdb backtrace command - Refactoring: Too long lines, missing whitespaces - Add has_coredump() method to RetraceTask and upate get_md5_tasks() - Modify get_md5_tasks to skip tasks with no vmcores or invalid md5sum files - Add 'has_vmcore' method to RetraceTask - spec: Bytecompile r-s plugins explicitly - spec: Remove automake byte-compiled files - spec: Correct the file ownership - do not require install-info on F28+ - Adjust indentation according to pylint recommendation - py3 compatibility: Replace filter function with a list equivalent - py3 compatibility: Adjust urllib, urllib2 and urlparse - Fix missing sys import - Clean up of unused imports - py3 compatibility: Adjust imports - py3 compatibility: Resolution of range and xrange - py3 compatibility: Replace ConfigParser module with configparser - py3 compatibility: Classic division - py3 compatibility: Adjust raise statement syntax - py3 compatibility: Replace StringIO module with io module - py3 compatibility: Removal of tuple parameter unpacking - Refactoring: Missing or bad whitespace - py3 compatibility: Set literals - py3 compatibility: Use 'sorted' built-in function - py3 compatibility: Replacement of basestring with six.string_types - py3 compatibility: Ensure map function to return a list - py3 compatibility: Replacement of 'has_key' with 'in' - Make r-s-bugzilla-query query options configurable - Load credentials from custom file - manager: Make the bugzillano a clickable link - Query the remaining bugzilla statuses - retrace: Add reset_age method - Implement retrace-server-bzquery tool - Implement retrace-server-bugzilla-refresh tool - Implement bugzilla field - py3 compatibility: Octal literals - py3 compatibility: try-except statement - py3 compatibility: print statement is replaced with a print() function - For vmcores that fail crash but have a large enough kernel log, try --minimal - Set md5sum as soon as possible. - Add dedup_vmcore to RetraceWorker and call from retrace-server-cleanup - Fail task if the crash sys command exits with non-zero and kernellog is small - Fix typo in exception handling of get_kernel_release - Set default signal handler for SIGPIPE before calling Popen on 'crash --osrelease' - Improve vmcore kernel parsing for certain scenarios and limit file scanning - autogen: correctly parse buildrequires from spec file - spec: Do not:x show every single change