Update to 2.0.19

This commit is contained in:
Jan Safranek 2012-08-08 08:56:10 +02:00
parent fc0f23c58f
commit dc9d37041c
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
OpenIPMI-2.0.18.tar.gz
/OpenIPMI-2.0.19.tar.gz

View File

@ -3,8 +3,8 @@
%{!?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
Name: OpenIPMI
Version: 2.0.18
Release: 14%{?dist}
Version: 2.0.19
Release: 1%{?dist}
License: LGPLv2+ and GPLv2+ or BSD
Group: System Environment/Base
URL: http://sourceforge.net/projects/openipmi/
@ -75,8 +75,8 @@ export CFLAGS="-fPIC $RPM_OPT_FLAGS"
--with-tkinter=no
# get rid of rpath
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|^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
make # not %{?_smp_mflags} safe
@ -177,6 +177,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/*.pc
%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
- Added ipmi systemd unit

View File

@ -1 +1 @@
8392539200fbda670503770292dfbb8f OpenIPMI-2.0.18.tar.gz
e96e68b972d4b376f239d32cd3629328 OpenIPMI-2.0.19.tar.gz