From 3b58031ca1f4808244526fd072e89a57a2f174c2 Mon Sep 17 00:00:00 2001 From: Josef Ridky Date: Mon, 22 Jan 2018 12:27:44 +0100 Subject: [PATCH] Spec update --- OpenIPMI.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/OpenIPMI.spec b/OpenIPMI.spec index a6256bc..e9551a4 100644 --- a/OpenIPMI.spec +++ b/OpenIPMI.spec @@ -25,6 +25,7 @@ BuildRequires: automake BuildRequires: autoconf BuildRequires: libtool +Requires: libedit Requires(post): systemd-units Requires(preun): systemd-units Requires(postun): systemd-units @@ -67,6 +68,8 @@ The OpenIPMI-python package contains the Python language bindings for OpenIPMI. %package devel Summary: The development environment for the OpenIPMI project +Requires: pkgconfig +Requires: %{name}%{?_isa} = %{version}-%{release} Requires: %{name}-libs%{?_isa} = %{version}-%{release} %description devel @@ -125,8 +128,8 @@ install -d %{buildroot}%{_sysconfdir}/modprobe.d rm %{buildroot}/%{_mandir}/man1/openipmigui.1 %{buildroot}%{_libdir}/*.la # add missing documentation -echo ".so man1/ipmicmd.1" > %{buildroot}%{_mandir}/man1/ipmicmd.1 -echo ".so man1/openipmish.1" > %{buildroot}%{_mandir}/man1/ipmish.1 +echo ".so man1/ipmicmd.1" > %{buildroot}%{_mandir}/man1/ipmicmd.1 +echo ".so man1/openipmish.1" > %{buildroot}%{_mandir}/man1/ipmish.1 %post %systemd_post ipmi.service @@ -210,6 +213,9 @@ echo ".so man1/openipmish.1" > %{buildroot}%{_mandir}/man1/ipmish.1 %{_mandir}/man5/ipmi_sim_cmd.5* %changelog +* Mon Jan 22 2018 Josef Ridky -2.0.14-2 +- restore removed requirements + * Thu Jan 18 2018 Tomasz Kłoczko - 2.0.24-1 - remove pkgconfig from devel Requires - remove libedit Requires (it is autogenerated as SONAME dependency)