Update to 252-1
- Webserver: Drop remotectl utility - Shell: Show package version in ‘About web console’ modal - Storage: Encryption is presented as a property of a Filesystem
This commit is contained in:
parent
0ba4107b19
commit
491681af59
1
.gitignore
vendored
1
.gitignore
vendored
@ -214,3 +214,4 @@
|
||||
/cockpit-249.tar.xz
|
||||
/cockpit-250.tar.xz
|
||||
/cockpit-251.tar.xz
|
||||
/cockpit-252.tar.xz
|
||||
|
11
cockpit.spec
11
cockpit.spec
@ -1,5 +1,5 @@
|
||||
# This spec file has been automatically updated
|
||||
Version: 251
|
||||
Version: 252
|
||||
Release: 1%{?dist}
|
||||
#
|
||||
# Copyright (C) 2014-2020 Red Hat, Inc.
|
||||
@ -291,7 +291,7 @@ for libexec in cockpit-askpass cockpit-session cockpit-ws cockpit-tls cockpit-ws
|
||||
rm %{buildroot}/%{_libexecdir}/$libexec
|
||||
done
|
||||
rm -r %{buildroot}/%{_libdir}/security %{buildroot}/%{_sysconfdir}/pam.d %{buildroot}/%{_sysconfdir}/motd.d %{buildroot}/%{_sysconfdir}/issue.d
|
||||
rm %{buildroot}/usr/bin/cockpit-bridge %{buildroot}/usr/sbin/remotectl
|
||||
rm %{buildroot}/usr/bin/cockpit-bridge
|
||||
rm -f %{buildroot}%{_libexecdir}/cockpit-ssh
|
||||
rm -f %{buildroot}%{_datadir}/metainfo/cockpit.appdata.xml
|
||||
%endif
|
||||
@ -469,7 +469,6 @@ authentication via sssd/FreeIPA.
|
||||
%doc %{_mandir}/man5/cockpit.conf.5.gz
|
||||
%doc %{_mandir}/man8/cockpit-ws.8.gz
|
||||
%doc %{_mandir}/man8/cockpit-tls.8.gz
|
||||
%doc %{_mandir}/man8/remotectl.8.gz
|
||||
%doc %{_mandir}/man8/pam_ssh_add.8.gz
|
||||
%dir %{_sysconfdir}/cockpit
|
||||
%config(noreplace) %{_sysconfdir}/cockpit/ws-certs.d
|
||||
@ -493,7 +492,6 @@ authentication via sssd/FreeIPA.
|
||||
%{_unitdir}/cockpit-wsinstance-https@.service
|
||||
%{_unitdir}/system-cockpithttps.slice
|
||||
%{_prefix}/%{__lib}/tmpfiles.d/cockpit-tempfiles.conf
|
||||
%{_sbindir}/remotectl
|
||||
%{pamdir}/pam_ssh_add.so
|
||||
%{pamdir}/pam_cockpit_cert.so
|
||||
%{_libexecdir}/cockpit-ws
|
||||
@ -718,6 +716,11 @@ via PackageKit.
|
||||
|
||||
# The changelog is automatically generated and merged
|
||||
%changelog
|
||||
* Wed Sep 01 2021 Simon Kobyda <skobyda@redhat.com> - 252-1
|
||||
- Webserver: Drop remotectl utility
|
||||
- Shell: Show package version in ‘About web console’ modal
|
||||
- Storage: Encryption is presented as a property of a Filesystem
|
||||
|
||||
* Wed Aug 18 2021 Marius Vollmer <mvollmer@redhat.com> - 251-1
|
||||
- Update to upstream 251 release
|
||||
|
||||
|
@ -2,6 +2,6 @@ discover:
|
||||
how: fmf
|
||||
repository: https://github.com/cockpit-project/cockpit
|
||||
# FIXME: get rid of the hardcoding: https://github.com/psss/tmt/issues/585
|
||||
ref: "251"
|
||||
ref: "252"
|
||||
execute:
|
||||
how: tmt
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cockpit-251.tar.xz) = 9ded4b394520b11a3c711ad7c808fb7f216a5015b935077ddd8bd4c34951bd536696a3353d90e1b2819e284fe3001ed25ab8e6e03262eb3eaa1e30393db1a136
|
||||
SHA512 (cockpit-252.tar.xz) = 38e5cc4b991264599e3178d99202a937fd56cfe7d8e6f02ef47c9eca2e82e88eb9dd4db08195e83cb82e862134e16b857d21322361b5f506dd31221bcb5a0b22
|
||||
|
Loading…
Reference in New Issue
Block a user