import cockpit-249-1.el8

This commit is contained in:
CentOS Sources 2021-07-22 12:19:38 +00:00 committed by Andrew Lukoshko
parent b6c2152ec4
commit b974643bdb
3 changed files with 8 additions and 5 deletions

View File

@ -1 +1 @@
9f554fc9f93250b05d8761af453bac98d67f6451 SOURCES/cockpit-248.tar.xz
9a7e3e57e2074aac2d004e73d0d4213c4e6d0ef2 SOURCES/cockpit-249.tar.xz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/cockpit-248.tar.xz
SOURCES/cockpit-249.tar.xz

View File

@ -1,5 +1,5 @@
# This spec file has been automatically updated
Version: 248
Version: 249
Release: 1%{?dist}
#
# Copyright (C) 2014-2020 Red Hat, Inc.
@ -435,7 +435,6 @@ 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.29.1
Provides: bundled(xstatic-bootstrap-datepicker-common) = 1.9.0
Provides: bundled(xstatic-patternfly-common) = 3.59.5
@ -546,7 +545,7 @@ fi
test -f %{_bindir}/firewall-cmd && firewall-cmd --reload --quiet || true
# check for deprecated PAM config
if grep --color=auto pam_cockpit_cert {_sysconfdir}/pam.d/cockpit; then
if grep --color=auto pam_cockpit_cert %{_sysconfdir}/pam.d/cockpit; then
echo '**** WARNING:'
echo '**** WARNING: pam_cockpit_cert is a no-op and will be removed in a'
echo '**** WARNING: future release; remove it from your /etc/pam.d/cockpit.'
@ -719,6 +718,10 @@ via PackageKit.
# The changelog is automatically generated and merged
%changelog
* Wed Jul 21 2021 Matej Marusak <mmarusak@redhat.com> - 249-1
- common: Add Content-Type for wasm
- all: Port away from Moment.js
* Thu Jul 08 2021 Martin Pitt <mpitt@redhat.com> - 248-1
- Metrics: Install missing packages
- PAM: Deprecate pam_cockpit_cert module