Ales Ledvinka 6c5c8e8
%global _hardened_build 1
cf3c5dc
# TODO: uses private copy of libedit, should be modified to use system one
cf3c5dc
55e230f
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
33b1759
Summary: IPMI (Intelligent Platform Management Interface) library and tools
de32eba
Name: OpenIPMI
aledvink f699a40
%global once %{_localstatedir}/run/%{name}/first_installation
aledvink f699a40
dc9d370
Version: 2.0.19
aledvink f699a40
Release: 11%{?dist}
fbf7875
License: LGPLv2+ and GPLv2+ or BSD
de32eba
Group: System Environment/Base
547b3c5
URL: http://sourceforge.net/projects/openipmi/
9881167
Source: http://downloads.sourceforge.net/openipmi/%{name}-%{version}.tar.gz
c0c5af5
Source1: openipmi.sysconf
fc0f23c
Source2: openipmi-helper
fc0f23c
Source3: ipmi.service
Ales Ledvinka 6c5c8e8
Source4: openipmi.modalias
9881167
BuildRequires: gdbm-devel swig glib2-devel net-snmp-devel ncurses-devel
cb2006c
BuildRequires: openssl-devel python-devel perl-devel tcl-devel tkinter
cf3c5dc
BuildRequires: desktop-file-utils
Ales Ledvinka 6c5c8e8
BuildRequires: systemd-units
Ales Ledvinka 6c5c8e8
Ales Ledvinka 6c5c8e8
# aarch64 workaround remove once released package's config.sub contains aarch64
Ales Ledvinka 6c5c8e8
BuildRequires: automake
Ales Ledvinka 6c5c8e8
BuildRequires: autoconf
Ales Ledvinka 6c5c8e8
BuildRequires: libtool
Ales Ledvinka 6c5c8e8
# aarch64 end
Ales Ledvinka 6c5c8e8
fc0f23c
Requires(post): systemd-units
fc0f23c
Requires(preun): systemd-units
fc0f23c
Requires(postun): systemd-units
fc0f23c
Requires(post): systemd-sysv
Ales Ledvinka a4471fe
Requires:%{name}-libs = %{version}-%{release}
de32eba
ff12a78
Patch1: OpenIPMI-2.0.18-pthread-pkgconfig.patch
Ales Ledvinka 6c5c8e8
Patch2: OpenIPMI-2.0.19-man.patch
ff12a78
de32eba
%description
de32eba
The Open IPMI project aims to develop an open code base to allow access to
de32eba
platform information using Intelligent Platform Management Interface (IPMI).
547b3c5
This package contains the tools of the OpenIPMI project.
547b3c5
Ales Ledvinka 6c5c8e8
%package modalias
Ales Ledvinka 6c5c8e8
Group: System Environment/Kernel
Ales Ledvinka 6c5c8e8
Summary: Module aliases for IPMI subsystem
aledvink f699a40
Requires: systemd
aledvink f699a40
Requires: kmod
Ales Ledvinka 6c5c8e8
Ales Ledvinka 6c5c8e8
%description modalias
Ales Ledvinka 6c5c8e8
The OpenIPMI-modalias provides configuration file with module aliases
Ales Ledvinka 6c5c8e8
of ACPI and PNP wildcards.
Ales Ledvinka 6c5c8e8
547b3c5
%package libs
547b3c5
Group: Development/Libraries
547b3c5
Summary: The OpenIPMI runtime libraries
Ales Ledvinka 6c5c8e8
Requires:%{name}-modalias = %{version}-%{release}
547b3c5
547b3c5
%description libs
547b3c5
The OpenIPMI-libs package contains the runtime libraries for shared binaries
547b3c5
and applications.
547b3c5
601c29d
%package perl
601c29d
Group: Development/Libraries
33b1759
Summary: IPMI Perl language bindings
9881167
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Ales Ledvinka a4471fe
Requires: %{name}-libs = %{version}-%{release}
601c29d
601c29d
%description perl
601c29d
The OpenIPMI-perl package contains the Perl language bindings for OpenIPMI.
601c29d
601c29d
%package python
601c29d
Group: Development/Libraries
33b1759
Summary: IPMI Python language bindings
Ales Ledvinka a4471fe
Requires: %{name}-libs = %{version}-%{release}
601c29d
601c29d
%description python
cf3c5dc
The OpenIPMI-python package contains the Python language bindings for OpenIPMI.
601c29d
de32eba
%package devel
de32eba
Group: Development/Libraries
9881167
Summary: The development environment for the OpenIPMI project
9881167
Requires: pkgconfig
bd71b58
Requires: %{name} = %{version}-%{release}
Ales Ledvinka 35ceb22
Requires: %{name}-libs = %{version}-%{release}
de32eba
de32eba
%description devel
de32eba
The OpenIPMI-devel package contains the development libraries and header files
de32eba
of the OpenIPMI project.
de32eba
de32eba
%prep
c0c5af5
%setup -q
Ales Ledvinka 6c5c8e8
%patch1 -p1 -b .pthread
Ales Ledvinka 6c5c8e8
%patch2 -p1 -b .manscan
de32eba
de32eba
%build
Ales Ledvinka 35ceb22
export CFLAGS="-fPIC $RPM_OPT_FLAGS -fno-strict-aliasing"
Ales Ledvinka 6c5c8e8
Ales Ledvinka 6c5c8e8
# aarch64 workaround remove once released package's config.sub contains aarch64
Ales Ledvinka 6c5c8e8
%{__libtoolize} --copy --force --automake
Ales Ledvinka 6c5c8e8
%{__aclocal}
Ales Ledvinka 6c5c8e8
%{__autoheader}
Ales Ledvinka 6c5c8e8
%{__automake} --add-missing --copy --foreign --force-missing
Ales Ledvinka 6c5c8e8
%{__autoconf}
Ales Ledvinka 6c5c8e8
# aarch64 end
Ales Ledvinka 6c5c8e8
6c0e0fe
%configure \
6c0e0fe
    --with-pythoninstall=%{python_sitearch} \
