Spec update
This commit is contained in:
parent
47a54082ac
commit
3b58031ca1
@ -25,6 +25,7 @@ BuildRequires: automake
|
|||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
|
|
||||||
|
Requires: libedit
|
||||||
Requires(post): systemd-units
|
Requires(post): systemd-units
|
||||||
Requires(preun): systemd-units
|
Requires(preun): systemd-units
|
||||||
Requires(postun): systemd-units
|
Requires(postun): systemd-units
|
||||||
@ -67,6 +68,8 @@ The OpenIPMI-python package contains the Python language bindings for OpenIPMI.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: The development environment for the OpenIPMI project
|
Summary: The development environment for the OpenIPMI project
|
||||||
|
Requires: pkgconfig
|
||||||
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
@ -125,8 +128,8 @@ install -d %{buildroot}%{_sysconfdir}/modprobe.d
|
|||||||
rm %{buildroot}/%{_mandir}/man1/openipmigui.1 %{buildroot}%{_libdir}/*.la
|
rm %{buildroot}/%{_mandir}/man1/openipmigui.1 %{buildroot}%{_libdir}/*.la
|
||||||
|
|
||||||
# add missing documentation
|
# add missing documentation
|
||||||
echo ".so man1/ipmicmd.1" > %{buildroot}%{_mandir}/man1/ipmicmd.1
|
echo ".so man1/ipmicmd.1" > %{buildroot}%{_mandir}/man1/ipmicmd.1
|
||||||
echo ".so man1/openipmish.1" > %{buildroot}%{_mandir}/man1/ipmish.1
|
echo ".so man1/openipmish.1" > %{buildroot}%{_mandir}/man1/ipmish.1
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%systemd_post ipmi.service
|
%systemd_post ipmi.service
|
||||||
@ -210,6 +213,9 @@ echo ".so man1/openipmish.1" > %{buildroot}%{_mandir}/man1/ipmish.1
|
|||||||
%{_mandir}/man5/ipmi_sim_cmd.5*
|
%{_mandir}/man5/ipmi_sim_cmd.5*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jan 18 2018 Tomasz Kłoczko <kloczek@fedoraproject.org> - 2.0.24-1
|
||||||
- remove pkgconfig from devel Requires
|
- remove pkgconfig from devel Requires
|
||||||
- remove libedit Requires (it is autogenerated as SONAME dependency)
|
- remove libedit Requires (it is autogenerated as SONAME dependency)
|
||||||
|
Loading…
Reference in New Issue
Block a user