From 3f534a2abfd16870b8db0547fb22dffed5d64ccc Mon Sep 17 00:00:00 2001 From: liyuan Date: Thu, 21 Dec 2023 20:34:49 +0800 Subject: [PATCH] backport Fix manpage SDR English typo --- 0001-Fix-manpage-SDR-English-typo.patch | 26 +++++++++++++++++++++++++ freeipmi.spec | 8 +++++++- 2 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 0001-Fix-manpage-SDR-English-typo.patch diff --git a/0001-Fix-manpage-SDR-English-typo.patch b/0001-Fix-manpage-SDR-English-typo.patch new file mode 100644 index 0000000..c29f5d2 --- /dev/null +++ b/0001-Fix-manpage-SDR-English-typo.patch @@ -0,0 +1,26 @@ +From 2d386e4fcba3bd17af6694626e3105fadb65d85f Mon Sep 17 00:00:00 2001 +From: Albert Chu +Date: Tue, 31 Jul 2018 15:59:08 -0700 +Subject: [PATCH] Fix manpage SDR English typo + +--- + man/manpage-common-workaround-sdr-text.man | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) + +diff --git a/man/manpage-common-workaround-sdr-text.man b/man/manpage-common-workaround-sdr-text.man +index 147b37e7a..80b583ead 100644 +--- a/man/manpage-common-workaround-sdr-text.man ++++ b/man/manpage-common-workaround-sdr-text.man +@@ -2,6 +2,6 @@ + \fIassumemaxsdrrecordcount\fR - This workaround will inform SDR + reading to stop reading after a known maximum numer of SDR records + have been read. This will work around systems that have +-mis-implemented SDR reading functions that. Those hitting this issue +-may see "SDR record count invalid" errors. Issue observed on +-unspecified Inspur motherboard. ++mis-implemented SDR reading functions. Those hitting this issue may ++see "SDR record count invalid" errors. Issue observed on unspecified ++Inspur motherboard. +-- +2.33.0 + diff --git a/freeipmi.spec b/freeipmi.spec index 05e81fc..fc95103 100644 --- a/freeipmi.spec +++ b/freeipmi.spec @@ -1,6 +1,6 @@ Name: freeipmi Version: 1.6.2 -Release: 5 +Release: 6 Summary: IPMI remote console and system management software License: GPLv3+ URL: http://www.gnu.org/software/freeipmi/ @@ -8,6 +8,9 @@ Source0: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz Source1: bmc-watchdog.service Source2: ipmidetectd.service Source3: ipmiseld.service + +Patch0001: 0001-Fix-manpage-SDR-English-typo.patch + BuildRequires: libgcrypt-devel texinfo systemd %{?systemd_requires} Requires: %{name}-help = %{version}-%{release} @@ -136,6 +139,9 @@ install-info %{_infodir}/freeipmi-faq.info.gz %{_infodir}/dir &>/dev/null || : %exclude %{_infodir}/dir %changelog +* Fri Dec 22 2023 liyuanyuan - 1.6.2-6 +- Fix manpage SDR English typo + * Mon Nov 09 2020 huanghaitao - 1.6.2-5 - Make help package requires by freeipmi