Update to 244.1-1
- storage: use SHA256 for Tang fingerprints - testlib: Eliminate dataclass for RHEL/CentOS 8 compatibility
This commit is contained in:
parent
5fc6eee7eb
commit
a1070b4425
1
.gitignore
vendored
1
.gitignore
vendored
@ -206,3 +206,4 @@
|
||||
/cockpit-242.tar.xz
|
||||
/cockpit-243.tar.xz
|
||||
/cockpit-244.tar.xz
|
||||
/cockpit-244.1.tar.xz
|
||||
|
@ -1,5 +1,5 @@
|
||||
# This spec file has been automatically updated
|
||||
Version: 244
|
||||
Version: 244.1
|
||||
Release: 1%{?dist}
|
||||
#
|
||||
# Copyright (C) 2014-2020 Red Hat, Inc.
|
||||
@ -710,6 +710,11 @@ via PackageKit.
|
||||
|
||||
# The changelog is automatically generated and merged
|
||||
%changelog
|
||||
* 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
|
||||
|
@ -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"
|
||||
ref: "244.1"
|
||||
execute:
|
||||
how: tmt
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cockpit-244.tar.xz) = 41a566484e9f85825f69d3fe23c56d92f91e79d782674e5b63bd7cafa7fae096b21d594054cb95b34e12ae986a6e5a3a18dc98a0a5a04321375aa203882106cd
|
||||
SHA512 (cockpit-244.1.tar.xz) = ed9852b938f782c47692b484d710a5a2ea99827bc18cf1f322037a277bba379b508e7d5a8ba4b638317e6db92c36033c882ec5618941512d59779d1ec775fdd9
|
||||
|
Loading…
Reference in New Issue
Block a user