Update to 223-1
- Webserver: Standard-conformant lifetime of web server Certificate - Certificate authentication against Active Directory
This commit is contained in:
parent
3a21750157
commit
97353b0d4c
1
.gitignore
vendored
1
.gitignore
vendored
@ -182,3 +182,4 @@
|
||||
/cockpit-221.1.tar.xz
|
||||
/cockpit-222.tar.xz
|
||||
/cockpit-222.1.tar.xz
|
||||
/cockpit-223.tar.xz
|
||||
|
33
cockpit.spec
33
cockpit.spec
@ -1,7 +1,23 @@
|
||||
# This spec file has been automatically updated
|
||||
Version: 222.1
|
||||
Version: 223
|
||||
Release: 1%{?dist}
|
||||
#
|
||||
# Copyright (C) 2014-2020 Red Hat, Inc.
|
||||
#
|
||||
# Cockpit is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU Lesser General Public License as published by
|
||||
# the Free Software Foundation; either version 2.1 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# Cockpit is distributed in the hope that it will be useful, but
|
||||
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
# Lesser General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with Cockpit; If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
|
||||
# This file is maintained at the following location:
|
||||
# https://github.com/cockpit-project/cockpit/blob/master/tools/cockpit.spec
|
||||
#
|
||||
@ -293,10 +309,10 @@ rm -f %{buildroot}/%{_prefix}/share/metainfo/org.cockpit-project.cockpit-docker.
|
||||
sed -i "s|%{buildroot}||" *.list
|
||||
|
||||
%if 0%{?suse_version}
|
||||
# remove brandings that don't match the distro as they may contain
|
||||
# stale symlinks
|
||||
# remove brandings with stale symlinks. Means they don't match
|
||||
# the distro.
|
||||
pushd %{buildroot}/%{_datadir}/cockpit/branding
|
||||
ls -1 | (. /etc/os-release; grep -v "default\|$ID") | xargs rm -vr
|
||||
find -L * -type l -printf "%H\n" | sort -u | xargs rm -rv
|
||||
popd
|
||||
# need this in SUSE as post build checks dislike stale symlinks
|
||||
install -m 644 -D /dev/null %{buildroot}/run/cockpit/motd
|
||||
@ -425,10 +441,10 @@ Recommends: (reportd >= 0.7.1 if abrt)
|
||||
%endif
|
||||
# NPM modules which are also available as packages
|
||||
Provides: bundled(js-jquery) = 3.5.1
|
||||
Provides: bundled(js-moment) = 2.25.3
|
||||
Provides: bundled(js-moment) = 2.27.0
|
||||
Provides: bundled(nodejs-flot) = 0.8.3
|
||||
Provides: bundled(xstatic-bootstrap-datepicker-common) = 1.9.0
|
||||
Provides: bundled(xstatic-patternfly-common) = 3.59.4
|
||||
Provides: bundled(xstatic-patternfly-common) = 3.59.5
|
||||
|
||||
%description system
|
||||
This package contains the Cockpit shell and system configuration interfaces.
|
||||
@ -726,6 +742,11 @@ via PackageKit.
|
||||
|
||||
# The changelog is automatically generated and merged
|
||||
%changelog
|
||||
* Wed Jul 08 2020 Katerina Koukiou <kkoukiou@redhat.com> - 223-1
|
||||
|
||||
- Webserver: Standard-conformant lifetime of web server Certificate
|
||||
- Certificate authentication against Active Directory
|
||||
|
||||
* Fri Jun 26 2020 Martin Pitt <mpitt@redhat.com> - 222.1-1
|
||||
|
||||
- Machines: Fix crash on unset 'ui' property
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cockpit-222.1.tar.xz) = 74ffc3385b844d1bf587743945e7b36c577719ce9f5e5c487f1ed64dbd118969ded4f6560e3d16bd2d10d4a9ad16196ac490eebbd28fc34bd5db1631ae931ae4
|
||||
SHA512 (cockpit-223.tar.xz) = 683a3411f74bcb2dd8fc2ae0fa3c5c7b8adab3705edf99cf305858c92a453b06315218c485d0234b48c643a3dab2aa04466cf5dac5a1b56096dc7930483948b1
|
||||
|
Loading…
Reference in New Issue
Block a user