rpmdiff fixes
This commit is contained in:
parent
f631a31bf7
commit
a4471fef33
@ -4,7 +4,7 @@
|
||||
Summary: IPMI (Intelligent Platform Management Interface) library and tools
|
||||
Name: OpenIPMI
|
||||
Version: 2.0.19
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
License: LGPLv2+ and GPLv2+ or BSD
|
||||
Group: System Environment/Base
|
||||
URL: http://sourceforge.net/projects/openipmi/
|
||||
@ -19,6 +19,7 @@ Requires(post): systemd-units
|
||||
Requires(preun): systemd-units
|
||||
Requires(postun): systemd-units
|
||||
Requires(post): systemd-sysv
|
||||
Requires:%{name}-libs = %{version}-%{release}
|
||||
|
||||
Patch1: OpenIPMI-2.0.18-pthread-pkgconfig.patch
|
||||
|
||||
@ -39,6 +40,7 @@ and applications.
|
||||
Group: Development/Libraries
|
||||
Summary: IPMI Perl language bindings
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
Requires: %{name}-libs = %{version}-%{release}
|
||||
|
||||
%description perl
|
||||
The OpenIPMI-perl package contains the Perl language bindings for OpenIPMI.
|
||||
@ -46,6 +48,7 @@ The OpenIPMI-perl package contains the Perl language bindings for OpenIPMI.
|
||||
%package python
|
||||
Group: Development/Libraries
|
||||
Summary: IPMI Python language bindings
|
||||
Requires: %{name}-libs = %{version}-%{release}
|
||||
|
||||
%description python
|
||||
The OpenIPMI-python package contains the Python language bindings for OpenIPMI.
|
||||
@ -156,6 +159,9 @@ rm ${RPM_BUILD_ROOT}/%{_mandir}/man1/openipmigui.1
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%changelog
|
||||
* Thu Apr 25 2013 Ledvinka Ales <aledvink@redhat.com> - 2.0.19-4
|
||||
- rpmdiff fixes
|
||||
|
||||
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.19-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user