From 6d9c9b23dcd3ef1e48300303b8b64ed9b621d1af Mon Sep 17 00:00:00 2001 From: Aristeu Rozanski Date: Tue, 3 May 2022 15:55:31 -0400 Subject: [PATCH] Update ras-mc-ctl manpage to match current options Resolves: #2079132 Depends: 60fd567b32dcde2989f2ff471c3f89e1c8da2081 Signed-off-by: Aristeu Rozanski --- ...bb3d73c4bc5060da20270a089857bba2a64c.patch | 42 +++++++++++++++++++ rasdaemon.spec | 7 +++- 2 files changed, 48 insertions(+), 1 deletion(-) create mode 100644 d0e0bb3d73c4bc5060da20270a089857bba2a64c.patch diff --git a/d0e0bb3d73c4bc5060da20270a089857bba2a64c.patch b/d0e0bb3d73c4bc5060da20270a089857bba2a64c.patch new file mode 100644 index 0000000..d28ce9c --- /dev/null +++ b/d0e0bb3d73c4bc5060da20270a089857bba2a64c.patch @@ -0,0 +1,42 @@ +commit d0e0bb3d73c4bc5060da20270a089857bba2a64c +Author: Justin Vreeland +Date: Tue Nov 2 19:51:50 2021 -0700 + + Update ras-mc-ctl manpage to match current options + + Signed-off-by: Justin Vreeland + Signed-off-by: Mauro Carvalho Chehab + +diff --git a/man/ras-mc-ctl.8.in b/man/ras-mc-ctl.8.in +index 26230e0..a605122 100644 +--- a/man/ras-mc-ctl.8.in ++++ b/man/ras-mc-ctl.8.in +@@ -79,9 +79,27 @@ Specify an alternate location for the labels database. + Specify a delay of \fBtime\fR seconds before registering DIMM labels. + Only meaninful if used together with --register-labels. + .TP +-.BI "--layout ++.BI "--layout" + Prints the memory layout as detected by the EDAC driver. Useful to check + if the EDAC driver is properly detecting the memory controller architecture. ++.TP ++.BI "--summary" ++Presents a summary of the logged errors. ++.TP ++.BI "--errors" ++Shows the errors stored at the error database. ++.TP ++.BI "--error-count" ++Shows the corrected and uncorrected error counts using sysfs. ++.TP ++.BI "--vendor-errors-summary="platform-id ++Pressents a summary of the vendor-specific logged errors. ++.TP ++.BI "--vendor-errors="platform-id ++Shows the vendor-specific errors stored in the error database. ++.TP ++.BI "--vendor-platforms" ++Shows the supported platforms with platform-ids for the vendor-specific errors. + + .SH MAINBOARD CONFIGURATION + .PP diff --git a/rasdaemon.spec b/rasdaemon.spec index 035a5c2..5a91a9c 100644 --- a/rasdaemon.spec +++ b/rasdaemon.spec @@ -1,6 +1,6 @@ Name: rasdaemon Version: 0.6.7 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Utility to receive RAS error tracings License: GPLv2 URL: http://git.infradead.org/users/mchehab/rasdaemon.git @@ -25,6 +25,7 @@ Patch16: 6bc43db1b6b3d73805179c21d1dd5521e8dc0f74.patch Patch17: 2b6a54b0d31e02e657171fd27f4e31d996756bc6.patch Patch18: 7ccf12f5ae26a055926d175d908c7930293438c4.patch Patch19: 9415b7449c70f5ea4a0209ddb89c2f5f392d3b4b.patch +Patch20: d0e0bb3d73c4bc5060da20270a089857bba2a64c.patch ExcludeArch: s390 s390x BuildRequires: make @@ -79,6 +80,7 @@ an utility for reporting current error counts from the EDAC sysfs files. %patch17 -p1 %patch18 -p1 %patch19 -p1 +%patch20 -p1 # The tarball is locked in time the first time aclocal was ran and will keep # requiring an older version of automake @@ -114,6 +116,9 @@ sed -i "s/^PAGE_CE_ACTION=.*/PAGE_CE_ACTION=account/" %{buildroot}/%{_sysconfdir %{_sysconfdir}/sysconfig/rasdaemon %changelog +* Tue May 03 2022 Aristeu Rozanski 0.6.7-8 +- Update ras-mc-ctl manpage to match current options [2079132] + * Mon May 02 2022 Aristeu Rozanski 0.6.7-7 - Fix issue printing memory module sizes [2080596]