Update to 231-1
- Replace system's graph page with a completely new USE method page - Machines: Reimplement the design of the main VMs list - Logging of remote IP addresses
This commit is contained in:
parent
1fd0512356
commit
14325b1a05
1
.gitignore
vendored
1
.gitignore
vendored
@ -190,3 +190,4 @@
|
||||
/cockpit-228.tar.xz
|
||||
/cockpit-229.tar.xz
|
||||
/cockpit-230.tar.xz
|
||||
/cockpit-231.tar.xz
|
||||
|
13
cockpit.spec
13
cockpit.spec
@ -1,5 +1,5 @@
|
||||
# This spec file has been automatically updated
|
||||
Version: 230
|
||||
Version: 231
|
||||
Release: 1%{?dist}
|
||||
#
|
||||
# Copyright (C) 2014-2020 Red Hat, Inc.
|
||||
@ -226,6 +226,9 @@ find %{buildroot}%{_datadir}/cockpit/systemd -type f >> system.list
|
||||
echo '%dir %{_datadir}/cockpit/users' >> system.list
|
||||
find %{buildroot}%{_datadir}/cockpit/users -type f >> system.list
|
||||
|
||||
echo '%dir %{_datadir}/cockpit/metrics' >> system.list
|
||||
find %{buildroot}%{_datadir}/cockpit/metrics -type f >> system.list
|
||||
|
||||
echo '%dir %{_datadir}/cockpit/kdump' >> kdump.list
|
||||
find %{buildroot}%{_datadir}/cockpit/kdump -type f >> kdump.list
|
||||
|
||||
@ -255,7 +258,7 @@ find %{buildroot}%{_datadir}/cockpit/playground -type f >> tests.list
|
||||
|
||||
# when not building basic packages, remove their files
|
||||
%if 0%{?build_basic} == 0
|
||||
for pkg in base1 branding motd kdump networkmanager selinux shell sosreport ssh static systemd tuned users; do
|
||||
for pkg in base1 branding motd kdump networkmanager selinux shell sosreport ssh static systemd tuned users metrics; do
|
||||
rm -r %{buildroot}/%{_datadir}/cockpit/$pkg
|
||||
rm -rf %{buildroot}/usr/src/debug/%{_datadir}/cockpit/$pkg
|
||||
rm -f %{buildroot}/%{_datadir}/metainfo/org.cockpit-project.cockpit-${pkg}.metainfo.xml
|
||||
@ -700,6 +703,12 @@ via PackageKit.
|
||||
|
||||
# The changelog is automatically generated and merged
|
||||
%changelog
|
||||
* Thu Oct 29 2020 Matej Marusak <mmarusak@redhat.com> - 231-1
|
||||
|
||||
- Replace system's graph page with a completely new USE method page
|
||||
- Machines: Reimplement the design of the main VMs list
|
||||
- Logging of remote IP addresses
|
||||
|
||||
* Wed Oct 14 2020 Sanne Raymaekers <sanne.raymaekers@gmail.com> - 230-1
|
||||
|
||||
- storage: List entries from /etc/crypttab that are still locked
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cockpit-230.tar.xz) = d068d20353533f2f9c764ab21687f803d11cdf2b6a735bd353e18f86cd3d5a22c9b5bb3300d05128623ac9ac8c76242cdf044ab8b19f1f2870a88ae8dbeb3002
|
||||
SHA512 (cockpit-231.tar.xz) = 236484ce3abda67f5d988e826082e58f2db9c81cad4883b1480cf3496c86bbe943e9ed240a03ae572c3db3bb437a6e76c13b2597aab45329ae38f35296fb895d
|
||||
|
Loading…
Reference in New Issue
Block a user