On czwartek, 25 stycznia 2007, Dmitry Frolov wrote:
> [...]
>
> Below is a little patch for FreeBSD compatibility. I realy like it to be
> included in the release.
Looks safe.
For other things that were not updated.
spec file update, explictly set permissions, don't clean build_dir, that's
rpms job, mandir is doc by default for rpm.
Index: control/ipmitool.spec.in
===================================================================
RCS file: /cvsroot/ipmitool/ipmitool/control/ipmitool.spec.in,v
retrieving revision 1.18
diff -u -u -r1.18 ipmitool.spec.in
--- control/ipmitool.spec.in 2 May 2006 16:26:13 -0000 1.18
+++ control/ipmitool.spec.in 25 Jan 2007 07:17:58 -0000
@@ -5,7 +5,7 @@
License: BSD
Group: Utilities
Packager: Duncan Laurie <[EMAIL PROTECTED]>
-Source: [EMAIL PROTECTED]@.tar.gz
+Source: %{name}-%{version}.tar.gz
Buildroot: /var/tmp/ipmitool-root
%description
@@ -50,16 +50,13 @@
if [ "$RPM_BUILD_ROOT" ] && [ "$RPM_BUILD_ROOT" != "/" ]; then
rm -rf $RPM_BUILD_ROOT
fi
-rm -rf $RPM_BUILD_DIR/[EMAIL PROTECTED]@
%files
-%defattr(-,root,root)
-%{_bindir}/*
-%{_sbindir}/*
-%{_datadir}/ipmitool/*
-%doc %{_mandir}/man1/*
-%doc %{_mandir}/man8/*
-%doc %{_datadir}/doc/ipmitool/*
+%defattr(755,root,root)
+%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_sbindir}/*
+%{_mandir}/man*/*
+%doc %{_datadir}/doc/ipmitool
%changelog
* Tue May 02 2006 <[EMAIL PROTECTED]> 1.8.8-1
The missing ChangeLog update could be like that one below. It's copy && paste
from cvs log for things that look interesting. Look for typos and other
language bugs, too.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/ipmitool/ipmitool/ChangeLog,v
retrieving revision 1.26
diff -u -u -r1.26 ChangeLog
--- ChangeLog 1 May 2006 23:33:32 -0000 1.26
+++ ChangeLog 25 Jan 2007 07:13:16 -0000
@@ -1,3 +1,28 @@
+version 1.8.9
+ * Added initial AMC ekey query operation suppor
+ * Improvements to ekeying support (PICMG 3.x only)
+ * Fix bug generating garbage on the screen when handling GetDeviceId
+ and sol traffic occurs
+ * Add HPM.1 support module
+ * Added ability to map OEM sensor types to OEM description string
using
+ IANA number
+ * Fix lan set access command to use value already save within
+ parameters for PEF and authentication
+ * Add support for name+privilege lookup for lanplus sessions
+ * Fix ipmievd fd closing bug
+ * Add set-in-progress flag support to chassis bootdev
+ * Add sol payload enable/disable comman
+ * Fix SOL set errors when commit-write not supported
+ * Fix reset of session timeout for lanplus interface
+ * Add firewall top-level command
+ * Fix SOLv2 NACK and retry handling for Intel ESB2 BMC
+ * Fix segfault when incorrect oem option supplied
+ * Fix bus problem with spd command
+ * Fix segfault in SOL when remote BMC does not return packet
+ * NetBSD fixes
+ * Fix segfault and channel problem with user priv command
+ * Add support for bus/chan on i2c raw command
+
version 1.8.8
* Fix segfaults in sensor data repository list
* Fix ipmievd to open interface before daemonizing
--
Arkadiusz MiĆkiewicz PLD/Linux Team
arekm / maven.pl http://ftp.pld-linux.org/
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Ipmitool-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ipmitool-devel