RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/cockpit#20d6bfd41c8631438ba40066d606ad72cabc1807
This commit is contained in:
parent
34aa94915c
commit
c3bb02a53c
2
.gitignore
vendored
2
.gitignore
vendored
@ -190,3 +190,5 @@
|
||||
/cockpit-228.tar.xz
|
||||
/cockpit-229.tar.xz
|
||||
/cockpit-230.tar.xz
|
||||
/cockpit-231.tar.xz
|
||||
/cockpit-232.tar.xz
|
||||
|
20
cockpit.spec
20
cockpit.spec
@ -1,5 +1,5 @@
|
||||
# This spec file has been automatically updated
|
||||
Version: 230
|
||||
Version: 232
|
||||
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
|
||||
@ -425,7 +428,7 @@ 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.28.0
|
||||
Provides: bundled(js-moment) = 2.29.1
|
||||
Provides: bundled(nodejs-flot) = 0.8.3
|
||||
Provides: bundled(xstatic-bootstrap-datepicker-common) = 1.9.0
|
||||
Provides: bundled(xstatic-patternfly-common) = 3.59.5
|
||||
@ -700,6 +703,17 @@ via PackageKit.
|
||||
|
||||
# The changelog is automatically generated and merged
|
||||
%changelog
|
||||
* Wed Nov 11 2020 Katerina Koukiou <kkoukiou@redhat.com> - 232-1
|
||||
|
||||
- Improved host editing
|
||||
- Machines: Inline error messages
|
||||
|
||||
* 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-232.tar.xz) = ff9b4a2db73dc5d1654ab951a9a8b2ec251f75d126037f6c10b64f1cf9f01e4088d2afe93b7c661a1816188d9cef080b8ae856225080c28a68de389518f2df46
|
||||
|
Loading…
Reference in New Issue
Block a user