Update to 222-1
- Logs: More flexible text filters - Services, Dashboard: Hide some buttons when access is limited - Webserver: Lock down cockpit.service privileges
This commit is contained in:
parent
f894e9dea6
commit
9e7f5bb620
1
.gitignore
vendored
1
.gitignore
vendored
@ -180,3 +180,4 @@
|
||||
/cockpit-220.tar.xz
|
||||
/cockpit-221.tar.xz
|
||||
/cockpit-221.1.tar.xz
|
||||
/cockpit-222.tar.xz
|
||||
|
16
cockpit.spec
16
cockpit.spec
@ -1,5 +1,5 @@
|
||||
# This spec file has been automatically updated
|
||||
Version: 221.1
|
||||
Version: 222
|
||||
Release: 1%{?dist}
|
||||
#
|
||||
# This file is maintained at the following location:
|
||||
@ -165,7 +165,13 @@ exec 2>&1
|
||||
%define testsuite_fail || true
|
||||
%endif
|
||||
%endif
|
||||
make -j4 check %{?testsuite_fail}
|
||||
# HACK: RHEL i686 builders hang after running all tests; not a supported architecture, so don't bother
|
||||
%if 0%{?rhel} >= 8
|
||||
%ifarch i686
|
||||
%define testsuite_skip #
|
||||
%endif
|
||||
%endif
|
||||
%{?testsuite_skip} make -j4 check %{?testsuite_fail}
|
||||
|
||||
%install
|
||||
make install DESTDIR=%{buildroot}
|
||||
@ -720,6 +726,12 @@ via PackageKit.
|
||||
|
||||
# The changelog is automatically generated and merged
|
||||
%changelog
|
||||
* Wed Jun 24 2020 Martin Pitt <mpitt@redhat.com> - 222-1
|
||||
|
||||
- Logs: More flexible text filters
|
||||
- Services, Dashboard: Hide some buttons when access is limited
|
||||
- Webserver: Lock down cockpit.service privileges
|
||||
|
||||
* Mon Jun 15 2020 Martin Pitt <mpitt@redhat.com> - 221.1-1
|
||||
|
||||
- Put back missing base1/patternfly.css
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cockpit-221.1.tar.xz) = 7b30d1940814627678ab262a455751e27326b831e5c274226373ba2a6d1ae2e5cbe71bdb0c7eb76e4bdf699c8bac8bc598e9c282ddaec026ce3d1fa49fb30a2d
|
||||
SHA512 (cockpit-222.tar.xz) = 19eca10b522d568f0d774209bc6fe08b3da4d2b40cec1de51b7ed388a52d333b843bf0157799d0ed345c2172e45c57ac1b6f35edf8fe302d2d3115d76db02724
|
||||
|
Loading…
Reference in New Issue
Block a user