2004-09-09 06:18:34 +00:00
|
|
|
Summary: Utilities for the IBM Power Linux RAID adapters
|
2007-11-16 23:00:57 +00:00
|
|
|
Name: iprutils
|
2019-03-04 11:33:52 +00:00
|
|
|
Version: 2.4.17.1
|
2019-07-25 09:39:38 +00:00
|
|
|
Release: 3%{?dist}
|
2004-09-09 06:18:34 +00:00
|
|
|
License: CPL
|
2007-11-16 23:00:57 +00:00
|
|
|
URL: http://sourceforge.net/projects/iprdd/
|
2019-03-04 11:33:52 +00:00
|
|
|
Source0: https://sourceforge.net/projects/iprdd/files/iprutils%20for%202.6%20kernels/2.4.17/%{name}-%{version}.tar.gz
|
2010-02-11 08:37:39 +00:00
|
|
|
|
|
|
|
# missing man page
|
|
|
|
Source1: iprdbg.8.gz
|
|
|
|
|
2018-05-14 13:39:57 +00:00
|
|
|
BuildRequires: libtool
|
2005-01-03 20:49:21 +00:00
|
|
|
BuildRequires: ncurses-devel
|
2005-03-16 09:01:51 +00:00
|
|
|
BuildRequires: libcap-devel
|
2018-01-23 13:08:23 +00:00
|
|
|
BuildRequires: kernel-headers
|
2014-10-01 11:07:37 +00:00
|
|
|
BuildRequires: systemd
|
2016-04-11 09:10:40 +00:00
|
|
|
BuildRequires: zlib-devel
|
2004-09-09 06:18:34 +00:00
|
|
|
|
2007-11-16 23:00:57 +00:00
|
|
|
|
2004-09-09 06:18:34 +00:00
|
|
|
%description
|
|
|
|
Provides a suite of utilities to manage and configure SCSI devices
|
|
|
|
supported by the ipr SCSI storage device driver.
|
|
|
|
|
2018-05-11 09:47:15 +00:00
|
|
|
|
2004-09-09 06:18:34 +00:00
|
|
|
%prep
|
2018-05-11 09:47:15 +00:00
|
|
|
%autosetup -p1
|
|
|
|
|
2018-05-14 13:39:57 +00:00
|
|
|
autoreconf -vif
|
|
|
|
|
2009-08-17 07:53:21 +00:00
|
|
|
|
2004-09-09 06:18:34 +00:00
|
|
|
%build
|
2018-05-14 13:39:57 +00:00
|
|
|
%configure --with-systemd --without-initscripts --disable-static --disable-sosreport
|
2018-05-11 09:47:15 +00:00
|
|
|
%{make_build}
|
|
|
|
|
2004-09-09 06:18:34 +00:00
|
|
|
|
|
|
|
%install
|
2018-05-11 09:47:15 +00:00
|
|
|
%{make_install}
|
2007-11-16 23:00:57 +00:00
|
|
|
|
2010-02-11 08:37:39 +00:00
|
|
|
# missing man page
|
2018-05-11 09:47:15 +00:00
|
|
|
install -p -m 0644 %SOURCE1 %{buildroot}%{_mandir}/man8/
|
2010-02-11 08:37:39 +00:00
|
|
|
|
2015-07-14 15:59:18 +00:00
|
|
|
#install bash completion
|
2018-05-11 09:47:15 +00:00
|
|
|
mv %{buildroot}/%{_sysconfdir}/bash_completion.d/{iprconfig-bash-completion.sh,iprconfig}
|
2015-07-14 15:59:18 +00:00
|
|
|
|
|
|
|
# Remove temporary files and scripts that will not be packaged.
|
2018-05-11 09:47:15 +00:00
|
|
|
rm %{buildroot}/%{_sysconfdir}/ha.d/resource.d/iprha
|
|
|
|
|
2004-09-09 06:18:34 +00:00
|
|
|
|
|
|
|
%post
|
2014-10-01 11:07:37 +00:00
|
|
|
%systemd_post iprinit.service
|
|
|
|
%systemd_post iprdump.service
|
|
|
|
%systemd_post iprupdate.service
|
|
|
|
%systemd_post iprutils.target
|
2004-09-09 06:18:34 +00:00
|
|
|
|
|
|
|
%preun
|
2014-10-01 11:07:37 +00:00
|
|
|
%systemd_preun iprinit.service
|
|
|
|
%systemd_preun iprdump.service
|
|
|
|
%systemd_preun iprupdate.service
|
|
|
|
%systemd_preun iprutils.target
|
2004-09-09 06:18:34 +00:00
|
|
|
|
|
|
|
%files
|
2018-05-11 09:47:15 +00:00
|
|
|
%license LICENSE
|
|
|
|
%doc README
|
2012-09-11 19:37:47 +00:00
|
|
|
%{_sbindir}/*
|
2015-07-14 15:59:18 +00:00
|
|
|
%{_sysconfdir}/bash_completion.d/
|
2018-05-11 09:47:15 +00:00
|
|
|
%{_mandir}/man*/*
|
2014-10-01 11:07:37 +00:00
|
|
|
%{_unitdir}/iprinit.service
|
|
|
|
%{_unitdir}/iprdump.service
|
|
|
|
%{_unitdir}/iprupdate.service
|
|
|
|
%{_unitdir}/iprutils.target
|
|
|
|
%{_udevrulesdir}/90-iprutils.rules
|
2018-05-11 09:47:15 +00:00
|
|
|
|
|
|
|
|
2004-09-09 06:18:34 +00:00
|
|
|
%changelog
|
2019-07-25 09:39:38 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.17.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-04-15 14:47:02 +00:00
|
|
|
* Mon Apr 15 2019 Than Ngo <than@redhat.com> - 2.4.17.1-2
|
|
|
|
- add tests
|
|
|
|
|
2019-03-04 11:33:52 +00:00
|
|
|
* Mon Mar 04 2019 Than Ngo <than@redhat.com> - 2.4.17.1-1
|
|
|
|
- update to 2.4.17.1
|
|
|
|
|
2019-02-01 03:29:55 +00:00
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.16.1-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-07-13 05:48:33 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.16.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-05-14 13:39:57 +00:00
|
|
|
* Mon May 14 2018 Dan Horák <dan[at]danny.cz> - 2.4.16.1-2
|
|
|
|
- use better patch for udev activation
|
|
|
|
|
2018-05-11 09:47:15 +00:00
|
|
|
* Fri May 11 2018 Dan Horák <dan[at]danny.cz> - 2.4.16.1-1
|
|
|
|
- rebased to 2.4.16.1
|
|
|
|
- spec file cleanup
|
|
|
|
|
2018-03-15 04:03:12 +00:00
|
|
|
* Thu Mar 15 2018 Iryna Shcherbina <ishcherb@redhat.com> - 2.4.15.1-4
|
|
|
|
- Update Python 2 dependency declarations to new packaging standards
|
|
|
|
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
|
|
|
|
2018-02-07 17:36:29 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.15.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-01-23 13:08:23 +00:00
|
|
|
* Tue Jan 23 2018 Merlin Mathesius <mmathesi@redhat.com> - 2.4.15.1-2
|
|
|
|
- Not building kernel modules, so use kernel-headers instead of kernel-devel
|
|
|
|
|
2017-10-13 07:38:27 +00:00
|
|
|
* Fri Oct 13 2017 Sinny Kumari <sinnykunmari@fedoraproject.org> - 2.4.15.1-1
|
|
|
|
- Rebase to 2.4.15.1
|
|
|
|
|
2017-08-02 23:50:42 +00:00
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.14.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 13:39:31 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.14.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-04-05 06:20:54 +00:00
|
|
|
* Wed Apr 05 2017 Sinny Kumari <sinnykunmari@fedoraproject.org> - 2.4.14.1-1
|
|
|
|
- Rebase to 2.4.14.1
|
|
|
|
|
2017-02-10 16:31:39 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.12.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-08-10 06:59:57 +00:00
|
|
|
* Wed Aug 10 2016 Sinny Kumari <sinnykumari@fedoraproject.org> - 2.4.12.1-1
|
|
|
|
- Rebase to 2.4.12.1
|
|
|
|
|
2016-04-11 09:10:40 +00:00
|
|
|
* Mon Apr 11 2016 Sinny Kumari <sinnykumari@fedoraproject.org> - 2.4.11.1-1
|
|
|
|
- Update to 2.4.11.1
|
|
|
|
- Add zlib-devel as BuildRequires
|
|
|
|
|
2016-02-27 16:57:41 +00:00
|
|
|
* Sat Feb 27 2016 Jakub Čajka <jcajka@redhat.com> - 2.4.10.1-1
|
|
|
|
- rebase to 2.4.10.1
|
|
|
|
- Resolves: #1289145 - iprutils-2.4.9 package update in Fedora
|
|
|
|
|
2016-02-04 00:37:12 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.8-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-07-14 15:59:18 +00:00
|
|
|
* Fri Jul 10 2015 Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com> - 2.4.8-1
|
|
|
|
- Rebase to 2.4.8
|
|
|
|
- Move to Autotools
|
|
|
|
- Remove unused files
|
|
|
|
- Rebase patch 0001 to use autotools
|
|
|
|
- Install bash completion
|
|
|
|
- Spec file clean up
|
|
|
|
|
2015-06-17 11:31:24 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.5-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2014-11-19 09:39:00 +00:00
|
|
|
* Wed Nov 19 2014 Jakub Čajka <jcajka@redhat.com> - 2.4.5-1
|
|
|
|
- Rebase to 2.4.5
|
|
|
|
|
2014-10-01 11:07:37 +00:00
|
|
|
* Wed Oct 1 2014 Jakub Čajka <jcajka@redhat.com> - 2.4.4-1
|
|
|
|
- Rebase to 2.4.4
|
|
|
|
- Moved to systemd
|
|
|
|
- Spec file clean up
|
|
|
|
- Fixed build flags
|
|
|
|
|
2014-08-16 21:45:38 +00:00
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.13-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-07 22:37:33 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.13-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2013-08-03 19:51:23 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.13-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-02-14 02:12:47 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.13-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-12-29 11:16:01 +00:00
|
|
|
* Sat Dec 29 2012 Peter Robinson <pbrobinson@fedoraproject.org> 2.3.13-1
|
|
|
|
- update to 2.3.13
|
|
|
|
|
2012-09-11 19:37:47 +00:00
|
|
|
* Tue Sep 11 2012 David Aquilina <dwa@redhat.com> 2.3.11-2
|
|
|
|
- Prevent the RPM from conflicting with itself (BZ #856330)
|
|
|
|
|
2012-09-05 15:04:44 +00:00
|
|
|
* Wed Sep 05 2012 Karsten Hopp <karsten@redhat.com> 2.3.11-1
|
|
|
|
- update to 2.3.11
|
|
|
|
- enable on all archs as it now supports some adapters on them, too.
|
|
|
|
|
2012-07-19 15:02:22 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.10-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-05-08 12:53:45 +00:00
|
|
|
* Tue May 08 2012 Karsten Hopp <karsten@redhat.com> 2.3.10-1
|
|
|
|
- update to iprutils-2.3.10
|
|
|
|
|
2012-01-13 05:58:08 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.9-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-12-22 09:48:49 +00:00
|
|
|
* Thu Dec 22 2011 Jiri Skala <jskala@redhat.com> - 2.3.9-1
|
|
|
|
- Update to version 2.3.9
|
|
|
|
|
2011-08-24 08:44:39 +00:00
|
|
|
* Wed Aug 24 2011 Jiri Skala <jskala@redhat.com> - 2.3.7-1
|
|
|
|
- Update to version 2.3.7
|
|
|
|
|
2011-08-05 17:21:27 +00:00
|
|
|
* Fri Aug 05 2011 Jiri Skala <jskala@redhat.com> - 2.3.6-1
|
|
|
|
- Update to version 2.3.6
|
|
|
|
|
2011-02-09 12:59:50 +00:00
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-02-09 12:03:13 +00:00
|
|
|
* Wed Feb 09 2011 Jiri Skala <jskala@redhat.com> - 2.3.2-1
|
|
|
|
- Update to version 2.3.2
|
|
|
|
|
2010-04-12 11:42:51 +00:00
|
|
|
* Mon Apr 12 2010 Roman Rakus <rrakus@redhat.com> - 2.2.20-1
|
|
|
|
- Update to version 2.2.20
|
|
|
|
|
2010-02-11 08:37:39 +00:00
|
|
|
* Thu Feb 11 2010 Roman Rakus <rrakus@redhat.com> 2.2.18-3
|
|
|
|
- added missing man page
|
|
|
|
|
2010-01-28 12:21:37 +00:00
|
|
|
* Tue Jan 26 2010 Roman Rakus <rrakus@redhat.com> 2.2.18-2
|
|
|
|
- moved files from /sbin to /usr/sbin and made symlinks
|
|
|
|
|
2009-11-04 16:14:11 +00:00
|
|
|
* Wed Nov 04 2009 Roman Rakus <rrakus@redhat.com> - 2.2.18-1
|
|
|
|
- Version 2.2.18
|
|
|
|
|
2009-10-05 13:20:06 +00:00
|
|
|
* Mon Oct 05 2009 Roman Rakus <rrakus@redhat.com> - 2.2.17-2
|
|
|
|
- Fixed initscripts (#522464, #522462, #522461)
|
|
|
|
|
2009-09-17 08:01:19 +00:00
|
|
|
* Thu Sep 17 2009 Roman Rakus <rrakus@redhat.com> - 2.2.17-1
|
|
|
|
- Version 2.2.17
|
|
|
|
|
2009-08-17 07:53:21 +00:00
|
|
|
* Mon Aug 17 2009 Roman Rakus <rrakus@redhat.com> - 2.2.16-1
|
|
|
|
- Bump to version 2.2.16
|
|
|
|
|
2009-07-25 03:32:04 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.13-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-02-25 07:45:49 +00:00
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.13-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-02-02 18:38:05 +00:00
|
|
|
* Mon Feb 2 2009 Will Woods <wwoods@redhat.com> - 2.2.13-2
|
|
|
|
- Fix iprdump startup - #483340
|
|
|
|
- iprutils-swab-moved.patch - fix compilation with 2.6.29 kernels (#483643)
|
|
|
|
|
2008-11-21 13:23:41 +00:00
|
|
|
* Fri Nov 21 2008 Roman Rakus <rrakus@redhat.com> - 2.2.13-1
|
|
|
|
- New upstream version
|
|
|
|
|
2008-07-02 12:01:30 +00:00
|
|
|
* Wed Jul 2 2008 Roman Rakus <rrakus@redhat.com> - 2.2.8-6
|
|
|
|
- Fixed ExclusiveArch tag
|
|
|
|
|
2008-07-02 11:47:54 +00:00
|
|
|
* Wed Jul 2 2008 Roman Rakus <rrakus@redhat.com> - 2.2.8-5
|
|
|
|
- Fixed chkconfig issue - #453165
|
|
|
|
|
2008-04-10 11:13:11 +00:00
|
|
|
* Wed Apr 9 2008 Roman Rakus <rrakus@redhat.cz> - 2.2.8-4
|
2008-04-10 11:00:47 +00:00
|
|
|
- Rewrited initscripts for satisfying LSB spec
|
|
|
|
|
2008-02-08 21:26:07 +00:00
|
|
|
* Fri Feb 08 2008 David Cantrell <dcantrell@redhat.com> - 2.2.8-2
|
|
|
|
- Rebuild for gcc-4.3
|
|
|
|
|
2007-11-16 23:00:57 +00:00
|
|
|
* Fri Nov 16 2007 David Cantrell <dcantrell@redhat.com> - 2.2.8-1
|
|
|
|
- Upgrade to latest upstream release
|
|
|
|
|
2007-10-01 18:17:53 +00:00
|
|
|
* Mon Oct 1 2007 Jeremy Katz <katzj@redhat.com> - 2.2.6-3
|
|
|
|
- don't require redhat-lsb (#252343)
|
|
|
|
|
2007-08-21 17:24:45 +00:00
|
|
|
* Tue Aug 21 2007 David Cantrell <dcantrell@redhat.com> - 2.2.6-2
|
|
|
|
- Rebuild
|
|
|
|
|
2007-06-04 11:33:22 +00:00
|
|
|
* Thu May 17 2007 Paul Nasrat <pnasrat@redhat.com> - 2.2.6-1
|
2007-05-18 15:41:26 +00:00
|
|
|
- Update to latest upstream
|
|
|
|
|
2006-07-13 20:46:36 +00:00
|
|
|
* Thu Jul 13 2006 Paul Nasrat <pnasrat@redhat.com> - 2.1.5-1
|
|
|
|
- New upstream version
|
|
|
|
|
2006-07-12 06:25:20 +00:00
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.1.4-3.1
|
|
|
|
- rebuild
|
|
|
|
|
2006-07-10 15:30:16 +00:00
|
|
|
* Mon Jul 10 2006 Paul Nasrat <pnasrat@redhat.com> - 2.1.4-3
|
|
|
|
- Add redhat-lsb requires
|
|
|
|
|
2006-07-10 10:12:07 +00:00
|
|
|
* Mon Jul 10 2006 David Woodhouse <dwmw2@redhat.com> - 2.1.4-2
|
|
|
|
- Rebuild against new sysfsutils
|
|
|
|
|
2006-06-26 17:26:13 +00:00
|
|
|
* Mon Jun 26 2006 Paul Nasrat <pnasrat@redhat.com> - 2.1.4-1
|
|
|
|
- Update to 2.1.4
|
|
|
|
|
2006-02-11 03:37:19 +00:00
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.1.1-1.2
|
|
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
|
2006-02-07 12:16:49 +00:00
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.1.1-1.1
|
|
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
|
2005-12-23 10:19:25 +00:00
|
|
|
* Fri Dec 23 2005 Paul Nasrat <pnasrat@redhat.com> - 2.1.1-1
|
|
|
|
- Update to 2.1.1
|
|
|
|
- Use RPM_OPT_FLAGS
|
2005-12-09 22:41:00 +00:00
|
|
|
|
2005-08-02 12:14:54 +00:00
|
|
|
* Tue Aug 02 2005 Paul Nasrat <pnasrat@redhat.com> - 2.0.15.3-1
|
|
|
|
- update to 2.0.15.3-1
|
|
|
|
|
|
|
|
* Wed May 11 2005 Paul Nasrat <pnasrat@redhat.com> - 2.0.14.2-1
|
|
|
|
- update to 2.0.14.2 (#156934)
|
2005-03-15 17:26:31 +00:00
|
|
|
|
2005-02-24 09:23:20 +00:00
|
|
|
* Thu Feb 24 2005 Paul Nasrat <pnasrat@redhat.com> - 2.0.13.7-1
|
|
|
|
- Update to 2.0.13.7 (#144654)
|
|
|
|
- Project moved location to sourceforge
|
|
|
|
|
2005-01-03 20:49:21 +00:00
|
|
|
* Mon Jan 03 2005 Paul Nasrat <pnasrat@redhat.com> - 2.0.13.5-1
|
|
|
|
- Update to 2.0.13.5 (#143593)
|
|
|
|
|
|
|
|
* Wed Dec 8 2004 Jeremy Katz <katzj@redhat.com> - 2.0.13.4-2
|
|
|
|
- link dynamically to sysfsutils instead of statically (#142310)
|
|
|
|
|
|
|
|
* Wed Dec 08 2004 Paul Nasrat <pnasrat@redhat.com> 2.0.13.4-1
|
|
|
|
- update to 2.0.13.4 (#142164)
|
|
|
|
|
|
|
|
* Fri Dec 3 2004 Jeremy Katz <katzj@redhat.com> - 2.0.13.3-1
|
|
|
|
- update to 2.0.13.3 (#141707)
|
|
|
|
|
|
|
|
* Mon Nov 15 2004 Jeremy Katz <katzj@redhat.com> - 2.0.13.2-1
|
|
|
|
- update to 2.0.13.2 (#139083)
|
|
|
|
- fix firmware upload for firmware in /lib instead of /usr/lib
|
|
|
|
- fix sysfs race
|
|
|
|
|
2004-10-06 18:43:14 +00:00
|
|
|
* Wed Oct 6 2004 Jeremy Katz <katzj@redhat.com> - 2.0.13-1
|
|
|
|
- update to 2.0.13 (#128996)
|
|
|
|
|
2004-09-09 06:19:15 +00:00
|
|
|
* Tue Aug 3 2004 Jeremy Katz <katzj@redhat.com> - 2.0.12-1
|
|
|
|
- update to 2.0.12
|
|
|
|
- include a copy of libsysfs to build
|
2004-09-09 06:19:04 +00:00
|
|
|
|
2004-09-09 06:18:49 +00:00
|
|
|
* Tue Jun 15 2004 Jeremy Katz <katzj@redhat.com> - 1.0.7-1
|
|
|
|
- update to 1.0.7 (#125988)
|
|
|
|
|
2004-09-09 06:18:46 +00:00
|
|
|
* Tue May 11 2004 Jeremy Katz <katzj@redhat.com> - 1.0.5-3
|
|
|
|
- obsolete ipr-utils (old package name)
|
|
|
|
|
2004-09-09 06:18:34 +00:00
|
|
|
* Thu Mar 25 2004 Jeremy Katz <katzj@redhat.com> 1.0.5-2
|
|
|
|
- 1.0.5
|
|
|
|
- some spec file tweaks
|
|
|
|
|
|
|
|
* Tue Nov 25 2003 Brian King <brking@us.ibm.com> 1.0.3-2
|
|
|
|
- Fixed segmentation fault in iprupdate
|