Update to 160-1
- Add kubevirt Virtual Machines overview - Redesign package list on Software Updates page and show RHEL Errata - Install AppStream collection metadata packages on demand on Apps page - Add AppStream metadata to cockpit-sosreport for showing up on Apps page - Change CPU graphs to use "100%" for a fully loaded multi-processor system - Show storage, network, and other numbers with 3 digits of precision - Add an example bastion container
This commit is contained in:
parent
500890a362
commit
5118036b58
1
.gitignore
vendored
1
.gitignore
vendored
@ -121,3 +121,4 @@
|
||||
/cockpit-157.tar.xz
|
||||
/cockpit-158.tar.xz
|
||||
/cockpit-159.tar.xz
|
||||
/cockpit-160.tar.xz
|
||||
|
18
cockpit.spec
18
cockpit.spec
@ -1,6 +1,6 @@
|
||||
# This spec file has been automatically updated
|
||||
Version: 159
|
||||
Release: 2%{?dist}
|
||||
Version: 160
|
||||
Release: 1%{?dist}
|
||||
#
|
||||
# This file is maintained at the following location:
|
||||
# https://github.com/cockpit-project/cockpit/blob/master/tools/cockpit.spec
|
||||
@ -264,6 +264,8 @@ rm -rf %{buildroot}/usr/src/debug
|
||||
# On RHEL kdump, subscriptions, networkmanager, selinux, and sosreport are part of the system package
|
||||
%if 0%{?rhel}
|
||||
cat kdump.list subscriptions.list sosreport.list networkmanager.list selinux.list >> system.list
|
||||
rm %{buildroot}/usr/share/metainfo/org.cockpit-project.cockpit-sosreport.metainfo.xml
|
||||
rm %{buildroot}/usr/share/pixmaps/cockpit-sosreport.png
|
||||
%endif
|
||||
|
||||
%find_lang %{name}
|
||||
@ -597,6 +599,8 @@ The Cockpit component for creating diagnostic reports with the
|
||||
sosreport tool.
|
||||
|
||||
%files sosreport -f sosreport.list
|
||||
/usr/share/metainfo/org.cockpit-project.cockpit-sosreport.metainfo.xml
|
||||
/usr/share/pixmaps/cockpit-sosreport.png
|
||||
|
||||
%package subscriptions
|
||||
Summary: Cockpit subscription user interface package
|
||||
@ -700,6 +704,16 @@ via PackageKit.
|
||||
|
||||
# The changelog is automatically generated and merged
|
||||
%changelog
|
||||
* Wed Jan 24 2018 Martin Pitt <martin@piware.de> - 160-1
|
||||
|
||||
- Add kubevirt Virtual Machines overview
|
||||
- Redesign package list on Software Updates page and show RHEL Errata
|
||||
- Install AppStream collection metadata packages on demand on Apps page
|
||||
- Add AppStream metadata to cockpit-sosreport for showing up on Apps page
|
||||
- Change CPU graphs to use "100%" for a fully loaded multi-processor system
|
||||
- Show storage, network, and other numbers with 3 digits of precision
|
||||
- Add an example bastion container
|
||||
|
||||
* Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 159-2
|
||||
- Rebuilt for switch to libxcrypt
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cockpit-159.tar.xz) = e2f510f3012e039e3447846a44e690eab64407cbda7715f91a548a60c80c2246387afce1831755eca6921b1a64c6fd9cc16489bb20b0d58ab1bab08cd16a57f8
|
||||
SHA512 (cockpit-160.tar.xz) = bf2f2cf032a930c10cbb7ad781e66a87cdc6e42277f3fea4917da5b0e96c1147a9e5182be6b4c1773f0699dd76398853dd465f2bfc9503a3acbfe2c421b2ab70
|
||||
|
Loading…
Reference in New Issue
Block a user