Update to 214.1-1
- Updates: Fix unstyled button regression - Machines: Fix slow requests when enabling polkit access driver - Deprecate cockpit-docker for Fedora, Debian, and Ubuntu development series
This commit is contained in:
parent
fad5102765
commit
037e78010d
1
.gitignore
vendored
1
.gitignore
vendored
@ -171,3 +171,4 @@
|
||||
/cockpit-212.tar.xz
|
||||
/cockpit-213.tar.xz
|
||||
/cockpit-214.tar.xz
|
||||
/cockpit-214.1.tar.xz
|
||||
|
22
cockpit.spec
22
cockpit.spec
@ -1,5 +1,5 @@
|
||||
# This spec file has been automatically updated
|
||||
Version: 214
|
||||
Version: 214.1
|
||||
Release: 1%{?dist}
|
||||
#
|
||||
# This file is maintained at the following location:
|
||||
@ -105,11 +105,15 @@ Recommends: (cockpit-storaged if udisks2)
|
||||
Recommends: cockpit-packagekit
|
||||
Suggests: cockpit-pcp
|
||||
|
||||
%if 0%{?rhel} == 0
|
||||
Recommends: cockpit-dashboard
|
||||
%ifarch x86_64 %{arm} aarch64 ppc64le i686 s390x
|
||||
%if 0%{?fedora} == 31 && 0%{?build_optional}
|
||||
%define build_docker 1
|
||||
Recommends: (cockpit-docker if /usr/bin/docker)
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%if 0%{?rhel} == 0
|
||||
Recommends: cockpit-dashboard
|
||||
Recommends: (cockpit-networkmanager if NetworkManager)
|
||||
Suggests: cockpit-selinux
|
||||
%endif
|
||||
@ -204,12 +208,6 @@ find %{buildroot}%{_datadir}/cockpit/selinux -type f >> selinux.list
|
||||
echo '%dir %{_datadir}/cockpit/playground' > tests.list
|
||||
find %{buildroot}%{_datadir}/cockpit/playground -type f >> tests.list
|
||||
|
||||
%ifarch x86_64 %{arm} aarch64 ppc64le i686 s390x
|
||||
%if 0%{?fedora} && 0%{?build_optional}
|
||||
%define build_docker 1
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%if 0%{?build_docker}
|
||||
echo '%dir %{_datadir}/cockpit/docker' > docker.list
|
||||
find %{buildroot}%{_datadir}/cockpit/docker -type f >> docker.list
|
||||
@ -664,6 +662,12 @@ via PackageKit.
|
||||
|
||||
# The changelog is automatically generated and merged
|
||||
%changelog
|
||||
* Thu Mar 12 2020 Martin Pitt <mpitt@redhat.com> - 214.1-1
|
||||
|
||||
- Updates: Fix unstyled button regression
|
||||
- Machines: Fix slow requests when enabling polkit access driver
|
||||
- Deprecate cockpit-docker for Fedora, Debian, and Ubuntu development series
|
||||
|
||||
* Wed Mar 04 2020 Martin Pitt <mpitt@redhat.com> - 214-1
|
||||
|
||||
- Networking: List Firewall active zones when unprivileged
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cockpit-214.tar.xz) = afbcc971167d77e6a432172197e606df6f04c33b747cb58823ffe4b937356eac0f0b471ca71ba43830e24619a5e2da7630581c17796f8efbd3cf40b2358b6acf
|
||||
SHA512 (cockpit-214.1.tar.xz) = 69ca35d7d2c512cfe140fd2364d4a9ddaccaeab820f8571ed0a7de2a41b605d9270ec06cb7fd3174be096e66295fdbc5630d1b1a8bfbf601882dc7d11fd4692a
|
||||
|
Loading…
Reference in New Issue
Block a user