mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-11 19:17:22 +00:00
docs are installed automatically
This commit is contained in:
parent
e3e67fbc57
commit
5e2361ab9c
@ -1,9 +1,7 @@
|
|||||||
%define _release 1%{?target_os:.%{target_os}}
|
|
||||||
|
|
||||||
Name: ipmitool
|
Name: ipmitool
|
||||||
Summary: ipmitool - Utility for IPMI control
|
Summary: ipmitool - Utility for IPMI control
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Release: %{_release}
|
Release: 1%{?_distro:.%{_distro}}
|
||||||
Copyright: BSD
|
Copyright: BSD
|
||||||
Group: Utilities
|
Group: Utilities
|
||||||
Packager: Duncan Laurie <duncan@iceblink.org>
|
Packager: Duncan Laurie <duncan@iceblink.org>
|
||||||
@ -46,12 +44,6 @@ make
|
|||||||
%install
|
%install
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install-strip
|
make DESTDIR=$RPM_BUILD_ROOT install-strip
|
||||||
|
|
||||||
DOCDIR=$RPM_BUILD_ROOT%{_datadir}/doc/ipmitool-@VERSION@
|
|
||||||
mkdir -p $DOCDIR
|
|
||||||
for DOC in COPYING AUTHORS ChangeLog ; do
|
|
||||||
install -m 644 $DOC $DOCDIR/$DOC
|
|
||||||
done
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
if [ "$RPM_BUILD_ROOT" ] && [ "$RPM_BUILD_ROOT" != "/" ]; then
|
if [ "$RPM_BUILD_ROOT" ] && [ "$RPM_BUILD_ROOT" != "/" ]; then
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -68,12 +60,16 @@ rm -rf $RPM_BUILD_DIR/ipmitool-@VERSION@
|
|||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Aug 18 2004 <duncan@iceblink.org> 1.6.0-1
|
* Wed Aug 18 2004 <duncan@iceblink.org> 1.6.0-1
|
||||||
|
- Add a README
|
||||||
- Add support for IPMIv2 and Serial-over-LAN from Newisys
|
- Add support for IPMIv2 and Serial-over-LAN from Newisys
|
||||||
- Add Solaris x86 interface plugin
|
- Add Solaris x86 lipmi interface
|
||||||
- Add support for building Solaris packages
|
- Add support for building Solaris packages
|
||||||
|
- Add support for building RPMs as non-root user
|
||||||
- Fix segfault when doing "sel list" (from Matthew Braithwaite)
|
- Fix segfault when doing "sel list" (from Matthew Braithwaite)
|
||||||
- Fix "chassis identify" on some BMCs (from ebrower@sourceforge)
|
- Fix "chassis identify" on some BMCs (from ebrower@sourceforge)
|
||||||
- Add "bmc info" and related output (from ebrower@sourceforge)
|
- Add "bmc info" and related output (from ebrower@sourceforge)
|
||||||
|
- new "shell" and "exec" commands
|
||||||
|
- lots of other contributed patches
|
||||||
|
|
||||||
* Sat May 27 2004 <duncan@iceblink.org> 1.5.9-1
|
* Sat May 27 2004 <duncan@iceblink.org> 1.5.9-1
|
||||||
- Add ability to get a particular sensor by name
|
- Add ability to get a particular sensor by name
|
||||||
|
Loading…
x
Reference in New Issue
Block a user