From ec1e430a38f917bef1f4e4afbd418153402f3fd8 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Wed, 14 Sep 2022 08:10:40 +0000 Subject: [PATCH] import cockpit-appstream-276-1.el8 --- .cockpit-appstream.metadata | 4 ++-- .gitignore | 4 ++-- SPECS/cockpit-appstream.spec | 7 +++++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.cockpit-appstream.metadata b/.cockpit-appstream.metadata index 66b4ab7..a71ce5e 100644 --- a/.cockpit-appstream.metadata +++ b/.cockpit-appstream.metadata @@ -1,2 +1,2 @@ -966f5b12e230d08d7ffe35ffbbcf882153454430 SOURCES/cockpit-275.tar.xz -3ea687c846787a99fc1fb28b14f44aba48be90ed SOURCES/cockpit-machines-273.tar.xz +667aea91cc30d7abf45f0f7574ed12109a0e6b54 SOURCES/cockpit-276.tar.xz +4898411d2555d294ca57d887c548b5992811bf51 SOURCES/cockpit-machines-274.tar.xz diff --git a/.gitignore b/.gitignore index 091a3f7..ee5eafc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -SOURCES/cockpit-275.tar.xz -SOURCES/cockpit-machines-273.tar.xz +SOURCES/cockpit-276.tar.xz +SOURCES/cockpit-machines-274.tar.xz diff --git a/SPECS/cockpit-appstream.spec b/SPECS/cockpit-appstream.spec index 1bcab66..68b640b 100644 --- a/SPECS/cockpit-appstream.spec +++ b/SPECS/cockpit-appstream.spec @@ -28,7 +28,7 @@ # we maintain the basic/optional split, then it can be replaced with just %{version}. %define required_base 266 -%define machines_version 273 +%define machines_version 274 # we generally want CentOS packages to be like RHEL; special cases need to check %{centos} explicitly %if 0%{?centos} @@ -51,7 +51,7 @@ Summary: Web Console for Linux servers License: LGPLv2+ URL: https://cockpit-project.org/ -Version: 275 +Version: 276 Release: 1%{?dist} Source0: https://github.com/cockpit-project/cockpit/releases/download/%{version}/cockpit-%{version}.tar.xz Source1: https://github.com/cockpit-project/cockpit-machines/releases/download/%{machines_version}/cockpit-machines-%{machines_version}.tar.xz @@ -693,6 +693,9 @@ via PackageKit. # The changelog is automatically generated and merged %changelog +* Mon Sep 12 2022 Martin Pitt - 276-1 +- Translation updates (rhbz#2062693) + * Thu Aug 25 2022 Matej Marusak - 275-1 - Machines: Offer downloading RHEL OS only for RHEL >= 8 (rhbz#2118236)