diff --git a/restic.spec b/restic.spec index cba29b1d01f3a9a0649ac56db11865c6d50bae7c..94831849027fd6137481978ad36591b7ff22e152 100644 --- a/restic.spec +++ b/restic.spec @@ -3,7 +3,7 @@ Name: restic Version: 0.12.1 -Release: 1 +Release: 2 Summary: Backup program with deduplication and encryption License: BSD-2-Clause Group: Productivity/Archiving/Backup @@ -78,6 +78,9 @@ install -Dm0644 doc/zsh-completion.zsh %{buildroot}%{_sysconfdir}/zsh_completion %config %{_sysconfdir}/zsh_completion.d/%{name} %changelog +* Thu Jul 17 2025 weidongkl - 0.12.1-2 +- Fix CVE-2025-4673 by rebuilding with updated Golang toolchain + * Mon Sep 06 2021 yinzehao - 0.12.1-1 - Package init