Spec update
This commit is contained in:
parent
47a54082ac
commit
3b58031ca1
@ -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 <jridky@redhat.com> -2.0.14-2
|
||||
- restore removed requirements
|
||||
|
||||
* Thu Jan 18 2018 Tomasz Kłoczko <kloczek@fedoraproject.org> - 2.0.24-1
|
||||
- remove pkgconfig from devel Requires
|
||||
- remove libedit Requires (it is autogenerated as SONAME dependency)
|
||||
|
Loading…
Reference in New Issue
Block a user