Update to 257-1
- Support for reading TLS certificates with any permissions - cockpit-ws no longer supports merged certificates - Services: Show user-owned systemd units
This commit is contained in:
parent
754802e3b3
commit
9074bdaf17
1
.gitignore
vendored
1
.gitignore
vendored
@ -220,3 +220,4 @@
|
||||
/cockpit-255.tar.xz
|
||||
/cockpit-255.1.tar.xz
|
||||
/cockpit-256.tar.xz
|
||||
/cockpit-257.tar.xz
|
||||
|
11
cockpit.spec
11
cockpit.spec
@ -1,5 +1,5 @@
|
||||
# This spec file has been automatically updated
|
||||
Version: 256
|
||||
Version: 257
|
||||
Release: 1%{?dist}
|
||||
#
|
||||
# Copyright (C) 2014-2020 Red Hat, Inc.
|
||||
@ -81,8 +81,8 @@ Source0: https://github.com/cockpit-project/cockpit/releases/download/%{v
|
||||
%define build_optional 1
|
||||
%endif
|
||||
|
||||
# Ship custom SELinux policy only in Fedora and RHEL-9 onward
|
||||
%if 0%{?rhel} >= 9 || 0%{?fedora}
|
||||
# Ship custom SELinux policy (but not for cockpit-appstream)
|
||||
%if "%{name}" == "cockpit"
|
||||
%define selinuxtype targeted
|
||||
%define with_selinux 1
|
||||
%define selinux_policy_version %(rpm --quiet -q selinux-policy && rpm -q --queryformat "%{V}-%{R}" selinux-policy || echo 1)
|
||||
@ -714,6 +714,11 @@ via PackageKit.
|
||||
|
||||
# The changelog is automatically generated and merged
|
||||
%changelog
|
||||
* Wed Nov 10 2021 Katerina Koukiou <kkoukiou@redhat.com> - 257-1
|
||||
- Support for reading TLS certificates with any permissions
|
||||
- cockpit-ws no longer supports merged certificates
|
||||
- Services: Show user-owned systemd units
|
||||
|
||||
* Wed Oct 27 2021 Jelle van der Waa <jvanderwaa@redhat.com> - 256-1
|
||||
- Clean up old self-signed certificates
|
||||
- Storage: Add support for Stratis
|
||||
|
@ -2,6 +2,6 @@ discover:
|
||||
how: fmf
|
||||
repository: https://github.com/cockpit-project/cockpit
|
||||
# FIXME: get rid of the hardcoding: https://github.com/psss/tmt/issues/585
|
||||
ref: "256"
|
||||
ref: "257"
|
||||
execute:
|
||||
how: tmt
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cockpit-256.tar.xz) = 05151e5e462750b2fbda706450dfc0cc13eff7847c5a4bd2d45c8c1197309deb412202d8d3540e62a31215408433b91e8e652fdde2aeadcf81a304deef8a18c1
|
||||
SHA512 (cockpit-257.tar.xz) = 9484e19207e11b9c069d727f445f41969f6bc7abcfa111a90a18693533f43339374c4954a043f345ac09da6f00db061101dfe256bb84b8c8610cc5be6814140f
|
||||
|
Loading…
Reference in New Issue
Block a user