Blame SPECS/OpenIPMI.spec

0c025a
%global _hardened_build 1
0c025a
0c025a
Summary: IPMI (Intelligent Platform Management Interface) library and tools
0c025a
Name: OpenIPMI
0c025a
385016
Version:    2.0.31
7dc36e
Release:    1%{?dist}
0c025a
License:    LGPLv2+ and GPLv2+ or BSD
0c025a
URL:        http://sourceforge.net/projects/openipmi/
0c025a
Source:     http://downloads.sourceforge.net/openipmi/%{name}-%{version}.tar.gz
0c025a
Source1:    openipmi.sysconf
0c025a
Source2:    openipmi-helper
0c025a
Source3:    ipmi.service
0c025a
Patch1:     0001-man.patch
0c025a
0c025a
BuildRequires:    gdbm-devel swig glib2-devel net-snmp-devel ncurses-devel
0c025a
BuildRequires:    openssl-devel python3-devel perl-devel perl-generators
0c025a
BuildRequires:    pkgconfig
7dc36e
BuildRequires:    readline-devel
0c025a
BuildRequires:    automake
0c025a
BuildRequires:    autoconf
0c025a
BuildRequires:    libtool
0c025a
%{?systemd_requires}
0c025a
BuildRequires:    systemd
0c025a
0c025a
Requires:         %{name}-libs%{?_isa} = %{version}-%{release}
0c025a
0c025a
0c025a
%description
0c025a
The Open IPMI project aims to develop an open code base to allow access to
0c025a
platform information using Intelligent Platform Management Interface (IPMI).
0c025a
This package contains the tools of the OpenIPMI project.
0c025a
0c025a
%package libs
0c025a
Summary: The OpenIPMI runtime libraries
0c025a
0c025a
%description libs
0c025a
The OpenIPMI-libs package contains the runtime libraries for shared binaries
0c025a
and applications.
0c025a
0c025a
%package perl
0c025a
Summary:  IPMI Perl language bindings
0c025a
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
0c025a
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
0c025a
0c025a
%description perl
0c025a
The OpenIPMI-perl package contains the Perl language bindings for OpenIPMI.
0c025a
0c025a
%package -n python3-openipmi
0c025a
%{?python_provide:%python_provide python3-openipmi}
0c025a
%{?python_provide:%python_provide python3-OpenIPMI}
0c025a
# Remove before F30
0c025a
Provides:  %{name}-python = %{version}-%{release}
0c025a
Provides:  %{name}-python%{?_isa} = %{version}-%{release}
0c025a
Obsoletes: %{name}-python2 < %{version}-%{release}
0c025a
Summary:   IPMI Python language bindings
0c025a
Requires:  %{name}-libs%{?_isa} = %{version}-%{release}
0c025a
0c025a
%description -n python3-openipmi
0c025a
The OpenIPMI-python package contains the Python language bindings for OpenIPMI.
0c025a
0c025a
%package devel
0c025a
Summary:  The development environment for the OpenIPMI project
0c025a
Requires: pkgconfig
0c025a
Requires: %{name}%{?_isa} = %{version}-%{release}
0c025a
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
0c025a
0c025a
%description devel
0c025a
The OpenIPMI-devel package contains the development libraries and header files
0c025a
of the OpenIPMI project.
0c025a
0c025a
%package lanserv
0c025a
Summary:  Emulates an IPMI network listener
0c025a
Requires: %{name}%{?_isa} = %{version}-%{release}
0c025a
0c025a
%description lanserv
0c025a
This package contains a network IPMI listener.
0c025a
0c025a
0c025a
%prep
0c025a
%autosetup -p1
0c025a
0c025a
%build
0c025a
0c025a
%configure \
0c025a
    CFLAGS="-fPIC %{optflags} -z now -fno-strict-aliasing" \
0c025a
    LDFLAGS="%{__global_ldflags} -Wl,--as-needed" \
0c025a
    --disable-dependency-tracking \
0c025a
    --disable-static \
0c025a
    --with-pythoninstall=%{python3_sitearch} \
