Update to 2.0.19
This commit is contained in:
parent
fc0f23c58f
commit
dc9d37041c
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
OpenIPMI-2.0.18.tar.gz
|
OpenIPMI-2.0.18.tar.gz
|
||||||
|
/OpenIPMI-2.0.19.tar.gz
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||||
Summary: IPMI (Intelligent Platform Management Interface) library and tools
|
Summary: IPMI (Intelligent Platform Management Interface) library and tools
|
||||||
Name: OpenIPMI
|
Name: OpenIPMI
|
||||||
Version: 2.0.18
|
Version: 2.0.19
|
||||||
Release: 14%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2+ and GPLv2+ or BSD
|
License: LGPLv2+ and GPLv2+ or BSD
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: http://sourceforge.net/projects/openipmi/
|
URL: http://sourceforge.net/projects/openipmi/
|
||||||
@ -75,8 +75,8 @@ export CFLAGS="-fPIC $RPM_OPT_FLAGS"
|
|||||||
--with-tkinter=no
|
--with-tkinter=no
|
||||||
|
|
||||||
# get rid of rpath
|
# get rid of rpath
|
||||||
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
#sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
||||||
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
#sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
||||||
|
|
||||||
make # not %{?_smp_mflags} safe
|
make # not %{?_smp_mflags} safe
|
||||||
|
|
||||||
@ -177,6 +177,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 8 2012 Jan Safranek <jsafrane@redhat.com> - 2.0.19-1
|
||||||
|
- Update to 2.0.19
|
||||||
|
|
||||||
* Mon May 7 2012 Jan Safranek <jsafrane@redhat.com> - 2.0.18-14
|
* Mon May 7 2012 Jan Safranek <jsafrane@redhat.com> - 2.0.18-14
|
||||||
- Added ipmi systemd unit
|
- Added ipmi systemd unit
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user