From 9d016003cf6f79a9faa922b119e5d67dc943292a Mon Sep 17 00:00:00 2001 From: Andrew Lukoshko Date: Mon, 24 Jul 2023 15:30:59 +0000 Subject: [PATCH] Update to 286.2: storage: When fixing NBDE, also recognize indirect root filesystems --- .cockpit-appstream.metadata | 2 +- .gitignore | 2 +- SPECS/cockpit-appstream.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.cockpit-appstream.metadata b/.cockpit-appstream.metadata index 446f877..4e3d619 100644 --- a/.cockpit-appstream.metadata +++ b/.cockpit-appstream.metadata @@ -1,2 +1,2 @@ -256de4a4ebadbf0c4d1b5b70727e5d9f00674bbe SOURCES/cockpit-286.1.tar.xz +e35f86a900a4a9ecc54c2d1558b7c474c2d439b4 SOURCES/cockpit-286.2.tar.xz d7772c2e0aadeacfca24a1fe7f6d33c1fb6f4e54 SOURCES/cockpit-machines-284.1.tar.xz diff --git a/.gitignore b/.gitignore index 2bd8eee..d4fa029 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -SOURCES/cockpit-286.1.tar.xz +SOURCES/cockpit-286.2.tar.xz SOURCES/cockpit-machines-284.1.tar.xz diff --git a/SPECS/cockpit-appstream.spec b/SPECS/cockpit-appstream.spec index 252c649..2821ec0 100644 --- a/SPECS/cockpit-appstream.spec +++ b/SPECS/cockpit-appstream.spec @@ -51,8 +51,8 @@ Summary: Web Console for Linux servers License: LGPLv2+ URL: https://cockpit-project.org/ -Version: 286.1 -Release: 1%{?dist} +Version: 286.2 +Release: 1%{?dist}.alma 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 @@ -711,6 +711,9 @@ via PackageKit. # The changelog is automatically generated and merged %changelog +* Mon Jul 24 2023 Andrew Lukoshko - 286.2-1.alma +* Update to 286.2: storage: When fixing NBDE, also recognize indirect root filesystems + * Thu Feb 23 2023 Martin Pitt - 286.1-1 - Translation updates (rhbz#2139719)