From b2b13e15f0cc4940461657b505b62505fd13c437 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Nov 03 2016 06:22:36 +0000 Subject: import edac-utils-0.16-15.el7 --- diff --git a/SOURCES/edac-ctl-man-missing-options.patch b/SOURCES/edac-ctl-man-missing-options.patch new file mode 100644 index 0000000..a094030 --- /dev/null +++ b/SOURCES/edac-ctl-man-missing-options.patch @@ -0,0 +1,38 @@ +From 271ce86b92b8f518fdfb4abb4f46d0c69e703c3a Mon Sep 17 00:00:00 2001 +From: Jan Chaloupka +Date: Wed, 20 Aug 2014 15:20:00 +0200 +Subject: [PATCH] edac-ctl missing options + +--- + src/util/edac-ctl.8.in | 8 +++++++- + 1 file changed, 7 insertions(+), 1 deletion(-) + +diff --git a/src/util/edac-ctl.8.in b/src/util/edac-ctl.8.in +index 7f9ca5e..c6143ef 100644 +--- a/src/util/edac-ctl.8.in ++++ b/src/util/edac-ctl.8.in +@@ -43,6 +43,9 @@ drivers. + .BI "--help" + Display a brief usage message. + .TP ++.BI "--quiet" ++Quiet operation. ++.TP + .BI "--mainboard" + Print mainboard vendor and model for this hardware, if available. + This option requires that the \fBdmidecode\fR(8) utility be installed, +@@ -61,7 +64,10 @@ exist in the labels database for this option to do anything. + .TP + .BI "--print-labels" + Display the configured labels for the current hardware, as +-well as the current labels registered with EDAC. ++well as the current labels registered with EDAC. ++.TP ++.BI "--delay=N" ++Delay N seconds before writing DIMM labels. + .TP + .BI "--labeldb="DB + Specify an alternate location for the labels database. +-- +1.9.3 + diff --git a/SPECS/edac-utils.spec b/SPECS/edac-utils.spec index 5a4982f..0ab28f7 100644 --- a/SPECS/edac-utils.spec +++ b/SPECS/edac-utils.spec @@ -1,6 +1,6 @@ Name: edac-utils Version: 0.16 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Userspace helper for kernel EDAC drivers Group: System Environment/Base @@ -13,6 +13,7 @@ Source1: edac.service Patch: 884477.patch Patch2: edac_utils-do_not_exit_if_dmidecode_isnt_found.patch Patch3: edac_utils-dont_try_to_use_dmidecode_if_not_installed.patch +Patch4: edac-ctl-man-missing-options.patch %ifarch %{ix86} x86_64 Requires: dmidecode @@ -46,6 +47,7 @@ for %{name}. %patch -p1 %patch2 -p1 %patch3 -p1 +%patch4 -p1 %build %configure --disable-static @@ -108,6 +110,9 @@ fi %{_includedir}/edac.h %changelog +* Fri Nov 13 2015 Aristeu Rozanski - 0.16-15 +- Add missing manual entries for two edac-ctl options [1147564] + * Mon Oct 05 2015 Aristeu Rozanski - 0.16-14 - Don't try to use dmidecode if not installed [1125491]