7dc36e
    --with-python=%{__python3} \
0c025a
    --with-tcl=no \
0c025a
    --with-tkinter=no
0c025a
0c025a
# https://fedoraproject.org/wiki/Packaging:Guidelines?rd=Packaging/Guidelines#Beware_of_Rpath
0c025a
# get rid of rpath still present in OpenIPMI-perl package
0c025a
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
0c025a
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
0c025a
7dc36e
make   # not %%{?_smp_mflags} safe
0c025a
0c025a
%install
0c025a
make install DESTDIR=%{buildroot}
0c025a
0c025a
install -d %{buildroot}{%{_sysconfdir}/sysconfig,%{_unitdir},%{_libexecdir}}
0c025a
install -m 644 %SOURCE1 %{buildroot}%{_sysconfdir}/sysconfig/ipmi
0c025a
install -m 755 %SOURCE2 %{buildroot}%{_libexecdir}/openipmi-helper
0c025a
install -m 644 %SOURCE3 %{buildroot}%{_unitdir}/ipmi.service
0c025a
install -d %{buildroot}%{_sysconfdir}/modprobe.d
0c025a
0c025a
rm %{buildroot}/%{_mandir}/man1/openipmigui.1 %{buildroot}%{_libdir}/*.la
0c025a
0c025a
# add missing documentation 
0c025a
echo ".so man1/ipmicmd.1" > %{buildroot}%{_mandir}/man1/ipmicmd.1
0c025a
echo ".so man1/openipmish.1" > %{buildroot}%{_mandir}/man1/ipmish.1
0c025a
0c025a
%post
0c025a
%systemd_post ipmi.service
0c025a
0c025a
%preun
0c025a
%systemd_preun ipmi.service
0c025a
0c025a
%postun
0c025a
%systemd_postun_with_restart ipmi.service
0c025a
0c025a
%ldconfig_scriptlets libs
0c025a
%ldconfig_scriptlets lanserv
0c025a
0c025a
### A sysv => systemd migration contains all of the same scriptlets as a
0c025a
### systemd package.  These are additional scriptlets
0c025a
0c025a
%triggerun -- OpenIPMI < 2.0.18-14
0c025a
# Save the current service runlevel info
0c025a
# User must manually run systemd-sysv-convert --apply httpd
0c025a
# to migrate them to systemd targets
0c025a
/usr/bin/systemd-sysv-convert --save ipmi >/dev/null 2>&1 ||:
0c025a
/bin/systemctl --no-reload enable ipmi.service >/dev/null 2>&1 ||:
0c025a
# Run these because the SysV package being removed won't do them
0c025a
/sbin/chkconfig --del ipmi >/dev/null 2>&1 || :
0c025a
/bin/systemctl try-restart ipmi.service >/dev/null 2>&1 || :
0c025a
0c025a
%files
0c025a
%license COPYING COPYING.BSD COPYING.LIB
0c025a
%doc CONFIGURING_FOR_LAN FAQ README README.Force README.MotorolaMXP
0c025a
%config(noreplace) %{_sysconfdir}/sysconfig/ipmi
0c025a
%{_libexecdir}/openipmi-helper
0c025a
%{_bindir}/ipmicmd
0c025a
%{_bindir}/ipmish
0c025a
%{_bindir}/ipmi_ui
0c025a
%{_bindir}/openipmicmd
0c025a
%{_bindir}/openipmish
0c025a
%{_bindir}/rmcp_ping
0c025a
%{_bindir}/solterm
0c025a
%{_bindir}/openipmi_eventd
0c025a
%{_unitdir}/ipmi.service
0c025a
%{_mandir}/man1/ipmi_ui*
0c025a
%{_mandir}/man1/openipmicmd*
0c025a
%{_mandir}/man1/openipmish*
0c025a
%{_mandir}/man1/rmcp_ping*
0c025a
%{_mandir}/man1/solterm*
0c025a
%{_mandir}/man1/ipmish*
0c025a
%{_mandir}/man1/ipmicmd*
0c025a
%{_mandir}/man1/openipmi_eventd*
0c025a
%{_mandir}/man7/ipmi_cmdlang*
0c025a
%{_mandir}/man7/openipmi_conparms*
0c025a
0c025a
%files perl
0c025a
%attr(644,root,root) %{perl_vendorarch}/OpenIPMI.pm
0c025a
%{perl_vendorarch}/auto/OpenIPMI
0c025a
0c025a
%files -n python3-openipmi
0c025a
%{python3_sitearch}/*OpenIPMI*
0c025a
%{python3_sitearch}/__pycache__/OpenIPMI.*.pyc
0c025a
0c025a
%files libs
0c025a
%{_libdir}/libOpenIPMI*.so.*
0c025a
0c025a
%files devel
0c025a
%{_includedir}/OpenIPMI
0c025a
%{_libdir}/*.so
0c025a
%{_libdir}/pkgconfig/*.pc
0c025a
0c025a
%files lanserv
0c025a
%config(noreplace) %{_sysconfdir}/ipmi/ipmisim1.emu
0c025a
%config(noreplace) %{_sysconfdir}/ipmi/lan.conf
0c025a
%dir %{_sysconfdir}/ipmi
0c025a
%{_bindir}/ipmilan
0c025a
%{_bindir}/ipmi_sim
0c025a
%{_bindir}/sdrcomp
0c025a
%{_libdir}/libIPMIlanserv.so.*
0c025a
%{_mandir}/man8/ipmilan.8*
0c025a
%{_mandir}/man1/ipmi_sim.1*
0c025a
%{_mandir}/man5/ipmi_lan.5*
0c025a
%{_mandir}/man5/ipmi_sim_cmd.5*
0c025a
0c025a
%changelog
385016
* Fri Jul  9 2021 Pavel Cahyna <pcahyna@redhat.com> - 2.0.31-1
385016
- New upstream release 2.0.31 (#1923044)
385016
6fe166
* Wed Nov 18 2020 Josef Ridky <jridky@redhat.com> - 2.0.29-1
6fe166
- New upstream release 2.0.29 (#1796588)
6fe166
7dc36e
* Tue Oct 08 2019 Vaclav Dolezal <vdolezal@redhat.com> - 2.0.27-1
7dc36e
- New upstream release 2.0.27
7dc36e
0c025a
* Thu Aug 09 2018 Josef Ridky <jridky@redhat.com> - 2.0.25-4
0c025a
- Rebuild for Net-SNMP
0c025a
0c025a
* Mon Jul 30 2018 Florian Weimer <fweimer@redhat.com> - 2.0.25-3
0c025a
- Rebuild with fixed binutils
0c025a
0c025a
* Wed Jul 25 2018 Petr Kubat <pkubat@redhat.com> - 2.0.25-2
0c025a
- Rebuilt for gdbm
0c025a
0c025a
* Fri Apr 20 2018 Josef Ridky <jridky@redhat.com> - 2.0.25-1
0c025a
- New upstream release 2.0.25 (#1568194)
0c025a
- Replace Python2 with Python3
0c025a
- Drop OpenIPMI-python2 and set it as Obsolete
0c025a
- Introduce new OpenIPMI-python3 package
0c025a
- use ldconfig macros
0c025a
- remove old systemd dependencies
0c025a
- use autosetup
0c025a
0c025a
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.23-3
0c025a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
0c025a
0c025a
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.23-2
0c025a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
0c025a
0c025a
* Thu Jun 15 2017 Josef Ridky <jridky@redhat.com> - 2.0.23-1
0c025a
- New upstream release 2.0.23 (#1461606)
0c025a
0c025a
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2.0.22-6
0c025a
- Perl 5.26 rebuild
0c025a
0c025a
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.22-5
0c025a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
0c025a
0c025a
* Mon Oct 17 2016 Josef Ridky <jridky@redhat.com> - 2.0.22-4
0c025a
- Add support for openssl-1.1.0 library (#1383995)
0c025a
0c025a
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.22-3
0c025a
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
0c025a
0c025a
* Fri Jul 15 2016 Boris Ranto <branto@redhat.com> - 0:2.0.22-2
0c025a
- Rebuild for glibc hack
0c025a
0c025a
* Thu Jun 02 2016 Boris Ranto <branto@redhat.com> - 0:2.0.22-1
0c025a
- New version (0:2.0.22-1)
0c025a
- Apply 'OpenIPMI-2.0.18-pthread-pkgconfig.patch'
0c025a
- Apply './OpenIPMI-2.0.19-man.patch'
0c025a
- Apply 'OpenIPMI-2.0.21-nobundle.patch'
0c025a
0c025a
* Tue May 17 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2.0.21-13
0c025a
- Perl 5.24 rebuild
0c025a
0c025a
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.21-12
0c025a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
0c025a
0c025a
* Wed Dec 09 2015 Boris Ranto <branto@redhat.com> - 2.0.21-11
0c025a
- Avoid warning on update/removal (#1256798)
0c025a
0c025a
* Tue Nov 24 2015 Boris Ranto <branto@redhat.com> - 2.0.21-10
0c025a
- Remove duplicities in filelists
0c025a
0c025a
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.21-9
0c025a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
0c025a
0c025a
* Fri Jun 05 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2.0.21-8
0c025a
- Perl 5.22 rebuild
0c025a
0c025a
* Wed Apr 22 2015 Ales Ledvinka <aledvink@redhat.com> - 2.0.21-7
0c025a
- Remove modalias subpackage.
0c025a
0c025a
* Tue Aug 26 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2.0.21-6
0c025a
- Perl 5.20 rebuild
0c025a
0c025a
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.21-5
0c025a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
0c025a
0c025a
* Tue Aug 12 2014 Ledvinka Ales <aledvink@redhat.com> - 2.0.21-4
0c025a
- Use system libedit instead of the old one bundled with source.
0c025a
0c025a
* Fri Jun 06 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.21-3
0c025a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
0c025a
0c025a
* Tue May 13 2014 Jaromir Capik <jcapik@redhat.com> - 2.0.21-2
0c025a
- Fixing FTBFS due to unpackaged files (#1075696)
0c025a
0c025a
* Wed Jan 29 2014 Ledvinka Ales <aledvink@redhat.com> - 2.0.21-1
0c025a
- Update to new upstream (fixed case 2nd) release.
0c025a
0c025a
* Tue Jan 14 2014 Ledvinka Ales <aledvink@redhat.com> - 2.0.19-11
0c025a
- Probe modules on installation. Do not wait until reboot.
0c025a
0c025a
* Wed Nov 13 2013 Ledvinka Ales <aledvink@redhat.com> - 2.0.19-10
0c025a
- Correct aliases matching module strings.
0c025a
0c025a
* Tue Nov 05 2013 Fedora Release Engineering <aledvink@redhat.com> - 2.0.19-9
0c025a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
0c025a
0c025a
* Fri Aug 02 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.19-8
0c025a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
0c025a
0c025a
* Fri Jul 19 2013 Ledvinka Ales <aledvink@redhat.com> - 2.0.19-7
0c025a
- Hint compilation to avoid strict aliasing and prevent type-punned pointer issues.
0c025a
- Fix rPath regression for OpenIPMI-perl library.
0c025a
0c025a
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 2.0.19-6
0c025a
- Perl 5.18 rebuild
0c025a
0c025a
* Tue Jun  4 2013 Ledvinka Ales <aledvink@redhat.com> - 2.0.19-5
0c025a
- Support aarch64 by replicating release toolchain.
0c025a
- Configuration subpackage with kernel probed wildcard module aliases.
0c025a
  as workaround for bz#961878 and fesco#1110
0c025a
- Man pages symlinks same as bin symlinks.
0c025a
- ipmi_ui command help argument.
0c025a
- ipmilan missing options.
0c025a
- Fixed build requirements.
0c025a
0c025a
* Thu Apr 25 2013 Ledvinka Ales <aledvink@redhat.com> - 2.0.19-4
0c025a
- rpmdiff fixes
0c025a
0c025a
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.19-3
0c025a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
0c025a
0c025a
* Mon Aug 27 2012 Jan Safranek <jsafrane@redhat.com> - 2.0.19-2
0c025a
- Updated RPM scriptlets with latest systemd-rpm macros (#850246)
0c025a
- Fixed fedora-review tool complaints
0c025a
0c025a
* Wed Aug  8 2012 Jan Safranek <jsafrane@redhat.com> - 2.0.19-1
0c025a
- Update to 2.0.19
0c025a
0c025a
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.18-16
0c025a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
0c025a
0c025a
* Mon Jun 11 2012 Petr Pisar <ppisar@redhat.com> - 2.0.18-15
0c025a
- Perl 5.16 rebuild
0c025a
0c025a
* Mon May  7 2012 Jan Safranek <jsafrane@redhat.com> - 2.0.18-14
0c025a
- Added ipmi systemd unit
0c025a
0c025a
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.18-13
0c025a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
0c025a
0c025a
* Thu Jul 21 2011 Petr Sabata <contyk@redhat.com> - 2.0.18-12
0c025a
- Perl mass rebuild
0c025a
0c025a
* Wed Jul 20 2011 Petr Sabata <contyk@redhat.com> - 2.0.18-11
0c025a
- Perl mass rebuild
0c025a
0c025a
* Fri Jul  8 2011 Jan Safranek <jsafrane@redhat.com> - 2.0.18-10
0c025a
- Rebuilt for new Net-SNMP
0c025a
0c025a
* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 2.0.18-9
0c025a
- Perl mass rebuild
0c025a
0c025a
* Fri Jun 10 2011 Marcela Mašláňová <mmaslano@redhat.com> - 2.0.18-8
0c025a
- Perl 5.14 mass rebuild
0c025a
0c025a
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.18-7
0c025a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
0c025a
0c025a
* Mon Nov  1 2010 Jan Safranek <jsafrane@redhat.com> - 2.0.18-6
0c025a
- Removed the openipmigui tool, it does not work with TCL without thread
0c025a
  support (#646184)
0c025a
0c025a
* Tue Oct 26 2010 Jan Safranek <jsafrane@redhat.com> - 2.0.18-5
0c025a
- Rebuilt for new Net-SNMP
0c025a
0c025a
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 2.0.18-4
0c025a
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
0c025a
0c025a
* Thu Jul  8 2010 Jan Safranek <jsafrane@redhat.com> - 2.0.18-3
0c025a
- added lincense files to OpenIPMI-libs subpackage as requested by
0c025a
  Fedora Licensing Guidelines
0c025a
0c025a
* Tue Jun 01 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.0.18-2
0c025a
- Mass rebuild with perl-5.12.0
0c025a
0c025a
* Wed May  5 2010 Jan Safranek <jsafrane@redhat.com> - 2.0.18-1
0c025a
- updated to OpenIPMI-2.0.18
0c025a
- fixed OpenIPMIpthread pkgconfig file (#468067)
0c025a
0c025a
* Mon May  3 2010 Jan Safranek <jsafrane@redhat.com> - 2.0.17-1
0c025a
- updated to OpenIPMI-2.0.17
0c025a
0c025a
* Thu Mar 18 2010 Jan Safranek <jsafrane@redhat.com> - 2.0.16-12
0c025a
- implemented mandatory 'force-reload' command in ipmi service
0c025a
0c025a
* Thu Mar 11 2010 Jan Safranek <jsafrane@redhat.com> - 2.0.16-11
0c025a
- rebuild against new gdbm
0c025a
0c025a
* Wed Mar  3 2010 Jan Safranek <jsafrane@redhat.com> - 2.0.16-10
0c025a
- add README.initscript describing /etc/init.d/ipmi initscript exit codes
0c025a
  (#562151)
0c025a
0c025a
* Mon Feb 22 2010 Jan Safranek <jsafrane@redhat.com> - 2.0.16-9
0c025a
- fix package License: field, there *are* sources with BSD header
0c025a
- distribute README files and COPYING in package
0c025a
0c025a
* Tue Jan  5 2010 Jan Safranek <jsafrane@redhat.com> - 2.0.16-8
0c025a
- fix package License: field, there is no source with BSD header
0c025a
0c025a
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 2.0.16-7
0c025a
- rebuild against perl 5.10.1
0c025a
0c025a
* Tue Dec  1 2009 Jan Safranek <jsafrane@redhat.com> - 2.0.16-6
0c025a
- fix package compilation to remove rpmlint errors
0c025a
0c025a
* Wed Sep 30 2009 Jan Safranek <jsafrane@redhat.com> - 2.0.16-5
0c025a
- rebuilt with new net-snmp
0c025a
0c025a
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 2.0.16-4
0c025a
- rebuilt with new openssl
0c025a
0c025a
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.16-3
0c025a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
0c025a
0c025a
* Wed Apr 15 2009 Jan Safranek <jsafrane@redhat.com> - 2.0.16-2
0c025a
- fix compilation flags, debuginfo package is correctly generated now
0c025a
0c025a
* Thu Mar 19 2009 Jan Safranek <jsafrane@redhat.com> - 2.0.16-1
0c025a
- new upstream release
0c025a
0c025a
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.14-11
0c025a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
0c025a
0c025a
* Sat Jan 17 2009 Tomas Mraz <tmraz@redhat.com> - 2.0.14-10
0c025a
- rebuild with new openssl
0c025a
0c025a
* Thu Dec 11 2008 Jan Safranek <jsafrane@redhat.com> - 2.0.14-9
0c025a
- fix linking without rpath, prelink won't screw up the libraries
0c025a
  anymore (#475265)
0c025a
0c025a
* Wed Dec 10 2008 Jan Safranek <jsafrane@redhat.com> - 2.0.14-8
0c025a
- shorter probe interval is used in init script, making the service startup
0c025a
  quicker in most situations (#475101)
0c025a
0c025a
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 2.0.14-7
0c025a
- Rebuild for Python 2.6
0c025a
0c025a
* Thu Oct 30 2008 Jan Safranek <jsafrane@redhat.com> - 2.0.14-6
0c025a
- removed static libraries from the -devel subpackage
0c025a
- fixed openipmigui.desktop file
0c025a
0c025a
* Thu Oct 23 2008 Jan Safranek <jsafrane@redhat.com> - 2.0.14-5
0c025a
- fixed typos in the descriptions
0c025a
- added .desktop file for openipmigui tool
0c025a
0c025a
* Mon Oct 20 2008 Jan Safranek <jsafrane@redhat.com> - 2.0.14-4
0c025a
- fixed description of the package
0c025a
0c025a
* Thu Oct 16 2008 Jan Safranek <jsafrane@redhat.com> - 2.0.14-3
0c025a
- split ipmitool to separate package
0c025a
- added 'reload' functionality to init script
0c025a
- added seraparate -gui subpackage
0c025a
0c025a
* Wed Jul 30 2008 Phil Knirsch <pknirsch@redhat.com> - 2.0.14-2
0c025a
- Fixed rpath problem in libOpenIPMIposix.so.0.0.1
0c025a
0c025a
* Tue Jul 29 2008 Phil Knirsch <pknirsch@redhat.com> - 2.0.14-1
0c025a
- Fixed several specfile problems (#453751)
0c025a
- Update to OpenIPMI-2.0.14
0c025a
0c025a
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.0.13-2
0c025a
- Autorebuild for GCC 4.3
0c025a
0c025a
* Wed Dec 05 2007 Phil Knirsch <pknirsch@redhat.com> - 2.0.13-1
0c025a
- Updated to OpenIPMI-2.0.13
0c025a
- Rebuild due to new openssl
0c025a
0c025a
* Wed Oct 10 2007 Phil Knirsch <pknirsch@redhat.com> - 2.0.11-3
0c025a
- Added missing perl-devel buildrequires
0c025a
0c025a
* Mon Sep 24 2007 Phil Knirsch <pknirsch@redhat.com> - 2.0.11-2
0c025a
- Added missing popt-devel buildrequires
0c025a
0c025a
* Fri Aug 17 2007 Phil Knirsch <pknirsch@redhat.com> - 2.0.11-2
0c025a
- Fix rebuild problems due to glibc change
0c025a
- License review and fixes
0c025a
0c025a
* Tue Apr 24 2007 Phil Knirsch <pknirsch@redhat.com> - 2.0.11-1
0c025a
- Update to OpenIPMI-2.0.11
0c025a
0c025a
* Tue Feb 27 2007 Phil Knirsch <pknirsch@redhat.com> - 2.0.6-8
0c025a
- Update for ipmitool-1.8.9
0c025a
0c025a
* Thu Dec  7 2006 Jeremy Katz <katzj@redhat.com> - 2.0.6-7
0c025a
- rebuild for python 2.5
0c025a
0c025a
* Tue Nov 28 2006 Phil Knirsch <pknirsch@redhat.com> - 2.0.6-6.fc7
0c025a
- Update due to new net-snmp-5.4
0c025a
- Some specfile updates
0c025a
0c025a
* Tue Jul 18 2006 Phil Knirsch <pknirsch@redhat.com> - 2.0.6-5
0c025a
- Fixed check for udev in initscript (#197956)
0c025a
0c025a
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.0.6-4.1
0c025a
- rebuild
0c025a
0c025a
* Fri Jun 16 2006 Bill Nottingham <notting@redhat.com> 2.0.6-4
0c025a
- don't include <linux/compiler.h>
0c025a
0c025a
* Fri Jun 16 2006 Jon Masters <jcm@redhat.com> 2.0.6-3
0c025a
- Fix a build requires (needs glibc-kernheaders)
0c025a
0c025a
* Thu Jun 15 2006 Jesse Keating <jkeating@redhat.com> 2.0.6-2
0c025a
- Bump for new glib2
0c025a
0c025a
* Tue May 16 2006 Phil Knirsch <pknirsch@redhat.com> 2.0.6-1
0c025a
- Fixed bug with type conversion in ipmitool (#191091)
0c025a
- Added python bindings 
0c025a
- Split off perl and python bindings in separate subpackages
0c025a
- Dropped obsolete patches
0c025a
- Added missing buildprereq on readline-devel
0c025a
- Made it install the python bindings properly on 64bit archs
0c025a
0c025a
* Mon May 15 2006 Phil Knirsch <pknirsch@redhat.com>
0c025a
- Updated ipmitool to 1.8.8
0c025a
- Updated OpenIPMI to 2.0.6
0c025a
0c025a
* Fri Feb 17 2006 Phil Knirsch <pknirsch@redhat.com> 1.4.14-19
0c025a
- Added missing PreReq for chkconfig
0c025a
0c025a
* Mon Feb 13 2006 Jesse Keating <jkeating@redhat.com> - 1.4.14-18.2.1
0c025a
- rebump for build order issues during double-long bump
0c025a
0c025a
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.4.14-18.2
0c025a
- bump again for double-long bug on ppc(64)
0c025a
0c025a
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.4.14-18.1
0c025a
- rebuilt for new gcc4.1 snapshot and glibc changes
0c025a
0c025a
* Mon Feb 06 2006 Phil Knirsch <pknirsch@redhat.com> 1.4.14-18
0c025a
- Updated ipmitool to latest upstream version.
0c025a
- Removed 3 patches for already fixed bugs in latest ipmitool.
0c025a
- Adapted warning message fix for ipmitool for latest version.
0c025a
0c025a
* Tue Jan 24 2006 Phil Knirsch <pknirsch@redhat.com> 1.4.14-17
0c025a
- Fixed some minor things in initscripts.
0c025a
0c025a
* Mon Jan 09 2006 Phil Knirsch <pknirsch@redhat.com> 1.4.14-16
0c025a
- Included FRU fix for displaying FRUs with ipmitool
0c025a
- Included patch for new option to specify a BMC password for IPMI 2.0 sessions
0c025a
0c025a
* Tue Jan 03 2006 Radek Vokal <rvokal@redhat.com> 1.4.14-15
0c025a
- Rebuilt against new libnetsnmp
0c025a
0c025a
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
0c025a
- rebuilt
0c025a
0c025a
* Wed Nov 23 2005 Phil Knirsch <pknirsch@redhat.com> 1.4.14-14
0c025a
- Some more initscript and sysconfig updates from Dell.
0c025a
0c025a
* Wed Nov 09 2005 Phil Knirsch <pknirsch@redhat.com> 1.4.14-13
0c025a
- Rebuilt to link against latest openssl libs.
0c025a
- Fixed ipmitool not setting session privilege level (#172312)
0c025a
0c025a
* Wed Nov 02 2005 Phil Knirsch <pknirsch@redhat.com> 1.4.14-11
0c025a
- Rebuild to link against new net-snmp libs.
0c025a
0c025a
* Tue Oct 11 2005 Phil Knirsch <pknirsch@redhat.com> 1.4.14-10
0c025a
- Updated initscript to fix missing redhat-lsb bug (#169901)
0c025a
0c025a
* Thu Sep 08 2005 Phil Knirsch <pknirsch@redhat.com> 1.4.14-9
0c025a
- Another update to latest initscripts from Dell
0c025a
- Fixed some missing return statements for non-void functions (#164138)
0c025a
0c025a
* Thu Sep 01 2005 Phil Knirsch <pknirsch@redhat.com> 1.4.14-8
0c025a
- Updated initscript to latest version from Dell
0c025a
0c025a
* Fri Aug 12 2005 Phil Knirsch <pknirsch@redhat.com> 1.4.14-7
0c025a
- Fixed the unwanted output of failed module loading of the initscript. Behaves
0c025a
  now like all our other initscripts (#165476)
0c025a
0c025a
* Fri Aug 05 2005 Phil Knirsch <pknirsch@redhat.com> 1.4.14-6
0c025a
- Fixed build problem on 64bit machines
0c025a
0c025a
* Fri Jul 15 2005 Phil Knirsch <pknirsch@redhat.com> 1.4.14-5
0c025a
- Fixed missing change to not autostart in the initscript
0c025a
0c025a
* Wed Jul 06 2005 Phil Knirsch <pknirsch@redhat.com> 1.4.14-4
0c025a
- Made the initscript a replacing configfile
0c025a
0c025a
* Mon Jul 04 2005 Phil Knirsch <pknirsch@redhat.com> 1.4.14-3
0c025a
- Updated versions of the initscripts and sysconf files
0c025a
- Fixed typo in preun script and changelog
0c025a
0c025a
* Mon Jun 27 2005 Phil Knirsch <pknirsch@redhat.com> 1.4.14-2
0c025a
- Updated to OpenIPMI-1.4.14
0c025a
- Split the main package into normal and libs package for multilib support
0c025a
- Added ipmitool-1.8.2 to OpenIPMI and put it in tools package
0c025a
- Added sysconf and initscript (#158270)
0c025a
- Fixed oob subscripts (#149142)
0c025a
0c025a
* Wed Mar 30 2005 Phil Knirsch <pknirsch@redhat.com> 1.4.11-5
0c025a
- Correctly put libs in the proper packages
0c025a
0c025a
* Thu Mar 17 2005 Phil Knirsch <pknirsch@redhat.com> 1.4.11-4
0c025a
- gcc4 rebuild fixes
0c025a
- Added missing gdbm-devel buildprereq
0c025a
0c025a
* Wed Mar 02 2005 Phil Knirsch <pknirsch@redhat.com> 1.4.11-3
0c025a
- bump release and rebuild with gcc 4
0c025a
0c025a
* Tue Feb 08 2005 Karsten Hopp <karsten@redhat.de> 1.4.11-2 
0c025a
- update
0c025a
0c025a
* Tue Oct 26 2004 Phil Knirsch <pknirsch@redhat.com>
0c025a
- Initial version