From 65968a4f9f9d522e94033a2cb4990b32a5a7688f Mon Sep 17 00:00:00 2001 From: tigro Date: Thu, 21 Dec 2023 15:47:01 +0300 Subject: [PATCH] - Replace Source0 archive with MSVSphere OS-specific one - Add MSVSphere OS branding - Use MSVSPHERE_PRETTY_NAME instead of PRETTY_NAME and NAME in UI - Fix sudo button translation issue - Remove upstream documentation links from UI --- .cockpit.metadata | 2 +- SPECS/cockpit.spec | 11 +++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.cockpit.metadata b/.cockpit.metadata index c0fa866..4cab0b3 100644 --- a/.cockpit.metadata +++ b/.cockpit.metadata @@ -1,2 +1,2 @@ -78fe01a3cd76ab45eff8316deec8c0c17f6c6515 SOURCES/cockpit-300.1.tar.xz +c525b6337e67a724f560e157ac2eaaaef7b9217a SOURCES/cockpit-300.1.tar.xz a37e1d6ad4b1b25729682c54ab7e4dcdcfd894a7 SOURCES/cockpit.css.gz diff --git a/SPECS/cockpit.spec b/SPECS/cockpit.spec index c7cf7a8..c2cc54d 100644 --- a/SPECS/cockpit.spec +++ b/SPECS/cockpit.spec @@ -50,8 +50,8 @@ License: LGPL-2.1-or-later URL: https://cockpit-project.org/ Version: 300.1 -Release: 1%{?dist} -Source0: https://github.com/cockpit-project/cockpit/releases/download/%{version}/cockpit-%{version}.tar.xz +Release: 1%{?dist}.inferit +Source0: cockpit-300.1.tar.xz Source1: cockpit.css.gz %if 0%{?fedora} >= 38 || 0%{?rhel} >= 9 @@ -786,6 +786,13 @@ via PackageKit. # The changelog is automatically generated and merged %changelog +* Tue Nov 21 2023 Eugene Zamriy - 300.1-1.inferit +- Replace Source0 archive with MSVSphere OS-specific one +- Add MSVSphere OS branding +- Use MSVSPHERE_PRETTY_NAME instead of PRETTY_NAME and NAME in UI +- Fix sudo button translation issue +- Remove upstream documentation links from UI + * Thu Sep 07 2023 Martin Pitt - 300-1 - Translation updates (rhbz#2189558)