diff --git a/SOURCES/0001-Add-Russian-translation.patch b/SOURCES/0001-Add-Russian-translation.patch new file mode 100644 index 0000000..ec8b90e --- /dev/null +++ b/SOURCES/0001-Add-Russian-translation.patch @@ -0,0 +1,25 @@ +From c7081356a8baec950bdf7910ade68e5e21ff6449 Mon Sep 17 00:00:00 2001 +From: tigro +Date: Mon, 5 Feb 2024 17:16:00 +0300 +Subject: [PATCH] Add Russian translation + +--- + src/pmchart/pmchart.desktop | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/src/pmchart/pmchart.desktop b/src/pmchart/pmchart.desktop +index 773c8e3..b9d30f1 100644 +--- a/src/pmchart/pmchart.desktop ++++ b/src/pmchart/pmchart.desktop +@@ -1,6 +1,8 @@ + [Desktop Entry] + Name=PCP Charts ++Name[ru]=Монитор производительности PCP Charts + Comment=Strip Chart tool for plotting Performance Co-Pilot metrics ++Comment[ru]=Инструмент для построения диаграмм производительности Co-Pilot + Exec=pmchart + Icon=pmchart + Terminal=false +-- +2.43.0 + diff --git a/SPECS/pcp.spec b/SPECS/pcp.spec index 014f00d..0b09312 100644 --- a/SPECS/pcp.spec +++ b/SPECS/pcp.spec @@ -1,6 +1,6 @@ Name: pcp Version: 6.0.5 -Release: 4%{?dist} +Release: 4%{?dist}.inferit Summary: System-level performance monitoring and performance management License: GPL-2.0-or-later AND LGPL-2.1-or-later AND CC-BY-3.0 URL: https://pcp.io @@ -10,6 +10,9 @@ Source0: %{artifactory}/pcp-source-release/pcp-%{version}.src.tar.gz Patch0: redhat-bugzilla-2175602.patch Patch1: redhat-bugzilla-2185803.patch +# MSVSphere +Patch100: 0001-Add-Russian-translation.patch + # The additional linker flags break out-of-tree PMDAs. # https://bugzilla.redhat.com/show_bug.cgi?id=2043092 %undefine _package_note_flags @@ -3364,6 +3367,9 @@ fi %files zeroconf -f pcp-zeroconf-files.rpm %changelog +* Mon Feb 05 2024 Arkady L. Shane - 6.0.5-4.inferit +- Add Russian translation + * Mon Aug 07 2023 Nathan Scott - 6.0.5-4 - Improve Event Driven Ansible integration (BZ 2185803)