diff --git a/.cockpit.metadata b/.cockpit.metadata index 4b1bbf5..fd5db57 100644 --- a/.cockpit.metadata +++ b/.cockpit.metadata @@ -1,2 +1,2 @@ -2e5a8bc37de3a932441898410b3a42fa1310d28b SOURCES/cockpit-310.4.tar.xz +cc1cf3d45dff77e495aa2be61dd005365f2438d7 SOURCES/cockpit-310.5.tar.xz a37e1d6ad4b1b25729682c54ab7e4dcdcfd894a7 SOURCES/cockpit.css.gz diff --git a/.gitignore b/.gitignore index 506a1a5..8d5dde8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -SOURCES/cockpit-310.4.tar.xz +SOURCES/cockpit-310.5.tar.xz SOURCES/cockpit.css.gz diff --git a/SPECS/cockpit.spec b/SPECS/cockpit.spec index 9306d9d..05967e2 100644 --- a/SPECS/cockpit.spec +++ b/SPECS/cockpit.spec @@ -49,7 +49,7 @@ Summary: Web Console for Linux servers License: LGPL-2.1-or-later URL: https://cockpit-project.org/ -Version: 310.4 +Version: 310.5 Release: 1%{?dist} Source0: https://github.com/cockpit-project/cockpit/releases/download/%{version}/cockpit-%{version}.tar.xz Source1: cockpit.css.gz @@ -786,6 +786,9 @@ via PackageKit. # The changelog is automatically generated and merged %changelog +* Thu Jul 03 2025 Martin Pitt - 310.5-1 +- Avoid faillocking account on changed sudo password (jira#RHEL-96193) + * Tue Apr 02 2024 Martin Pitt - 310.4-1 - sosreport: Fix command injection with crafted report names [CVE-2024-2947] (jira#RHEL-30452)