Update to 184-1
- Machines: Dialog and tab layout is now responsive - Storage: Filesystem labels are validated upfront - Storage: Some mount options are prefilled when needed - Integration of Cockpit pages on the desktop
This commit is contained in:
parent
9b2bdc7c50
commit
8e07c154b5
1
.gitignore
vendored
1
.gitignore
vendored
@ -141,3 +141,4 @@
|
||||
/cockpit-181.tar.xz
|
||||
/cockpit-182.tar.xz
|
||||
/cockpit-183.tar.xz
|
||||
/cockpit-184.tar.xz
|
||||
|
16
cockpit.spec
16
cockpit.spec
@ -1,5 +1,5 @@
|
||||
# This spec file has been automatically updated
|
||||
Version: 183
|
||||
Version: 184
|
||||
Release: 1%{?dist}
|
||||
#
|
||||
# This file is maintained at the following location:
|
||||
@ -205,6 +205,7 @@ echo '{ "linguas": null }' > %{buildroot}%{_datadir}/cockpit/shell/override.json
|
||||
echo '%dir %{_datadir}/cockpit/base1' > base.list
|
||||
find %{buildroot}%{_datadir}/cockpit/base1 -type f >> base.list
|
||||
echo '%{_sysconfdir}/cockpit/machines.d' >> base.list
|
||||
echo %{buildroot}%{_datadir}/polkit-1/actions/org.cockpit-project.cockpit-bridge.policy >> base.list
|
||||
# RHEL 7 needs to keep cockpit-ssh in dashboard for backwards compat
|
||||
%if 0%{?rhel} == 7
|
||||
find %{buildroot}%{_datadir}/cockpit/ssh -type f >> dashboard.list
|
||||
@ -311,13 +312,13 @@ for pkg in base1 branding motd kdump networkmanager realmd selinux shell sosrepo
|
||||
rm -r %{buildroot}/%{_datadir}/cockpit/$pkg
|
||||
rm -f %{buildroot}/%{_datadir}/metainfo/org.cockpit-project.cockpit-${pkg}.metainfo.xml
|
||||
done
|
||||
for data in applications doc locale man pixmaps; do
|
||||
for data in doc locale man pixmaps polkit-1; do
|
||||
rm -r %{buildroot}/%{_datadir}/$data
|
||||
done
|
||||
for lib in systemd tmpfiles.d firewalld; do
|
||||
rm -r %{buildroot}/%{_prefix}/%{__lib}/$lib
|
||||
done
|
||||
for libexec in cockpit-askpass cockpit-session cockpit-ws; do
|
||||
for libexec in cockpit-askpass cockpit-session cockpit-ws cockpit-desktop; do
|
||||
rm %{buildroot}/%{_libexecdir}/$libexec
|
||||
done
|
||||
rm -r %{buildroot}/%{_libdir}/security %{buildroot}/%{_sysconfdir}/pam.d %{buildroot}/%{_sysconfdir}/motd.d %{buildroot}/%{_sysconfdir}/issue.d
|
||||
@ -512,6 +513,7 @@ Requires(postun): systemd
|
||||
The Cockpit Web Service listens on the network, and authenticates users.
|
||||
|
||||
%files ws -f cockpit.lang
|
||||
%doc %{_mandir}/man1/cockpit-desktop.1.gz
|
||||
%doc %{_mandir}/man5/cockpit.conf.5.gz
|
||||
%doc %{_mandir}/man8/cockpit-ws.8.gz
|
||||
%doc %{_mandir}/man8/remotectl.8.gz
|
||||
@ -532,6 +534,7 @@ The Cockpit Web Service listens on the network, and authenticates users.
|
||||
%{_sbindir}/remotectl
|
||||
%{_libdir}/security/pam_ssh_add.so
|
||||
%{_libexecdir}/cockpit-ws
|
||||
%{_libexecdir}/cockpit-desktop
|
||||
%attr(4750, root, cockpit-ws) %{_libexecdir}/cockpit-session
|
||||
%attr(775, -, wheel) %{_localstatedir}/lib/cockpit
|
||||
%{_datadir}/cockpit/static
|
||||
@ -829,6 +832,13 @@ via PackageKit.
|
||||
|
||||
# The changelog is automatically generated and merged
|
||||
%changelog
|
||||
* Thu Dec 13 2018 Martin Pitt <martin@piware.de> - 184-1
|
||||
|
||||
- Machines: Dialog and tab layout is now responsive
|
||||
- Storage: Filesystem labels are validated upfront
|
||||
- Storage: Some mount options are prefilled when needed
|
||||
- Integration of Cockpit pages on the desktop
|
||||
|
||||
* Wed Nov 28 2018 Martin Pitt <martin@piware.de> - 183-1
|
||||
|
||||
- Machines: Manage storage pools
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cockpit-183.tar.xz) = 30fb104c3ea099d8200d7f14d09db56c6c014a6aab535944e2733ebd5553a535cdce01d307b7ea6c33c5ae1c41d373fba764aae5c0b2979fb3b3a64df7a82b3b
|
||||
SHA512 (cockpit-184.tar.xz) = 7e5e33c4f0ad737674cdbb4007a69e2eb9040f5a87bee17fb09c1a01695a9a298eec2737f8e7a37e4e29835737be8d5dd46f06a4e75a83668304fa1f076501d7
|
||||
|
Loading…
Reference in New Issue
Block a user