6c0e0fe
    --disable-dependency-tracking \
6c0e0fe
    --with-tcl=no \
6c0e0fe
    --disable-static \
6c0e0fe
    --with-tkinter=no
6c0e0fe
Ales Ledvinka 35ceb22
# https://fedoraproject.org/wiki/Packaging:Guidelines?rd=Packaging/Guidelines#Beware_of_Rpath
Ales Ledvinka 35ceb22
# get rid of rpath still present in OpenIPMI-perl package
Ales Ledvinka 35ceb22
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
Ales Ledvinka 35ceb22
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
cb2006c
cb2006c
make   # not %{?_smp_mflags} safe
de32eba
de32eba
%install
601c29d
make install DESTDIR=$RPM_BUILD_ROOT
de32eba
rm -rf $RPM_BUILD_ROOT/%{_libdir}/*.la
cb2006c
547b3c5
install -d ${RPM_BUILD_ROOT}%{_sysconfdir}/sysconfig
c0c5af5
install -m 644 %SOURCE1 ${RPM_BUILD_ROOT}%{_sysconfdir}/sysconfig/ipmi
fc0f23c
install -d ${RPM_BUILD_ROOT}%{_libexecdir}
fc0f23c
install -m 755 %SOURCE2 ${RPM_BUILD_ROOT}%{_libexecdir}/openipmi-helper
fc0f23c
install -d ${RPM_BUILD_ROOT}%{_unitdir}
fc0f23c
install -m 644 %SOURCE3 ${RPM_BUILD_ROOT}%{_unitdir}/ipmi.service
Ales Ledvinka 6c5c8e8
install -d ${RPM_BUILD_ROOT}%{_sysconfdir}/modprobe.d
Ales Ledvinka 6c5c8e8
install -m 644 %SOURCE4 ${RPM_BUILD_ROOT}%{_sysconfdir}/modprobe.d/OpenIPMI.conf
aledvink f699a40
install -d ${RPM_BUILD_ROOT}%{_localstatedir}/run/%{name}
cf3c5dc
6c0e0fe
rm ${RPM_BUILD_ROOT}/%{_mandir}/man1/openipmigui.1
3d7a6b0
Ales Ledvinka 6c5c8e8
# add missing documentation symlinks
Ales Ledvinka 6c5c8e8
if test -L ${RPM_BUILD_ROOT}/%{_bindir}/ipmicmd && ! test -a ${RPM_BUILD_ROOT}/%{_mandir}/man1/ipmicmd.1.gz ; then
Ales Ledvinka 6c5c8e8
    %{__ln_s} openipmicmd.1.gz ${RPM_BUILD_ROOT}/%{_mandir}/man1/ipmicmd.1.gz
Ales Ledvinka 6c5c8e8
fi
Ales Ledvinka 6c5c8e8
Ales Ledvinka 6c5c8e8
if test -L ${RPM_BUILD_ROOT}/%{_bindir}/ipmish && ! test -a ${RPM_BUILD_ROOT}/%{_mandir}/man1/ipmish.1.gz ; then
Ales Ledvinka 6c5c8e8
    %{__ln_s} openipmish.1.gz ${RPM_BUILD_ROOT}/%{_mandir}/man1/ipmish.1.gz
Ales Ledvinka 6c5c8e8
fi
Ales Ledvinka 6c5c8e8
aledvink f699a40
%posttrans modalias
aledvink f699a40
if [ -f "%{once}" ]; then
aledvink f699a40
    if /usr/bin/udevadm info --export-db | grep -qie 'acpi:IPI0'; then
aledvink f699a40
        /sbin/modprobe ipmi_si || :;
aledvink f699a40
        /sbin/modprobe ipmi_devintf || :;
aledvink f699a40
        /sbin/modprobe ipmi_msghandler || :;
aledvink f699a40
        %{__rm} -f %{once} || :;
aledvink f699a40
        /usr/bin/udevadm settle
aledvink f699a40
    fi
aledvink f699a40
fi
aledvink f699a40
aledvink f699a40
%post modalias
aledvink f699a40
if [ "$1" -eq 1 ]; then
aledvink f699a40
    /bin/touch %{once}
aledvink f699a40
fi
aledvink f699a40
547b3c5
%post
d211974
%systemd_post ipmi.service
547b3c5
547b3c5
%preun
d211974
%systemd_preun ipmi.service
547b3c5
547b3c5
%postun
d211974
%systemd_postun_with_restart ipmi.service
547b3c5
547b3c5
%post libs -p /sbin/ldconfig
547b3c5
547b3c5
%postun libs -p /sbin/ldconfig
de32eba
fc0f23c
### A sysv => systemd migration contains all of the same scriptlets as a
fc0f23c
### systemd package.  These are additional scriptlets
fc0f23c
fc0f23c
%triggerun -- OpenIPMI < 2.0.18-14
fc0f23c
# Save the current service runlevel info
fc0f23c
# User must manually run systemd-sysv-convert --apply httpd
fc0f23c
# to migrate them to systemd targets
fc0f23c
/usr/bin/systemd-sysv-convert --save ipmi >/dev/null 2>&1 ||:
fc0f23c
/bin/systemctl --no-reload enable ipmi.service >/dev/null 2>&1 ||:
fc0f23c
# Run these because the SysV package being removed won't do them
fc0f23c
/sbin/chkconfig --del ipmi >/dev/null 2>&1 || :
fc0f23c
/bin/systemctl try-restart ipmi.service >/dev/null 2>&1 || :
fc0f23c
de32eba
%files
fc0f23c
%doc CONFIGURING_FOR_LAN COPYING COPYING.BSD COPYING.LIB FAQ README README.Force README.MotorolaMXP
547b3c5
%config(noreplace) %{_sysconfdir}/sysconfig/ipmi
fc0f23c
%{_libexecdir}/openipmi-helper
547b3c5
%{_bindir}/ipmicmd
547b3c5
%{_bindir}/ipmilan
547b3c5
%{_bindir}/ipmish
601c29d
%{_bindir}/ipmi_ui
601c29d
%{_bindir}/openipmicmd
601c29d
%{_bindir}/openipmish
601c29d
%{_bindir}/rmcp_ping
601c29d
%{_bindir}/solterm
fc0f23c
%{_unitdir}/ipmi.service
a6e4d47
%{_mandir}/man1/ipmi_ui*
601c29d
%{_mandir}/man1/openipmicmd*
601c29d
%{_mandir}/man1/openipmish*
601c29d
%{_mandir}/man1/rmcp_ping*
601c29d
%{_mandir}/man1/solterm*
Ales Ledvinka 6c5c8e8
%{_mandir}/man1/ipmish*
Ales Ledvinka 6c5c8e8
%{_mandir}/man1/ipmicmd*
601c29d
%{_mandir}/man7/ipmi_cmdlang*
601c29d
%{_mandir}/man7/openipmi_conparms*
a6e4d47
%{_mandir}/man8/ipmilan*
601c29d
601c29d
%files perl
9881167
%attr(644,root,root) %{perl_vendorarch}/OpenIPMI.pm
9881167
%{perl_vendorarch}/auto/OpenIPMI/
de32eba
601c29d
%files python
cf3c5dc
%{python_sitearch}/*OpenIPMI*
547b3c5
547b3c5
%files libs
547b3c5
%{_libdir}/*.so.*
547b3c5
de32eba
%files devel
de32eba
%{_includedir}/OpenIPMI
c279869
%{_libdir}/*.so
9881167
%{_libdir}/pkgconfig/*.pc
de32eba
Ales Ledvinka 6c5c8e8
%files modalias
Ales Ledvinka 6c5c8e8
%config(noreplace) %{_sysconfdir}/modprobe.d/OpenIPMI.conf
aledvink f699a40
%{_localstatedir}/run/%{name}
Ales Ledvinka 6c5c8e8
de32eba
%changelog
aledvink f699a40
* Tue Jan 14 2014 Ledvinka Ales <aledvink@redhat.com> - 2.0.19-11
aledvink f699a40
- Probe modules on installation. Do not wait until reboot.
aledvink f699a40
aledvink f699a40
* Wed Nov 13 2013 Ledvinka Ales <aledvink@redhat.com> - 2.0.19-10
aledvink f699a40
- Correct aliases matching module strings.
aledvink f699a40
Ales Ledvinka 9c367bc
* Tue Nov 05 2013 Fedora Release Engineering <aledvink@redhat.com> - 2.0.19-9
Ales Ledvinka 9c367bc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
Ales Ledvinka 9c367bc
962fda0
* Fri Aug 02 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.19-8
962fda0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
962fda0
Ales Ledvinka 35ceb22
* Fri Jul 19 2013 Ledvinka Ales <aledvink@redhat.com> - 2.0.19-7
Ales Ledvinka 35ceb22
- Hint compilation to avoid strict aliasing and prevent type-punned pointer issues.
Ales Ledvinka 35ceb22
- Fix rPath regression for OpenIPMI-perl library.
Ales Ledvinka 35ceb22
dee667f
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 2.0.19-6
dee667f
- Perl 5.18 rebuild
dee667f
Ales Ledvinka 6c5c8e8
* Tue Jun  4 2013 Ledvinka Ales <aledvink@redhat.com> - 2.0.19-5
Ales Ledvinka 6c5c8e8
- Support aarch64 by replicating release toolchain.
Ales Ledvinka 6c5c8e8
- Configuration subpackage with kernel probed wildcard module aliases.
Ales Ledvinka 6c5c8e8
  as workaround for bz#961878 and fesco#1110
Ales Ledvinka 6c5c8e8
- Man pages symlinks same as bin symlinks.
Ales Ledvinka 6c5c8e8
- ipmi_ui command help argument.
Ales Ledvinka 6c5c8e8
- ipmilan missing options.
Ales Ledvinka 6c5c8e8
- Fixed build requirements.
Ales Ledvinka 6c5c8e8
Ales Ledvinka a4471fe
* Thu Apr 25 2013 Ledvinka Ales <aledvink@redhat.com> - 2.0.19-4
Ales Ledvinka a4471fe
- rpmdiff fixes
Ales Ledvinka a4471fe
f631a31
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.19-3
f631a31
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
f631a31
d211974
* Mon Aug 27 2012 Jan Safranek <jsafrane@redhat.com> - 2.0.19-2
d211974
- Updated RPM scriptlets with latest systemd-rpm macros (#850246)
55e230f
- Fixed fedora-review tool complaints
d211974
dc9d370
* Wed Aug  8 2012 Jan Safranek <jsafrane@redhat.com> - 2.0.19-1
dc9d370
- Update to 2.0.19
dc9d370
191307d
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.18-16
191307d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
191307d
519bcc1
* Mon Jun 11 2012 Petr Pisar <ppisar@redhat.com> - 2.0.18-15
519bcc1
- Perl 5.16 rebuild
519bcc1
fc0f23c
* Mon May  7 2012 Jan Safranek <jsafrane@redhat.com> - 2.0.18-14
fc0f23c
- Added ipmi systemd unit
fc0f23c
c90df36
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.18-13
c90df36
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
c90df36
Petr Sabata 62c9555
* Thu Jul 21 2011 Petr Sabata <contyk@redhat.com> - 2.0.18-12
Petr Sabata 62c9555
- Perl mass rebuild
Petr Sabata 62c9555
Petr Sabata b75b66e
* Wed Jul 20 2011 Petr Sabata <contyk@redhat.com> - 2.0.18-11
Petr Sabata b75b66e
- Perl mass rebuild
Petr Sabata b75b66e
67ca768
* Fri Jul  8 2011 Jan Safranek <jsafrane@redhat.com> - 2.0.18-10
67ca768
- Rebuilt for new Net-SNMP
67ca768
bc62396
* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 2.0.18-9
bc62396
- Perl mass rebuild
bc62396
aa76f19
* Fri Jun 10 2011 Marcela Mašláňová <mmaslano@redhat.com> - 2.0.18-8
aa76f19
- Perl 5.14 mass rebuild
aa76f19
5f661f9
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.18-7
5f661f9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
5f661f9
6c0e0fe
* Mon Nov  1 2010 Jan Safranek <jsafrane@redhat.com> - 2.0.18-6
6c0e0fe
- Removed the openipmigui tool, it does not work with TCL without thread
6c0e0fe
  support (#646184)
6c0e0fe
a625845
* Tue Oct 26 2010 Jan Safranek <jsafrane@redhat.com> - 2.0.18-5
a625845
- Rebuilt for new Net-SNMP
a625845
0ff2ec8
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 2.0.18-4
0ff2ec8
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
0ff2ec8
3b43c0c
* Thu Jul  8 2010 Jan Safranek <jsafrane@redhat.com> - 2.0.18-3
3b43c0c
- added lincense files to OpenIPMI-libs subpackage as requested by
3b43c0c
  Fedora Licensing Guidelines
3b43c0c
cde03af
* Tue Jun 01 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.0.18-2
cde03af
- Mass rebuild with perl-5.12.0
cde03af
ff12a78
* Wed May  5 2010 Jan Safranek <jsafrane@redhat.com> - 2.0.18-1
ff12a78
- updated to OpenIPMI-2.0.18
ff12a78
- fixed OpenIPMIpthread pkgconfig file (#468067)
ff12a78
73f48ca
* Mon May  3 2010 Jan Safranek <jsafrane@redhat.com> - 2.0.17-1
73f48ca
- updated to OpenIPMI-2.0.17
73f48ca
99c665a
* Thu Mar 18 2010 Jan Safranek <jsafrane@redhat.com> - 2.0.16-12
99c665a
- implemented mandatory 'force-reload' command in ipmi service
99c665a
0f9a8f0
* Thu Mar 11 2010 Jan Safranek <jsafrane@redhat.com> - 2.0.16-11
0f9a8f0
- rebuild against new gdbm
0f9a8f0
3d7a6b0
* Wed Mar  3 2010 Jan Safranek <jsafrane@redhat.com> - 2.0.16-10
3d7a6b0
- add README.initscript describing /etc/init.d/ipmi initscript exit codes
3d7a6b0
  (#562151)
3d7a6b0
fbf7875
* Mon Feb 22 2010 Jan Safranek <jsafrane@redhat.com> - 2.0.16-9
fbf7875
- fix package License: field, there *are* sources with BSD header
fbf7875
- distribute README files and COPYING in package
fbf7875
9be7bdc
* Tue Jan  5 2010 Jan Safranek <jsafrane@redhat.com> - 2.0.16-8
9be7bdc
- fix package License: field, there is no source with BSD header
9be7bdc
5c7d0e1
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 2.0.16-7
5c7d0e1
- rebuild against perl 5.10.1
5c7d0e1
dfb4bb2
* Tue Dec  1 2009 Jan Safranek <jsafrane@redhat.com> - 2.0.16-6
dfb4bb2
- fix package compilation to remove rpmlint errors
dfb4bb2
3b93b5c
* Wed Sep 30 2009 Jan Safranek <jsafrane@redhat.com> - 2.0.16-5
3b93b5c
- rebuilt with new net-snmp
3b93b5c
1e03cc0
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 2.0.16-4
1e03cc0
- rebuilt with new openssl
1e03cc0
1ee8e6b
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.16-3
1ee8e6b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
1ee8e6b
d5c6c3a
* Wed Apr 15 2009 Jan Safranek <jsafrane@redhat.com> - 2.0.16-2
d5c6c3a
- fix compilation flags, debuginfo package is correctly generated now
d5c6c3a
088e4ad
* Thu Mar 19 2009 Jan Safranek <jsafrane@redhat.com> - 2.0.16-1
088e4ad
- new upstream release
088e4ad
f274324
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.14-11
f274324
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
f274324
888bbb7
* Sat Jan 17 2009 Tomas Mraz <tmraz@redhat.com> - 2.0.14-10
888bbb7
- rebuild with new openssl
888bbb7
cb2006c
* Thu Dec 11 2008 Jan Safranek <jsafrane@redhat.com> - 2.0.14-9
cb2006c
- fix linking without rpath, prelink won't screw up the libraries
cb2006c
  anymore (#475265)
cb2006c
a67b803
* Wed Dec 10 2008 Jan Safranek <jsafrane@redhat.com> - 2.0.14-8
a67b803
- shorter probe interval is used in init script, making the service startup
a67b803
  quicker in most situations (#475101)
a67b803
826f886
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 2.0.14-7
826f886
- Rebuild for Python 2.6
826f886
1fd4cd9
* Thu Oct 30 2008 Jan Safranek <jsafrane@redhat.com> - 2.0.14-6
1fd4cd9
- removed static libraries from the -devel subpackage
1fd4cd9
- fixed openipmigui.desktop file
1fd4cd9
cf3c5dc
* Thu Oct 23 2008 Jan Safranek <jsafrane@redhat.com> - 2.0.14-5
1fd4cd9
- fixed typos in the descriptions
1fd4cd9
- added .desktop file for openipmigui tool
cf3c5dc
ed14cd3
* Mon Oct 20 2008 Jan Safranek <jsafrane@redhat.com> - 2.0.14-4
1fd4cd9
- fixed description of the package
ed14cd3
c0c5af5
* Thu Oct 16 2008 Jan Safranek <jsafrane@redhat.com> - 2.0.14-3
c0c5af5
- split ipmitool to separate package
1fd4cd9
- added 'reload' functionality to init script
1fd4cd9
- added seraparate -gui subpackage
c0c5af5
9e8e57e
* Wed Jul 30 2008 Phil Knirsch <pknirsch@redhat.com> - 2.0.14-2
9e8e57e
- Fixed rpath problem in libOpenIPMIposix.so.0.0.1
9e8e57e
9881167
* Tue Jul 29 2008 Phil Knirsch <pknirsch@redhat.com> - 2.0.14-1
9881167
- Fixed several specfile problems (#453751)
9881167
- Update to OpenIPMI-2.0.14
9881167
031b9b6
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.0.13-2
031b9b6
- Autorebuild for GCC 4.3
031b9b6
530783f
* Wed Dec 05 2007 Phil Knirsch <pknirsch@redhat.com> - 2.0.13-1
530783f
- Updated to OpenIPMI-2.0.13
530783f
- Rebuild due to new openssl
530783f
f5c033c
* Wed Oct 10 2007 Phil Knirsch <pknirsch@redhat.com> - 2.0.11-3
f5c033c
- Added missing perl-devel buildrequires
f5c033c
a499081
* Mon Sep 24 2007 Phil Knirsch <pknirsch@redhat.com> - 2.0.11-2
a499081
- Added missing popt-devel buildrequires
a499081
738eff8
* Fri Aug 17 2007 Phil Knirsch <pknirsch@redhat.com> - 2.0.11-2
738eff8
- Fix rebuild problems due to glibc change
738eff8
- License review and fixes
738eff8
f1e2060
* Tue Apr 24 2007 Phil Knirsch <pknirsch@redhat.com> - 2.0.11-1
f1e2060
- Update to OpenIPMI-2.0.11
f1e2060
f1e2060
* Tue Feb 27 2007 Phil Knirsch <pknirsch@redhat.com> - 2.0.6-8
f1e2060
- Update for ipmitool-1.8.9
f1e2060
5573819
* Thu Dec  7 2006 Jeremy Katz <katzj@redhat.com> - 2.0.6-7
5573819
- rebuild for python 2.5
5573819
37871a0
* Tue Nov 28 2006 Phil Knirsch <pknirsch@redhat.com> - 2.0.6-6.fc7
37871a0
- Update due to new net-snmp-5.4
37871a0
- Some specfile updates
37871a0
9bfb685
* Tue Jul 18 2006 Phil Knirsch <pknirsch@redhat.com> - 2.0.6-5
9bfb685
- Fixed check for udev in initscript (#197956)
9bfb685
1dcb5d1
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.0.6-4.1
1dcb5d1
- rebuild
1dcb5d1
fe99703
* Fri Jun 16 2006 Bill Nottingham <notting@redhat.com> 2.0.6-4
fe99703
- don't include <linux/compiler.h>
fe99703
fe99703
* Fri Jun 16 2006 Jon Masters <jcm@redhat.com> 2.0.6-3
fe99703
- Fix a build requires (needs glibc-kernheaders)
fe99703
d028d30
* Thu Jun 15 2006 Jesse Keating <jkeating@redhat.com> 2.0.6-2
d028d30
- Bump for new glib2
d028d30
601c29d
* Tue May 16 2006 Phil Knirsch <pknirsch@redhat.com> 2.0.6-1
601c29d
- Fixed bug with type conversion in ipmitool (#191091)
601c29d
- Added python bindings 
601c29d
- Split off perl and python bindings in separate subpackages
601c29d
- Dropped obsolete patches
6ea3df0
- Added missing buildprereq on readline-devel
6abca7b
- Made it install the python bindings properly on 64bit archs
601c29d
601c29d
* Mon May 15 2006 Phil Knirsch <pknirsch@redhat.com>
3513deb
- Updated ipmitool to 1.8.8
601c29d
- Updated OpenIPMI to 2.0.6
601c29d
c53aadc
* Fri Feb 17 2006 Phil Knirsch <pknirsch@redhat.com> 1.4.14-19
c53aadc
- Added missing PreReq for chkconfig
c53aadc
b6ca050
* Mon Feb 13 2006 Jesse Keating <jkeating@redhat.com> - 1.4.14-18.2.1
b6ca050
- rebump for build order issues during double-long bump
b6ca050
d92b9b6
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.4.14-18.2
d92b9b6
- bump again for double-long bug on ppc(64)
d92b9b6
81dae43
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.4.14-18.1
81dae43
- rebuilt for new gcc4.1 snapshot and glibc changes
81dae43
a1346a0
* Mon Feb 06 2006 Phil Knirsch <pknirsch@redhat.com> 1.4.14-18
a1346a0
- Updated ipmitool to latest upstream version.
a1346a0
- Removed 3 patches for already fixed bugs in latest ipmitool.
a1346a0
- Adapted warning message fix for ipmitool for latest version.
a1346a0
7891584
* Tue Jan 24 2006 Phil Knirsch <pknirsch@redhat.com> 1.4.14-17
7891584
- Fixed some minor things in initscripts.
7891584
a21d08f
* Mon Jan 09 2006 Phil Knirsch <pknirsch@redhat.com> 1.4.14-16
a6e4d47
- Included FRU fix for displaying FRUs with ipmitool
a6e4d47
- Included patch for new option to specify a BMC password for IPMI 2.0 sessions
a6e4d47
843fe09
* Tue Jan 03 2006 Radek Vokal <rvokal@redhat.com> 1.4.14-15
843fe09
- Rebuilt against new libnetsnmp
843fe09
fd63c67
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
fd63c67
- rebuilt
fd63c67
0e5db56
* Wed Nov 23 2005 Phil Knirsch <pknirsch@redhat.com> 1.4.14-14
0e5db56
- Some more initscript and sysconfig updates from Dell.
0e5db56
bda78e2
* Wed Nov 09 2005 Phil Knirsch <pknirsch@redhat.com> 1.4.14-13
2a3e579
- Rebuilt to link against latest openssl libs.
bda78e2
- Fixed ipmitool not setting session privilege level (#172312)
2a3e579
ce30332
* Wed Nov 02 2005 Phil Knirsch <pknirsch@redhat.com> 1.4.14-11
ce30332
- Rebuild to link against new net-snmp libs.
ce30332
54dcbd5
* Tue Oct 11 2005 Phil Knirsch <pknirsch@redhat.com> 1.4.14-10
54dcbd5
- Updated initscript to fix missing redhat-lsb bug (#169901)
54dcbd5
31e3fcf
* Thu Sep 08 2005 Phil Knirsch <pknirsch@redhat.com> 1.4.14-9
31e3fcf
- Another update to latest initscripts from Dell
31e3fcf
- Fixed some missing return statements for non-void functions (#164138)
31e3fcf
4b715b9
* Thu Sep 01 2005 Phil Knirsch <pknirsch@redhat.com> 1.4.14-8
4b715b9
- Updated initscript to latest version from Dell
4b715b9
e94f0b1
* Fri Aug 12 2005 Phil Knirsch <pknirsch@redhat.com> 1.4.14-7
e94f0b1
- Fixed the unwanted output of failed module loading of the initscript. Behaves
e94f0b1
  now like all our other initscripts (#165476)
e94f0b1
1dd9814
* Fri Aug 05 2005 Phil Knirsch <pknirsch@redhat.com> 1.4.14-6
1dd9814
- Fixed build problem on 64bit machines
1dd9814
1a97e9d
* Fri Jul 15 2005 Phil Knirsch <pknirsch@redhat.com> 1.4.14-5
1a97e9d
- Fixed missing change to not autostart in the initscript
1a97e9d
1a97e9d
* Wed Jul 06 2005 Phil Knirsch <pknirsch@redhat.com> 1.4.14-4
1a97e9d
- Made the initscript a replacing configfile
1a97e9d
1a97e9d
* Mon Jul 04 2005 Phil Knirsch <pknirsch@redhat.com> 1.4.14-3
c57b4dd
- Updated versions of the initscripts and sysconf files
c57b4dd
- Fixed typo in preun script and changelog
c57b4dd
547b3c5
* Mon Jun 27 2005 Phil Knirsch <pknirsch@redhat.com> 1.4.14-2
547b3c5
- Updated to OpenIPMI-1.4.14
547b3c5
- Split the main package into normal and libs package for multilib support
c57b4dd
- Added ipmitool-1.8.2 to OpenIPMI and put it in tools package
547b3c5
- Added sysconf and initscript (#158270)
547b3c5
- Fixed oob subscripts (#149142)
547b3c5
c279869
* Wed Mar 30 2005 Phil Knirsch <pknirsch@redhat.com> 1.4.11-5
c279869
- Correctly put libs in the proper packages
c279869
33c91a3
* Thu Mar 17 2005 Phil Knirsch <pknirsch@redhat.com> 1.4.11-4
33c91a3
- gcc4 rebuild fixes
33c91a3
- Added missing gdbm-devel buildprereq
33c91a3
3a0293d
* Wed Mar 02 2005 Phil Knirsch <pknirsch@redhat.com> 1.4.11-3
3a0293d
- bump release and rebuild with gcc 4
3a0293d
62de057
* Tue Feb 08 2005 Karsten Hopp <karsten@redhat.de> 1.4.11-2 
62de057
- update
62de057
de32eba
* Tue Oct 26 2004 Phil Knirsch <pknirsch@redhat.com>
de32eba
- Initial version