mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
missing checkin seems to have disappeared: up to 1.8.1
This commit is contained in:
parent
9573ee3eed
commit
4e93bf01ed
@ -1,3 +1,6 @@
|
|||||||
|
version 1.8.1
|
||||||
|
* ipmievd installs in /usr/sbin
|
||||||
|
|
||||||
version 1.8.0
|
version 1.8.0
|
||||||
* Fix IPMIv2.0 issues
|
* Fix IPMIv2.0 issues
|
||||||
* Fix chassis boot parameter support
|
* Fix chassis boot parameter support
|
||||||
|
@ -3,7 +3,7 @@ dnl autoconf for ipmitool
|
|||||||
dnl
|
dnl
|
||||||
AC_INIT([src/ipmitool.c])
|
AC_INIT([src/ipmitool.c])
|
||||||
AC_CANONICAL_SYSTEM
|
AC_CANONICAL_SYSTEM
|
||||||
AM_INIT_AUTOMAKE([ipmitool], [1.8.0])
|
AM_INIT_AUTOMAKE([ipmitool], [1.8.1])
|
||||||
AM_CONFIG_HEADER(config.h)
|
AM_CONFIG_HEADER(config.h)
|
||||||
AC_CONFIG_SRCDIR([src/ipmitool.c])
|
AC_CONFIG_SRCDIR([src/ipmitool.c])
|
||||||
AC_PREREQ(2.50)
|
AC_PREREQ(2.50)
|
||||||
|
@ -60,6 +60,9 @@ rm -rf $RPM_BUILD_DIR/ipmitool-@VERSION@
|
|||||||
%doc %{_datadir}/doc/ipmitool/*
|
%doc %{_datadir}/doc/ipmitool/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 06 2005 <duncan@iceblink.org> 1.8.1-1
|
||||||
|
- Install ipmievd into /usr/sbin
|
||||||
|
|
||||||
* Wed Mar 16 2005 <duncan@iceblink.org> 1.8.0-1
|
* Wed Mar 16 2005 <duncan@iceblink.org> 1.8.0-1
|
||||||
- Fix IPMIv2.0 issues
|
- Fix IPMIv2.0 issues
|
||||||
- Fix chassis boot parameter support
|
- Fix chassis boot parameter support
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
ipmitool (1.8.1) unstable; urgency=low
|
||||||
|
|
||||||
|
* Install ipmievd into /usr/sbin
|
||||||
|
|
||||||
ipmitool (1.8.0-1) unstable; urgency=low
|
ipmitool (1.8.0-1) unstable; urgency=low
|
||||||
|
|
||||||
* Initial upload into Debian, based on the upstream build
|
* Initial upload into Debian, based on the upstream build
|
||||||
@ -31,7 +35,7 @@ ipmitool (1.7.1) unstable; urgency=low
|
|||||||
for interface detection and new STREAMS message-based interface).
|
for interface detection and new STREAMS message-based interface).
|
||||||
|
|
||||||
-- Seth Goldberg <sethmeisterg@hotmail.com> Mon, Mar 7 2005 18:03:00 -0800
|
-- Seth Goldberg <sethmeisterg@hotmail.com> Mon, Mar 7 2005 18:03:00 -0800
|
||||||
|
|
||||||
ipmitool (1.7.0) unstable; urgency=low
|
ipmitool (1.7.0) unstable; urgency=low
|
||||||
|
|
||||||
* Propogate errors correctly so exit status will be useful
|
* Propogate errors correctly so exit status will be useful
|
||||||
|
Loading…
x
Reference in New Issue
Block a user