Update to upstream release 270
Resolves: rhbz#2073263
This commit is contained in:
parent
b6ec8131ee
commit
162b8abff9
1
.gitignore
vendored
1
.gitignore
vendored
@ -234,3 +234,4 @@
|
||||
/cockpit-268.tar.xz
|
||||
/cockpit-268.1.tar.xz
|
||||
/cockpit-269.tar.xz
|
||||
/cockpit-270.tar.xz
|
||||
|
14
cockpit.spec
14
cockpit.spec
@ -1,6 +1,3 @@
|
||||
# This spec file has been automatically updated
|
||||
Version: 269
|
||||
Release: 1%{?dist}
|
||||
#
|
||||
# Copyright (C) 2014-2020 Red Hat, Inc.
|
||||
#
|
||||
@ -52,14 +49,16 @@ Summary: Web Console for Linux servers
|
||||
License: LGPLv2+
|
||||
URL: https://cockpit-project.org/
|
||||
|
||||
Source0: https://github.com/cockpit-project/cockpit/releases/download/269/cockpit-269.tar.xz
|
||||
Version: 270
|
||||
Release: 1%{?dist}
|
||||
Source0: https://github.com/cockpit-project/cockpit/releases/download/270/cockpit-270.tar.xz
|
||||
|
||||
# in RHEL 8 the source package is duplicated: cockpit (building basic packages like cockpit-{bridge,system})
|
||||
# and cockpit-appstream (building optional packages like cockpit-{pcp})
|
||||
# This split does not apply to EPEL/COPR.
|
||||
# In Fedora ELN/RHEL 9+ there is just one source package, which ships rpms in both BaseOS and AppStream
|
||||
# We also provide an override mechanism if you want to build all packages.
|
||||
%define build_all 0
|
||||
%define build_all 1
|
||||
%if 0%{?rhel} == 8 && 0%{?epel} == 0 && !%{build_all}
|
||||
|
||||
%if "%{name}" == "cockpit"
|
||||
@ -679,6 +678,11 @@ via PackageKit.
|
||||
|
||||
# The changelog is automatically generated and merged
|
||||
%changelog
|
||||
* Tue May 24 2022 Packit <hello@packit.dev> - 270-1
|
||||
- Services: User-created timer deletion
|
||||
- System Diagnostics: Working with diagnostic reports has been improved
|
||||
|
||||
|
||||
* Thu May 12 2022 Cockpit Project <cockpituous@gmail.com> - 269-1
|
||||
- Update to upstream 269 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: "269"
|
||||
ref: "270"
|
||||
execute:
|
||||
how: tmt
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cockpit-269.tar.xz) = bc43d7fdb970a2b61941a924ac4aa3a03bb2268494ec11fc2c61341e83b5907f58c1d85f20c86c35d1bb407e8daac8aa3609718305ee2abad5f42995414596f1
|
||||
SHA512 (cockpit-270.tar.xz) = 7a2b94aee6f056e46114b072c46c9f85893427ebb58eb36f8d0e5e597eaa7b3a5c514d6c95ca1e4914783a2ab0c67fa5831e545486c7a2f6f07c5b7eab92af3a
|
||||
|
Loading…
Reference in New Issue
Block a user