diff --git a/satyr-0.43.tar.gz b/satyr-0.43.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..051754d0b242a2310cd8d6a88630d140c70fe985 Binary files /dev/null and b/satyr-0.43.tar.gz differ diff --git a/satyr.spec b/satyr.spec index 9529a27876538308d3328772b45fd70e47cfe44b..f002d853d2a359d12843209016994f90f36514d8 100644 --- a/satyr.spec +++ b/satyr.spec @@ -1,13 +1,13 @@ -%define anolis_release 3 +%define anolis_release 1 Name: satyr -Version: 0.39 +Version: 0.43 Release: %{anolis_release}%{?dist} Summary: Automatic problem management with anonymous reports License: GPLv2+ URL: https://github.com/abrt/satyr -Source0: https://github.com/abrt/satyr/archive/refs/tags/0.39.tar.gz +Source0: https://github.com/abrt/satyr/releases/download/0.43/satyr-0.43.tar.gz BuildRequires: elfutils-devel BuildRequires: elfutils-libelf-devel @@ -101,6 +101,10 @@ make check %{python3_sitearch}/%{name}/* %changelog +* Mon Nov 17 2025 wenyuzifang - 0.43-1 +- Updated to version 0.43 to fix xxxxxx + + * Wed Mar 13 2024 Zhao Hang - 0.39-3 - Rebuild with python3.11