import UBI cockpit-310.5-1.el8_10

This commit is contained in:
eabdullin 2025-07-15 07:53:32 +00:00
parent 8705f8424d
commit e609d093e9
3 changed files with 6 additions and 3 deletions

View File

@ -1,2 +1,2 @@
2e5a8bc37de3a932441898410b3a42fa1310d28b SOURCES/cockpit-310.4.tar.xz
cc1cf3d45dff77e495aa2be61dd005365f2438d7 SOURCES/cockpit-310.5.tar.xz
a37e1d6ad4b1b25729682c54ab7e4dcdcfd894a7 SOURCES/cockpit.css.gz

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
SOURCES/cockpit-310.4.tar.xz
SOURCES/cockpit-310.5.tar.xz
SOURCES/cockpit.css.gz

View File

@ -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 <mpitt@redhat.com> - 310.5-1
- Avoid faillocking account on changed sudo password (jira#RHEL-96193)
* Tue Apr 02 2024 Martin Pitt <mpitt@redhat.com> - 310.4-1
- sosreport: Fix command injection with crafted report names [CVE-2024-2947]
(jira#RHEL-30452)