diff --git a/freeipmi-1.5.6-manpage.patch b/freeipmi-1.5.6-manpage.patch new file mode 100644 index 0000000..78e4c1d --- /dev/null +++ b/freeipmi-1.5.6-manpage.patch @@ -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 diff --git a/freeipmi.spec b/freeipmi.spec index b6256d5..ff4b930 100644 --- a/freeipmi.spec +++ b/freeipmi.spec @@ -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 - 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 - 1.5.5-1 - New upstream release 1.5.5 (#1436115)