import cockpit-appstream-249-1.el8
This commit is contained in:
parent
d807516da5
commit
6adae4b507
@ -1,2 +1,2 @@
|
||||
9f554fc9f93250b05d8761af453bac98d67f6451 SOURCES/cockpit-248.tar.xz
|
||||
dc0e94d47cbd29497af9f4bbafb82b2e9155ba23 SOURCES/cockpit-machines-247.tar.gz
|
||||
9a7e3e57e2074aac2d004e73d0d4213c4e6d0ef2 SOURCES/cockpit-249.tar.xz
|
||||
eab8de554e5fcb49f892de3c130a1d38fac75b41 SOURCES/cockpit-machines-248.tar.gz
|
||||
|
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,2 +1,2 @@
|
||||
SOURCES/cockpit-248.tar.xz
|
||||
SOURCES/cockpit-machines-247.tar.gz
|
||||
SOURCES/cockpit-249.tar.xz
|
||||
SOURCES/cockpit-machines-248.tar.gz
|
||||
|
@ -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.
|
||||
@ -35,7 +35,7 @@ Release: 1%{?dist}
|
||||
# by tools/gen-spec-dependencies during "make dist", but keep a hardcoded fallback
|
||||
%define required_base 122
|
||||
|
||||
%define machines_version 247
|
||||
%define machines_version 248
|
||||
|
||||
# we generally want CentOS packages to be like RHEL; special cases need to check %{centos} explicitly
|
||||
%if 0%{?centos}
|
||||
@ -443,7 +443,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
|
||||
|
||||
@ -554,7 +553,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.'
|
||||
@ -752,6 +751,12 @@ via PackageKit.
|
||||
|
||||
# The changelog is automatically generated and merged
|
||||
%changelog
|
||||
* Wed Jul 21 2021 Matej Marusak <mmarusak@redhat.com> - 249-1
|
||||
- Machines: Fix input for "Target Path" when Creating storage pool (rhbz#1866225)
|
||||
- Machines: Don't round or floor memory and storage size unnecessarily (rhbz#1979152)
|
||||
- Machines: Use cockpit's proxy API for monitoring libvirt service changes (rhbz#1974223)
|
||||
- Machines: Fix ooops when press the down arrow several times when inputting custom path (rhbz#1977554)
|
||||
|
||||
* Thu Jul 09 2021 Katerina Koukiou <kkoukiou@redhat.com> - 248-1
|
||||
- Machines: Share host files with the guest using virtiofs
|
||||
- Machines: Show list of pass-through devices
|
||||
|
Loading…
Reference in New Issue
Block a user