From de9cc3c6a5f41489d3b04ab6424874a03de86d2a Mon Sep 17 00:00:00 2001 From: Miroslav Suchý Date: Oct 22 2020 07:22:22 +0000 Subject: Update retrace-server to 1.22.1-1 Resolves: # - .packit.yml Resolves: # - retrace-server.spec --- diff --git a/.gitignore b/.gitignore index fb7bda8..178321d 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ /retrace-server-1.20.0.tar.gz /retrace-server-1.21.0.tar.gz /retrace-server-1.22.0.tar.gz +/retrace-server-1.22.1.tar.gz diff --git a/.packit.yml b/.packit.yml deleted file mode 100644 index ae13681..0000000 --- a/.packit.yml +++ /dev/null @@ -1,22 +0,0 @@ -specfile_path: retrace-server.spec -synced_files: - - .packit.yml - - retrace-server.spec -upstream_package_name: retrace-server -upstream_project_url: https://github.com/abrt/retrace-server -downstream_package_name: retrace-server -jobs: -- job: propose_downstream - trigger: release - metadata: - dist_git_branch: fedora-all -- job: propose_downstream - trigger: release - metadata: - dist_git_branch: epel8 -- job: copr_build - trigger: pull_request - metadata: - targets: - - epel-8 - - fedora-all diff --git a/README.packit b/README.packit deleted file mode 100644 index 294f7c0..0000000 --- a/README.packit +++ /dev/null @@ -1,3 +0,0 @@ -This repository is maintained by packit. -https://packit.dev/ -The file was generated using packit 0.17.1.dev15+gfd05b6a. diff --git a/retrace-server.spec b/retrace-server.spec index efa2fe0..752e481 100644 --- a/retrace-server.spec +++ b/retrace-server.spec @@ -1,6 +1,6 @@ Summary: Application for remote coredump analysis Name: retrace-server -Version: 1.22.0 +Version: 1.22.1 Release: 1%{?dist} License: GPLv2+ URL: https://github.com/abrt/retrace-server @@ -203,25 +203,96 @@ exit 0 %license COPYING %changelog -* Wed Oct 21 2020 Packit Service - 1.22.0-1 -- new upstream release: 1.22.0 - -* Wed Jul 29 2020 Fedora Release Engineering - 1.21.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Tue May 26 2020 Miro Hrončok - 1.21.0-2 -- Rebuilt for Python 3.9 - -* Fri Feb 07 2020 Michal Fabik - 1.21.0-1 +* Wed Oct 21 2020 Matěj Grabovský 1.22.0-1 +- Add support for virtual memory files for vmcores +- Add option to restart an existing task in retrace-server-task and on task manager page +- Disallow users other than 'retrace' to call retrace-server-worker +- Improve error message in case of Kerberos authentication failure +- Revamp task manager web UI +- Revamp GPG verification of package signatures; use keys from distribution-gpg-keys +- Accommodate for multiple debug directories in Fedora 27 and later +- Fix FTP submissions on task manager page +- Fix permissions on dmesg file in task results directory +- Migrate build process to Meson; completely drop Autotools +- Add Tito configuration +- Update translations +- Drop python3-six dependency +- Add build dependencies on gzip, lsof, tar and xz +- Rewrite Dockerfile +- Migrate to calling subprocess.run() in place of s.Popen() and s.call() +- Use pathlib.Path instead of strings and os.path methods in some places +- Add kernel-only config options 'KernelDebuggerPath' and 'RetraceEnvironment=native' +- Introduce type annotations +- Address issues reported by Pylint +- Other minor code refactoring and cleanup operations + +* Wed Oct 21 2020 Matěj Grabovský 1.22.0-1 +- Add support for virtual memory files for vmcores +- Add option to restart an existing task in retrace-server-task and on task manager page +- Disallow users other than 'retrace' to call retrace-server-worker +- Improve error message in case of Kerberos authentication failure +- Revamp task manager web UI +- Revamp GPG verification of package signatures; use keys from distribution-gpg-keys +- Accommodate for multiple debug directories in Fedora 27 and later +- Fix FTP submissions on task manager page +- Fix permissions on dmesg file in task results directory +- Update translations +- Drop python3-six dependency +- Add build dependencies on gzip, lsof, tar and xz +- Rewrite Dockerfile +- Migrate to calling subprocess.run() in place of s.Popen() and s.call() +- Use pathlib.Path instead of strings and os.path methods in some places +- Add kernel-only config options 'KernelDebuggerPath' and 'RetraceEnvironment=native' +- Introduce type annotations +- Address issues reported by Pylint +- Other minor code refactoring and cleanup operations + +* Fri Feb 07 2020 Michal Fabik 1.21.0-1 +- README: Add translation status +- translations: Remove zanata config and script - retrace: Fix bytes has no attribute encode +- Fix error when calling run_crash_cmdline after conversion to run() +- Fix error handling when unknown exception occurs in run_crash_cmdline +- podman: Tweak the Dockerfile for retracing +- Remove rpm2cpio part from podman retrace +- Check for RequireGPGCheck +- Simplify run calls +- Make returncode checks more readable +- Fix container and image cleanup +- Tag podman images with task id - Replace call() and Popen() with run() +- Fix container cleanup - Change home dir for user 'retrace' +- Use more meaningful log messages +- Replace os.devnull with subprocess.DEVNULL +- Add podman-specific deployment instructions - Fix pylint issues +- Run hooks with podman as well +- Add UseFafPackages support in podman +- Fix indentation +- Add exit code to spec file scriptlet +- Add podman as a weak dependency +- Beautify gdb.sh - Run retrace in podman container +- Create Dockerfiles +- Make mock-specific parts conditional +- Remove test for abrt-gdb-exploitable +- Add RetraceEnvironment config item +- Fix spelling - Tweak man pages -- r-s-reposync-faf: Fix paths to rpms - Update translations +- r-s-reposync-faf: Fix paths to rpms +- Update (pt) translation +- Update (nl) translation +- Update (de) translation +- Update (bg) translation +- Update (tr) translation +- Update (it) translation +- Add (zh_HK) translation - r-s-reposync: Replace old way of cmp with key +- README.md: Change capitalization of freenode +- Fix build error after change of mock.conf to environment.conf +- hooks: Rename mock hook to environment - hooks: Add option for per-executable timeouts - spec: Remove upgrade script moving config to new location - hooks:config: Load configs from users homedir @@ -234,6 +305,8 @@ exit 0 - hooks: Change of retrace hooks - config: Move retrace-server configuration file - retrace: Change logging format +- retrace_worker: Remove distro hack from mock config +- dockerfile_local: Install vim - docker: Update Makefile - docker: Use sbin/httpd instead of apachectl - dockerfile_local: Install make @@ -242,12 +315,7 @@ exit 0 - retrace_worker: Fix file mode to write to file - retrace-server-worker: Correct import of ArgumentParser -* Thu Jan 30 2020 Fedora Release Engineering - 1.20.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Tue Jan 21 2020 Martin Kutlak 1.20.0-1 -- Update spec -- Add patches +* Tue Oct 29 2019 Michal Fabik 1.20.0-1 - Bump Fedora Release in Dockerfile - retrace_worker: Use kernelver_str var - retrace_worker: Remove unused variables @@ -304,20 +372,22 @@ exit 0 - 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 - 1.19.0-5 -- Rebuilt for Python 3.8.0rc1 (#1748018) - -* Mon Aug 19 2019 Miro Hrončok - 1.19.0-4 -- Rebuilt for Python 3.8 - -* Fri Jul 26 2019 Fedora Release Engineering - 1.19.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Sat Feb 02 2019 Fedora Release Engineering - 1.19.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Tue Aug 28 2018 Martin Kutlak 1.19.0-1 +- Fix message and code path when we fail to decode the release of vmcore +- spec: Fix test condition for Fedora +- spec: Fix %if conditions +- spec: Add python3-createrepo_c dependency +- retrace_worker: Ignore EEXISTS when symlinking log +- retrace: Replace execfile with exec(open()) +- Drop YUM support +- Drop __future__.print_function import +- Drop __future__.division import +- Fix ftp.wsgi for Python3 due to sorted() method change, speed manager load +- Fix get_kernel_release() on Python3 +- cleanup: Add check for opened crash files +- Add forgotten encoding +- reposync: Inform why creating of repository failed + +* Mon Aug 27 2018 Martin Kutlak 1.19.0-1 - docker: Allow building local changes - docker: Introduce docker - spec: Require Python3 pkgs of dnf and hawkey @@ -384,12 +454,6 @@ exit 0 - autogen: correctly parse buildrequires from spec file - spec: Do not:x show every single change -* Sat Jul 14 2018 Fedora Release Engineering - 1.18.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Fri Feb 09 2018 Fedora Release Engineering - 1.18.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - * Thu Feb 01 2018 Matej Marusak 1.18.0-1 - mark license as license - Update Python 2 dependency declarations to new packaging standards diff --git a/sources b/sources index 8af6c5b..1bb711f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (retrace-server-1.22.0.tar.gz) = 22f00a948f3ec0362d23b007737aefefffc18c95f92e829a6c3cc84ee0476ac167d566cd478205e58b7f51de0e749a1a51821624a89502730bf261b04cf5e78f +SHA512 (retrace-server-1.22.1.tar.gz) = 81b05d050dd13d0c1d735f93a19d572aeff1b2a6d7b4d476f9f1f0efd60a431aa44c186aae361d57661fac6d1baed3f5160715e85d1b93d367a2214a392d9e5b