Update to 211-1
- Better support for various TLS certificate formats - Switch from Zanata to Weblate - Overview layout optimizations
This commit is contained in:
parent
0864035b2c
commit
27522355ee
1
.gitignore
vendored
1
.gitignore
vendored
@ -166,3 +166,4 @@
|
||||
/cockpit-208.tar.xz
|
||||
/cockpit-209.tar.xz
|
||||
/cockpit-210.tar.xz
|
||||
/cockpit-211.tar.xz
|
||||
|
14
cockpit.spec
14
cockpit.spec
@ -1,5 +1,5 @@
|
||||
# This spec file has been automatically updated
|
||||
Version: 210
|
||||
Version: 211
|
||||
Release: 1%{?dist}
|
||||
#
|
||||
# This file is maintained at the following location:
|
||||
@ -164,9 +164,6 @@ touch dashboard.list
|
||||
echo '%dir %{_datadir}/cockpit/pcp' >> pcp.list
|
||||
find %{buildroot}%{_datadir}/cockpit/pcp -type f >> pcp.list
|
||||
|
||||
echo '%dir %{_datadir}/cockpit/realmd' >> system.list
|
||||
find %{buildroot}%{_datadir}/cockpit/realmd -type f >> system.list
|
||||
|
||||
echo '%dir %{_datadir}/cockpit/tuned' >> system.list
|
||||
find %{buildroot}%{_datadir}/cockpit/tuned -type f >> system.list
|
||||
|
||||
@ -221,7 +218,7 @@ touch docker.list
|
||||
|
||||
# when not building basic packages, remove their files
|
||||
%if 0%{?build_basic} == 0
|
||||
for pkg in base1 branding motd kdump networkmanager realmd 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; do
|
||||
rm -r %{buildroot}/%{_datadir}/cockpit/$pkg
|
||||
rm -f %{buildroot}/%{_datadir}/metainfo/org.cockpit-project.cockpit-${pkg}.metainfo.xml
|
||||
done
|
||||
@ -352,7 +349,6 @@ Requires: shadow-utils
|
||||
Requires: grep
|
||||
Requires: libpwquality
|
||||
Requires: /usr/bin/date
|
||||
Provides: cockpit-realmd = %{version}-%{release}
|
||||
Provides: cockpit-shell = %{version}-%{release}
|
||||
Provides: cockpit-systemd = %{version}-%{release}
|
||||
Provides: cockpit-tuned = %{version}-%{release}
|
||||
@ -664,6 +660,12 @@ via PackageKit.
|
||||
|
||||
# The changelog is automatically generated and merged
|
||||
%changelog
|
||||
* Wed Jan 22 2020 Martin Pitt <mpitt@redhat.com> - 211-1
|
||||
|
||||
- Better support for various TLS certificate formats
|
||||
- Switch from Zanata to Weblate
|
||||
- Overview layout optimizations
|
||||
|
||||
* Wed Jan 08 2020 Katerina Koukiou <kkoukiou@redhat.com> - 210-1
|
||||
|
||||
- Overview: Add CPU utilization to usage card
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cockpit-210.tar.xz) = 2682dc47f31ded2caf1cac9800adda32483de082f0c84c4301240859dbeb893d811598b813d4b0b791cd3b45b4c0d9fa42a502587e0ee0916d8b92aa9eb1495d
|
||||
SHA512 (cockpit-211.tar.xz) = 22dd9205714880486c7a9d69d4d5ff933dbf58c99ff66e24b2746ada82c5343c046c6f78b25ca703193590a596ac0279b9720d0c85200b289b00f87f96d36b99
|
||||
|
Loading…
Reference in New Issue
Block a user