Update to Fedora 246-1 release
Related: rhbz#1962078
This commit is contained in:
parent
b804c2758f
commit
da73a675b5
2
.gitignore
vendored
2
.gitignore
vendored
@ -204,3 +204,5 @@
|
||||
/cockpit-240.tar.xz
|
||||
/cockpit-241.tar.xz
|
||||
/cockpit-244.1.tar.xz
|
||||
/cockpit-245.tar.xz
|
||||
/cockpit-246.tar.xz
|
||||
|
46
cockpit.spec
46
cockpit.spec
@ -1,5 +1,5 @@
|
||||
# This spec file has been automatically updated
|
||||
Version: 244.1
|
||||
Version: 246
|
||||
Release: 1%{?dist}
|
||||
#
|
||||
# Copyright (C) 2014-2020 Red Hat, Inc.
|
||||
@ -44,8 +44,8 @@ Release: 1%{?dist}
|
||||
|
||||
%define __lib lib
|
||||
|
||||
%if 0%{?suse_version}
|
||||
%define pamdir /%{_lib}/security
|
||||
%if %{defined _pamdir}
|
||||
%define pamdir %{_pamdir}
|
||||
%else
|
||||
%define pamdir %{_libdir}/security
|
||||
%endif
|
||||
@ -698,6 +698,8 @@ BuildArch: noarch
|
||||
Requires: cockpit-bridge >= 186
|
||||
Requires: PackageKit
|
||||
Recommends: python3-tracer
|
||||
# HACK: https://bugzilla.redhat.com/show_bug.cgi?id=1800468
|
||||
Requires: polkit
|
||||
|
||||
%description -n cockpit-packagekit
|
||||
The Cockpit components for installing OS updates and Cockpit add-ons,
|
||||
@ -710,12 +712,36 @@ via PackageKit.
|
||||
|
||||
# The changelog is automatically generated and merged
|
||||
%changelog
|
||||
* Mon May 12 2021 Katerina Koukiou <kkoukiou@redhat.com> - 244.1-1
|
||||
- Shell: sudo is invoked only when explicitly requested
|
||||
- Dynamically manage motd/issue symlinks in package scripts (rhbz#1876848)
|
||||
* Wed Jun 09 2021 Marius Vollmer <mvollmer@redhat.com> - 246-1
|
||||
|
||||
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 241-2
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
- Improvements to the build system
|
||||
- Polish of the Services and Storage pages
|
||||
- Updated translations
|
||||
|
||||
* Wed May 26 2021 Martin Pitt <mpitt@redhat.com> - 245-1
|
||||
|
||||
- Metrics: New PCP configuration dialog
|
||||
- Storage: Show both SHA256 and SHA1 Tang fingerprints
|
||||
- Release: No more cockpit-cache tarball
|
||||
|
||||
* Sun May 16 2021 Martin Pitt <mpitt@redhat.com> - 244.1-1
|
||||
|
||||
- storage: use SHA256 for Tang fingerprints
|
||||
- testlib: Eliminate dataclass for RHEL/CentOS 8 compatibility
|
||||
|
||||
* Wed May 12 2021 Katerina Koukiou <kkoukiou@redhat.com> - 244-1
|
||||
|
||||
- Shell: sudo is invoked only when explicitly requested
|
||||
|
||||
* Wed Apr 28 2021 Martin Pitt <mpitt@redhat.com> - 243-1
|
||||
|
||||
- Services: Show sockets and memory usage
|
||||
- Developer API: Watch for file changes without reading
|
||||
|
||||
* Wed Apr 14 2021 Matej Marusak <mmarusak@redhat.com> - 242-1
|
||||
|
||||
- Support for pages built with snowpack
|
||||
- Machines: Split out to separate project
|
||||
|
||||
* Wed Mar 31 2021 Simon Kobyda <skobyda@redhat.com> - 241-1
|
||||
|
||||
@ -734,6 +760,10 @@ via PackageKit.
|
||||
- SELinux: Restyle to resemble other pages
|
||||
- Packaging: Removed ./configure options for distribution specific packages
|
||||
|
||||
* Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 238.1-2
|
||||
- Rebuilt for updated systemd-rpm-macros
|
||||
See https://pagure.io/fesco/issue/2583.
|
||||
|
||||
* Mon Feb 22 2021 Martin Pitt <mpitt@redhat.com> - 238.1-1
|
||||
|
||||
- Several UI alignment fixes
|
||||
|
@ -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: "244.1"
|
||||
ref: "246"
|
||||
execute:
|
||||
how: tmt
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cockpit-244.1.tar.xz) = ed9852b938f782c47692b484d710a5a2ea99827bc18cf1f322037a277bba379b508e7d5a8ba4b638317e6db92c36033c882ec5618941512d59779d1ec775fdd9
|
||||
SHA512 (cockpit-246.tar.xz) = 9f5ae6ec4ec9637bbe02243725f2f87d812d4ad99139d6734fa68e27b82196cde87dca56991216fe263cca05576451478ba53694ba38a2856da8fb0ed67906fe
|
||||
|
Loading…
Reference in New Issue
Block a user