Changes of Revision 2
[-] | Added | ipmitool.spec |
x 1
2 +# 3 +# spec file for package ipmitool (Version 1.8.11) 4 +# 5 +# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. 6 +# This file and all modifications and additions to the pristine 7 +# package are under the same license as the package itself. 8 +# 9 +# Please submit bugfixes or comments via http://bugs.opensuse.org/ 10 +# 11 + 12 +# norootforbuild 13 +# usedforbuild aaa_base acl attr audit-libs autoconf automake bash binutils bzip2 coreutils cpio cpp cpp42 cracklib cvs diffutils file filesystem fillup findutils gawk gcc gcc42 gdbm gettext gettext-devel glibc glibc-devel glibc-locale grep groff gzip info insserv less libacl libattr libbz2-1 libbz2-devel libdb-4_5 libgcc42 libgomp42 libltdl-3 libmudflap42 libopenssl-devel libopenssl0_9_8 libreadline5 libstdc++42 libtool libuuid1 libvolume_id libxcrypt libzio linux-kernel-headers m4 make man mktemp ncurses ncurses-devel net-tools netcfg openssl-certs pam pam-modules patch perl perl-base permissions popt readline-devel rpm sed sysvinit tar texinfo timezone util-linux zlib zlib-devel 14 + 15 +Name: ipmitool 16 +BuildRequires: openssl-devel readline-devel 17 +Url: http://ipmitool.sourceforge.net/ 18 +Summary: Utility for IPMI Control 19 +Version: 1.8.11 20 +Release: 1 21 +License: BSD 3-Clause 22 +Group: System/Management 23 +Source: http://heanet.dl.sourceforge.net/sourceforge/%{name}/%{name}_%{version}.orig.tar.gz 24 +Patch1: ipmitool_%{version}-1.diff.gz 25 +BuildRoot: %{_tmppath}/%{name}-%{version}-build 26 + 27 +%description 28 +This package contains a utility for interfacing with devices that 29 +support the Intelligent Platform Management Interface specification. 30 +IPMI is an open standard for machine health, inventory, and remote 31 +power control. 32 + 33 +This utility can communicate with IPMI-enabled devices through either a 34 +kernel driver such as OpenIPMI or over the RMCP LAN protocol defined in 35 +the IPMI specification. IPMIv2 adds support for encrypted LAN 36 +communications and remote Serial-over-LAN functionality. 37 + 38 +It provides commands for reading the Sensor Data Repository (SDR) and 39 +displaying sensor values, displaying the contents of the System Event 40 +Log (SEL), printing Field Replaceable Unit (FRU) information, reading 41 +and setting LAN configuration, and chassis power control. 42 + 43 + 44 + 45 +%debug_package 46 +%prep 47 +%setup 48 +zcat %{P:1} | patch -p1 49 +for patch in `cat debian/patches/00list` ; do 50 +patch -p1 < debian/patches/${patch} 51 +done 52 + 53 +%build 54 +CFLAGS="$RPM_OPT_FLAGS" ./configure \ 55 + --prefix=%{_prefix} \ 56 + --bindir=%{_bindir} \ 57 + --sbindir=%{_sbindir} \ 58 + --datadir=%{_datadir} \ 59 + --includedir=%{_includedir} \ 60 + --libdir=%{_libdir} \ 61 + --mandir=%{_mandir} \ 62 + --sysconfdir=%{_sysconfdir} 63 +make 64 + 65 +%install 66 +make DESTDIR=$RPM_BUILD_ROOT install 67 +rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/ipmitool 68 + 69 +%clean 70 +rm -rf $RPM_BUILD_ROOT 71 + 72 +%files 73 +%defattr(-,root,root) 74 +%doc AUTHORS COPYING README contrib 75 +%{_bindir}/* 76 +%{_sbindir}/* 77 +%dir %{_datadir}/ipmitool 78 +%{_datadir}/ipmitool/oem_ibm_sel_map 79 +%doc %{_mandir}/man1/* 80 +%doc %{_mandir}/man8/* 81 + 82 +%changelog 83 +* Thu Jul 16 2009 Carsten Schoene <cs@linux-administrator.com> - 1.8.11-1 84 +- update to release 1.8.11 85 + 86 +* Wed Mar 23 2008 Carsten Schoene <cs@linux-administrator.com> 87 +- added debian patches (lenny backport) 88 + 89 +* Thu Mar 08 2007 - duwe@suse.de 90 +- add new compile fixes 91 +* Wed Mar 07 2007 - duwe@suse.de 92 +- update to 1.8.9, fixing ipmievd crashing. 93 + This was requesten in Bug#246456 94 +* Fri Oct 13 2006 - duwe@suse.de 95 +- update to today's CVS state 96 + * might fix SoL issues (Fate #30911) 97 +* Tue Oct 10 2006 - duwe@suse.de 98 +- update to 1.8.8 mainly various fixes: 99 + version 1.8.8 100 + * Fix segfaults in sensor data repository list 101 + * Fix ipmievd to open interface before daemonizing 102 + * Fix IPMIv1.5 authtype NONE to ignore supplied password 103 + * Fix cipher suite display bug in lan print 104 + * Fix typo in IPMIv2 SOL output when sending break 105 + * Fix improper LUN handling with Tyan SOL 106 + * Add LUN support to OpenIPMI interface 107 + * Add support for Kontron OEM commands 108 + * Update to Kontron Firmware Update command 109 + version 1.8.7 110 + * Remove nuclear clause from license 111 + * Add Sun OEM command for blades 112 + * Increase argument size for raw commands in shell/exec 113 + * Fix handling of LUNs for LAN interfaces 114 + * Add IPMIv2 SOL loopback test 115 + * Add support for IBM OEM SEL messages 116 + * Disable file paranoia checks on read files by default 117 + * Support IPMIv2 SOL on older Intel boxes 118 + * Display message and exit if keepalive fails during SOL 119 + * Add support for setting VLAN id and priority 120 + * Add support for FreeBSD OpenIPMI-compatible driver 121 + * Add support for IPMIv2 Firmware Firewall 122 + * Fix gcc4 compile warnings 123 + * Make ipmievd generate pidfile 124 + * Add initscripts for ipmievd 125 +* Mon May 29 2006 - kukuk@suse.de 126 +- Fix type conversion bug in ipmi_pef.c [#173658] 127 +* Fri May 26 2006 - schwab@suse.de 128 +- Add readline-devel to BuildRequires to enable shell command. 129 +- Fix use of channel_info bitfield. 130 +- Fix byte swapping. 131 +* Mon Feb 13 2006 - kukuk@suse.de 132 +- Update to ipmitool 1.8.6 [#134708,#131823] 133 + - Fix memory corruption when sending encrypted SOL traffic 134 + - Add keepalive timer to IPMIv2 SOL sessions 135 + - Raise privilege level after creating IPMIv2 session 136 + - Add support for settable SOL escape character with -e option 137 + - Add support for Kg BMC key for IPMIv2 authentication with -k option 138 + - Add support for Tyan IPMIv1.5 SOL with tsol command 139 + - Add support for PICMG devices 140 + - Add support for OEM SEL event parsing 141 + - Add support for command bridging over lan and lanplus interfaces 142 + - New 'chassis selftest' command 143 + - Many bufxies and patches from contributors 144 +* Wed Jan 25 2006 - mls@suse.de 145 +- converted neededforbuild to BuildRequires 146 +* Fri Jan 20 2006 - schwab@suse.de 147 +- Don't strip binaries. 148 +* Mon Sep 19 2005 - kukuk@suse.de 149 +- Fix missing return value 150 +* Thu Aug 04 2005 - kukuk@suse.de 151 +- Initial release (FeatureID #165) 152 |
||
[+] | Added | ipmitool_1.8.11-1.diff.gz ^ |
@@ -0,0 +1,606 @@ +--- ipmitool-1.8.11.orig/debian/changelog ++++ ipmitool-1.8.11/debian/changelog +@@ -1,60 +1,78 @@ +-version (1.8.11) unstable; urgency=low +- * Fix new GCC compilation issues in regards to Packing +- * Fix Tracker bug #1642710 - ipmi_kcs_drv being loaded/unloaded +- for 2.4 kernel instead of ipmi_si_drv driver module +- * New -y option added to allow specification of kg keys with +- non-printable characters +- * New -K option added to allow kgkey settings via environmental +- variable IPMI_KGKEY +- * Generic device support added for EEPROM with SDR Type 10h (gendev) +- * Fix to lan-bridging for a double-bridging crash and to fix +- an issue with bridging multiple concurrent requests and +- erroneous handling of raw Send Message +- * Lanplus fix for commands like 'sensor list' without the -t option +- causing wrong double bridged requests of a sensor is located +- on another satellite controller +- * Fix lan and lanplus request list entry removal bugs +- * Fix non-working issue when trying to send a bridge message with +- Cipher 3 +- * Change bridge message handling to reuse command ipmi_lan_poll_recv +- * Added PICMG 2.0 and 2.3 support +- * Fix PICMG (ATCA) extension verification and reversal of BCD encoded +- values for "major" and "minor" fields +- * Add IANA support for Pigeon Point +- * Add OEM SW/FW Record identification +- * Fix to include I2C and LUN addresses so sensors are correctly managed +- * Patch ID 1990560 to get readings from non-linear analog sensors +- * Add support for SOL payload status command +- * SOL set parameter range checking added +- * Fixed SOL activate options usage +- * Fixed crashes when parsing 'sol payload' and 'tsol' cmds (#216967) +- * Added retries to SOL keepalive +- * Fixed wrong mask values for Front Panel disable/enable status +- * Add support to access fru internal use area +- * Add support for new PICMG 3.0 R3.0 (March 24, 2008) to allow +- blocks of data within the FRU storage area to be write +- protected. +- * Fix node reporting in GUID; Tracker bug #2339675 +- * Fix watchdog use/action print strings +- * Fix endian bug in SDR add from file; Tracker bug #2075258 +- * Fix crash when dumping SDRs in a file and there's an error +- getting an SDR; improve algorithm for optimal packet size +- * Fix occasional SDR dump segfault; #1793076 +- * Allow ipmitool sel delete to accept hex list entry numbers +- * Fix SEL total space reporting. +- * Fix for garbage sensor threshold values reported when none +- returned. Tracker Bug #863748 +- * ipmievd change to Monitor %used in SEL buffer and log warnings when +- the buffer is 80% and 100% full ++ipmitool (1.8.11-1) unstable; urgency=low + +- -- Petter Reinholdtsen <pere@debian.org> Wed, 25 Feb 2009 09:44:31 +0200 ++ * New upstream release ++ * Change to quilt rather than dpatch ++ * Refresh config.sub/config.guess in configure ++ * Bump standards version + +-ipmitool (1.8.10) unstable; urgency=low ++ -- Matthew Johnson <mjj29@debian.org> Sun, 22 Mar 2009 16:44:06 +0000 + +- * New upstream version. +- * Patch to allow Debian package builds from cvs. ++ipmitool (1.8.9-2) unstable; urgency=medium ++ ++ * Change pidfile name to the one it actually is. (Closes: #508434) ++ * Fix typo in README (Closes: #508231) ++ * Make sdr/Temperatures reading working again (Closes: #507760): ++ - Add patch to revert some bits from 1.8.8 to 1.8.9: ++ 20_ipmi_sdr.dpatch (Patch from Cyril Brulebois ++ <cyril.brulebois@kerlabs.com>) ++ * Bump Standards-Version ++ * Remove empty /usr/share/ipmitool directory ++ ++ -- Matthew Johnson <mjj29@debian.org> Tue, 19 Feb 2008 15:21:40 +0000 ++ ++ipmitool (1.8.9-1) unstable; urgency=low ++ ++ * Adopt package (Closes: #432027) ++ * New upstream release ++ - Closes: #422864 ++ - Closes: #377628 ++ * Add patch to fix segfault (Closes: #389741) ++ * Add patch to fix isol (Closes: #412816) ++ * Add watch file ++ * Move from DH_COMPAT to debian/compat ++ * Bump to dephelper v5 ++ ++ -- Matthew Johnson <mjj29@debian.org> Thu, 13 Dec 2007 10:25:22 +0000 ++ ++ipmitool (1.8.8-3.1) unstable; urgency=high ++ ++ * Non-maintainer upload. ++ * High urgency for RC bug fix. ++ * Fix build with linux-libc-dev (closes: #428929). ++ * Fix debian/rules to not rerun configure in the binary target. ++ ++ -- Julien Cristau <jcristau@debian.org> Fri, 20 Jul 2007 16:29:18 +0200 ++ ++ipmitool (1.8.8-3) unstable; urgency=low ++ ++ * Ported fix to ipmievd from upstream version 1.8.9 (Closes: #408536): ++ - fix ipmievd fd closing bug. Patch from Rupert Hair. ++ * Started using dpatch to apply patches. Added dpatch to build dependencies. ++ * Add powerpc to the list of supported archs (Closes: #405455) ++ ++ -- Petter Reinholdtsen <pere@debian.org> Tue, 03 Apr 2007 16:37:45 +0200 ++ ++ipmitool (1.8.8-2) unstable; urgency=low ++ ++ * Add handler for the ipmievd init.d script failure during removal and ++ installation. If it fail during installation, update ++ /etc/default/ipmievd to disable ipmievd. ++ ++ -- Petter Reinholdtsen <pere@debian.org> Sun, 1 Oct 2006 11:21:44 +0200 ++ ++ipmitool (1.8.8-1) unstable; urgency=low ++ ++ * New upstream release. ++ - Daemon now tries to access device before it forks, and thus will ++ report errors to the init.d script if it fail. (Closes: #362425) ++ * Make it possible to disable ipmievd by setting ENABLED=false in ++ /etc/defaults/ipmievd. (Closes: #370511) ++ * Add --oknodo as start-stop-daemon argument when stopping ipmievd, ++ to avoid returning an error if it is not running. (Closes: #370509) ++ * Update standards-version from 3.6.2.1 to 3.7.2. No changes needed. ++ * Correct dependency and runlevel info in init.d script. + +- -- Petter Reinholdtsen <pere@debian.org> Fri, 8 Aug 2008 09:44:31 +0200 ++ -- Petter Reinholdtsen <pere@debian.org> Fri, 29 Sep 2006 19:16:41 +0200 + + ipmitool (1.8.7-2) unstable; urgency=low + +@@ -162,14 +180,14 @@ + * Fix chassis boot parameter support + * Add support for linear sensors + +- -- Duncan Laurie <duncan@iceblink.org> Wed, Mar 16 2005 17:08:12 -0700 ++ -- Duncan Laurie <duncan@iceblink.org> Wed, 16 Mar 2005 17:08:12 -0700 + + ipmitool (1.7.1) unstable; urgency=low + + * Update bmc plugin to work with new Solaris bmc driver (new ioctl + 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, 7 Mar 2005 18:03:00 -0800 + + ipmitool (1.7.0) unstable; urgency=low + +@@ -185,7 +203,7 @@ + * New "bmc" plugin for Solaris 10 x86 + * Many bugfixes and contributed patches + +- -- Duncan Laurie <duncan@iceblink.org> Fri, Jan 7 2005 19:58:22 -0700 ++ -- Duncan Laurie <duncan@iceblink.org> Fri, 7 Jan 2005 19:58:22 -0700 + + ipmitool (1.6.2) unstable; urgency=low + +@@ -228,7 +246,7 @@ + * Add configure option for changing binary to ipmiadm for Solaris + * Fix compile problem on Solaris 8 + +- -- Duncan Laurie <duncan@iceblink.org> Sat, 27 Mar 2004 00:11:37 -0700 ++ -- Duncan Laurie <duncan@sun.com> Sat, 27 Mar 2004 00:11:37 -0700 + + ipmitool (1.5.8) unstable; urgency=low + +@@ -242,7 +260,7 @@ + * Add support for Linux kernel panic messages in SEL output + * Add support for type 3 SDR records + +- -- Duncan Laurie <duncan@iceblink.org> Tue, 27 Jan 2004 16:23:25 -0700 ++ -- Duncan Laurie <duncan@sun.com> Tue, 27 Jan 2004 16:23:25 -0700 + + ipmitool (1.5.7) unstable; urgency=low + +@@ -251,7 +269,7 @@ + * better handling of SDR printing + * contrib scripts for creating rrdtool graphs + +- -- Duncan Laurie <duncan@iceblink.org> Mon, 5 Jan 2004 17:29:50 -0700 ++ -- Duncan Laurie <duncan@sun.com> Mon, 5 Jan 2004 17:29:50 -0700 + + ipmitool (1.5.6) unstable; urgency=low + +@@ -260,40 +278,40 @@ + * Fix sdr handling of sensors that do not return a reading + * Fix for CSV display of sensor readings/units from Fredrik Öhrn + +- -- Duncan Laurie <duncan@iceblink.org> Thu, 4 Dec 2003 14:47:19 -0700 ++ -- Duncan Laurie <duncan@sun.com> Thu, 4 Dec 2003 14:47:19 -0700 + + ipmitool (1.5.5) unstable; urgency=low + + * Add -U option for setting LAN username + * Fix -v usage for plugin interfaces + | ||
Added | ipmitool-1.8.11.tar.bz2 ^ | |
[+] | Added | ipmitool_1.8.11-1.dsc ^ |
@@ -0,0 +1,28 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +Format: 1.0 +Source: ipmitool +Binary: ipmitool +Architecture: i386 amd64 ia64 powerpc +Version: 1.8.11-1 +Maintainer: Matthew Johnson <mjj29@debian.org> +Standards-Version: 3.8.0 +Build-Depends: debhelper (>> 5.0.0), libreadline5-dev | libreadline-dev, libssl-dev, quilt, autotools-dev +Checksums-Sha1: + 4cb6ff3736fd3e166abc5303d6373672327a5db1 769964 ipmitool_1.8.11.orig.tar.gz + fecf705df99539d5df9a7ad7de83be41e61ec93c 7024 ipmitool_1.8.11-1.diff.gz +Checksums-Sha256: + 5612f4835d89a6f2cede588eef978a05d63435cf2646256300d9785d8020a13e 769964 ipmitool_1.8.11.orig.tar.gz + c084d6223f95352dfc91830437ee8319228438db61db8b942a31f2e2f9d17718 7024 ipmitool_1.8.11-1.diff.gz +Files: + 0f9b4758c2b7e8a7bafc2ead113b4bc6 769964 ipmitool_1.8.11.orig.tar.gz + 36ead13d261c487394f82ba19560d53a 7024 ipmitool_1.8.11-1.diff.gz + +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.9 (GNU/Linux) + +iEYEARECAAYFAknGcpgACgkQpldmHVvob7lY+gCgr5er4EiXhEYG5JZFafPtzcM1 +344AoNeeknvq1ceB5cDywEaNEcVVQLBi +=zz5W +-----END PGP SIGNATURE----- | ||
Added | ipmitool_1.8.11.orig.tar.gz ^ |