Resolves: #1468984 - fix typo in manpage

This commit is contained in:
Josef Ridky 2017-07-10 09:54:34 +02:00
parent 1f9376b051
commit 736116994f
2 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,28 @@
diff -urNp old/man/freeipmi.7.pre.in new/man/freeipmi.7.pre.in
--- old/man/freeipmi.7.pre.in 2017-03-29 20:04:58.000000000 +0200
+++ new/man/freeipmi.7.pre.in 2017-07-10 09:42:52.387883247 +0200
@@ -87,20 +87,20 @@ found in each of the tool manpages.
The primary tools that most users of FreeIPMI will be interested in
for system management are the following:
.PP
-.B Ipmi-sensors
+.B ipmi-sensors
.PP
A tool to read IPMI sensor readings to aid in system monitoring.
.PP
-.B Ipmi-sel
+.B ipmi-sel
.PP
A tool to read and manage IPMI System Event Log (SEL) records to aid
in system debugging.
.PP
-.B Ipmipower
+.B ipmipower
.PP
A tool for remote power control.
.PP
-.B Ipmiconsole
+.B ipmiconsole
.PP
A tool for Serial-over-Lan (SOL) console access.
.PP

View File

@ -16,6 +16,7 @@ BuildRequires: libgcrypt-devel texinfo systemd
Requires(preun): info systemd
Requires(post): info systemd systemd-sysv
Requires(postun): systemd
Patch1: freeipmi-1.5.6-manpage.patch
%description
The FreeIPMI project provides "Remote-Console" (out-of-band) and
@ -57,6 +58,7 @@ IPMI SEL syslog logging daemon.
%prep
%setup -q
%patch1 -p1 -b .manpage
%build
export CFLAGS="-D_GNU_SOURCE $RPM_OPT_FLAGS"
@ -360,6 +362,7 @@ fi
%changelog
* Mon Jul 10 2017 Josef Ridky <jridky@redhat.com> - 1.5.6-1
- New upstream release 1.5.6 (#1468062)
- Fix issue with capital letters in commands in manpage (#1468984)
* Mon Mar 27 2017 Josef Ridky <jridky@redhat.com> - 1.5.5-1
- New upstream release 1.5.5 (#1436115)