Update to 245-1
- Metrics: New PCP configuration dialog - Storage: Show both SHA256 and SHA1 Tang fingerprints - Release: No more cockpit-cache tarball
This commit is contained in:
parent
a1070b4425
commit
cc9542bfb1
1
.gitignore
vendored
1
.gitignore
vendored
@ -207,3 +207,4 @@
|
||||
/cockpit-243.tar.xz
|
||||
/cockpit-244.tar.xz
|
||||
/cockpit-244.1.tar.xz
|
||||
/cockpit-245.tar.xz
|
||||
|
14
cockpit.spec
14
cockpit.spec
@ -1,5 +1,5 @@
|
||||
# This spec file has been automatically updated
|
||||
Version: 244.1
|
||||
Version: 245
|
||||
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,6 +712,12 @@ via PackageKit.
|
||||
|
||||
# The changelog is automatically generated and merged
|
||||
%changelog
|
||||
* 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
|
||||
|
@ -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: "245"
|
||||
execute:
|
||||
how: tmt
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cockpit-244.1.tar.xz) = ed9852b938f782c47692b484d710a5a2ea99827bc18cf1f322037a277bba379b508e7d5a8ba4b638317e6db92c36033c882ec5618941512d59779d1ec775fdd9
|
||||
SHA512 (cockpit-245.tar.xz) = 27bf6d093d897a8a9b9ff3e06af456bf4d2ce2cf6ba8402b6c2b8badf44485af84f6b14201ce50d8db94d80d2ab7645979b39882c482fafcc3b08d29e0037acb
|
||||
|
Loading…
Reference in New Issue
Block a user