import UBI cockpit-310.6-1.el8_10

This commit is contained in:
eabdullin 2026-01-23 06:20:58 +00:00
parent e609d093e9
commit b1058be9da
3 changed files with 7 additions and 3 deletions

View File

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

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
SOURCES/cockpit-310.5.tar.xz
SOURCES/cockpit-310.6.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.5
Version: 310.6
Release: 1%{?dist}
Source0: https://github.com/cockpit-project/cockpit/releases/download/%{version}/cockpit-%{version}.tar.xz
Source1: cockpit.css.gz
@ -786,6 +786,10 @@ via PackageKit.
# The changelog is automatically generated and merged
%changelog
* Mon Dec 01 2025 Tomas Matus <tmatus@redhat.com> - 310.6-1
- networking: Fix renaming of bridges and other groups (RHEL-131249)
- networkmanager: use connection.type as a fallback (RHEL-131244)
* Thu Jul 03 2025 Martin Pitt <mpitt@redhat.com> - 310.5-1
- Avoid faillocking account on changed sudo password (jira#RHEL-96193)