|
|
e5fd4a |
Summary: A utility for displaying and/or setting hard disk parameters
|
|
|
e5fd4a |
Name: hdparm
|
|
|
e5fd4a |
Version: 9.62
|
|
|
e5fd4a |
Release: 2%{?dist}
|
|
|
e5fd4a |
License: BSD
|
|
|
e5fd4a |
URL: https://sourceforge.net/projects/%{name}/
|
|
|
e5fd4a |
Source: https://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
|
|
|
e5fd4a |
Patch0: %{name}-9.60-ditch_dead_code.patch
|
|
|
e5fd4a |
Patch1: %{name}-9.43-close_fd.patch
|
|
|
e5fd4a |
Patch2: %{name}-9.43-get_geom.patch
|
|
|
e5fd4a |
Patch3: %{name}-9.54-resourceleak-fixes.patch
|
|
|
e5fd4a |
Patch4: %{name}-9.54-resourceleak-fixes-2.patch
|
|
|
e5fd4a |
Patch5: %{name}-9.60-sysfs-fclose.patch
|
|
|
e5fd4a |
|
|
|
e5fd4a |
BuildRequires: gcc
|
|
|
e5fd4a |
BuildRequires: make
|
|
|
e5fd4a |
|
|
|
e5fd4a |
Provides: /sbin/hdparm
|
|
|
e5fd4a |
|
|
|
e5fd4a |
%description
|
|
|
e5fd4a |
Hdparm is a useful system utility for setting (E)IDE hard drive
|
|
|
e5fd4a |
parameters. For example, hdparm can be used to tweak hard drive
|
|
|
e5fd4a |
performance and to spin down hard drives for power conservation.
|
|
|
e5fd4a |
|
|
|
e5fd4a |
%prep
|
|
|
e5fd4a |
%autosetup -p1
|
|
|
e5fd4a |
|
|
|
e5fd4a |
%build
|
|
|
e5fd4a |
CFLAGS="$RPM_OPT_FLAGS" %make_build STRIP=/bin/true LDFLAGS="$RPM_LD_FLAGS"
|
|
|
e5fd4a |
|
|
|
e5fd4a |
%install
|
|
|
e5fd4a |
mkdir -p $RPM_BUILD_ROOT%{_sbindir}
|
|
|
e5fd4a |
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man8
|
|
|
e5fd4a |
install -c -m 755 hdparm $RPM_BUILD_ROOT%{_sbindir}/hdparm
|
|
|
e5fd4a |
install -c -m 644 hdparm.8 $RPM_BUILD_ROOT%{_mandir}/man8
|
|
|
e5fd4a |
|
|
|
e5fd4a |
|
|
|
e5fd4a |
%files
|
|
|
e5fd4a |
%doc hdparm.lsm Changelog README.acoustic TODO
|
|
|
e5fd4a |
%license LICENSE.TXT
|
|
|
e5fd4a |
%{_sbindir}/hdparm
|
|
|
e5fd4a |
%{_mandir}/man8/hdparm.8*
|
|
|
e5fd4a |
|
|
|
e5fd4a |
%changelog
|
|
|
e5fd4a |
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 9.62-2
|
|
|
e5fd4a |
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
e5fd4a |
Related: rhbz#1991688
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Thu May 20 2021 Tomas Bzatek <tbzatek@redhat.com> - 9.62-1
|
|
|
e5fd4a |
- New upstream version 9.62 (#1961841)
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Fri Apr 16 2021 Tomas Bzatek <tbzatek@redhat.com> - 9.60-4
|
|
|
e5fd4a |
- Fix fclose() on sysfs file write
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 9.60-3
|
|
|
e5fd4a |
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Thu Apr 15 2021 Tomas Bzatek <tbzatek@redhat.com> - 9.60-2
|
|
|
e5fd4a |
- Move hdparm binary to /usr/sbin
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Fri Apr 09 2021 Tomas Bzatek <tbzatek@redhat.com> - 9.60-1
|
|
|
e5fd4a |
- New upstream version 9.60 (#1947860)
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 9.58-5
|
|
|
e5fd4a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 9.58-4
|
|
|
e5fd4a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 9.58-3
|
|
|
e5fd4a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 9.58-2
|
|
|
e5fd4a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Mon May 20 2019 Michal Minář <miminar@redhat.com> - 9.58-1
|
|
|
e5fd4a |
- New upstream version 9.58
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 9.56-2
|
|
|
e5fd4a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Mon Jul 23 2018 Michal Minář <miminar@redhat.com> - 9.56-1
|
|
|
e5fd4a |
- New upstream version.
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 9.54-2
|
|
|
e5fd4a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Thu Mar 15 2018 Michal Minář <miminar@redhat.com> - 9.54-1
|
|
|
e5fd4a |
- New upstream version 9.54
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Fri Feb 23 2018 Florian Weimer <fweimer@redhat.com> - 9.52-3
|
|
|
e5fd4a |
- Use LDFLAGS from redhat-rpm-config
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 9.52-2
|
|
|
e5fd4a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Mon Sep 11 2017 Michal Minar <miminar@redhat.com> - 9.52-1
|
|
|
e5fd4a |
- New upstream version.
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Sun Sep 10 2017 Vasiliy N. Glazov <vascom2@gmail.com> - 9.51-4
|
|
|
e5fd4a |
- Cleanup spec
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 9.51-3
|
|
|
e5fd4a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 9.51-2
|
|
|
e5fd4a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Sun Apr 23 2017 Michal Minar <miminar@redhat.com> 9.51-1
|
|
|
e5fd4a |
- New upstream version.
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 9.48-3
|
|
|
e5fd4a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 9.48-2
|
|
|
e5fd4a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Wed Jun 24 2015 Michal Minar <miminar@redhat.com> 9.48-1
|
|
|
e5fd4a |
- New upstream version.
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Tue Jun 16 2015 Michal Minar <miminar@redhat.com> 9.47-1
|
|
|
e5fd4a |
- New upstream version.
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Thu May 21 2015 Jaromir Capik <jcapik@redhat.com> - 9.45-2
|
|
|
e5fd4a |
- Removing ExcludeArch for s390 & s390x (it works)
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Tue Oct 28 2014 Michal Minar <miminar@redhat.com> 9.45-7
|
|
|
e5fd4a |
- New upstream version 9.45.
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.43-7
|
|
|
e5fd4a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.43-6
|
|
|
e5fd4a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Wed Aug 07 2013 Michal Minar <miminar@redhat.com> 9.43-5
|
|
|
e5fd4a |
- Fixed division by zero.
|
|
|
e5fd4a |
- Resolves: #986072
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.43-4
|
|
|
e5fd4a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Sun Jul 21 2013 Michal Minar <miminar@redhat.com> 9.43-3
|
|
|
e5fd4a |
- Added patches fixing covscan defects.
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Fri Apr 19 2013 Michal Minar <miminar@redhat.com> 9.43-2
|
|
|
e5fd4a |
- Fixed inconsistency between man page and program's help.
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Wed Mar 13 2013 Michal Minar <miminar@redhat.com> - 9.43-1
|
|
|
e5fd4a |
- hdparm-9.43
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.42-2
|
|
|
e5fd4a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Mon Oct 01 2012 Michal Minar <miminar@redhat.com> - 9.42-1
|
|
|
e5fd4a |
- hdparm-9.42
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.39-2
|
|
|
e5fd4a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Fri Feb 03 2012 Karsten Hopp <karsten@redhat.com> 9.39-1
|
|
|
e5fd4a |
- hdparm-9.39
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.36-3
|
|
|
e5fd4a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.36-2
|
|
|
e5fd4a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Mon Jan 24 2011 Karsten Hopp <karsten@redhat.com> 9.36-1
|
|
|
e5fd4a |
- update to hdparm-9.36 (#645048)
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Thu Oct 07 2010 Karsten Hopp <karsten@redhat.com> 9.33-1
|
|
|
e5fd4a |
- update to hdparm-9.33 (#592896)
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Fri Dec 11 2009 Karsten Hopp <karsten@redhat.com> 9.27-1
|
|
|
e5fd4a |
- update to 9.27
|
|
|
e5fd4a |
- enhance security-erase timeout to 12h (#536731)
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Thu Aug 20 2009 Ville Skyttä <ville.skytta@iki.fi> - 9.16-3
|
|
|
e5fd4a |
- Let rpmbuild strip the executable (#513025).
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.16-2
|
|
|
e5fd4a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Fri Jul 17 2009 Karsten Hopp <karsten@redhat.com> 9.16-1
|
|
|
e5fd4a |
- update to 9.16, fixes disk spindowns
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Wed Mar 04 2009 Karsten Hopp <karsten@redhat.com> 9.12-1
|
|
|
e5fd4a |
- update to 9.12 to fix #488560
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.8-2
|
|
|
e5fd4a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Wed Jan 14 2009 Karsten Hopp <karsten@redhat.com> 9.8-1
|
|
|
e5fd4a |
- update
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Wed Mar 05 2008 Karsten Hopp <karsten@redhat.com> 8.6-1
|
|
|
e5fd4a |
- update to 8.6
|
|
|
e5fd4a |
- fix source URL
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Mon Feb 25 2008 Karsten Hopp <karsten@redhat.com> 8.5-1
|
|
|
e5fd4a |
- version 8.5, fixes u8->u16 bug in security commands
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Mon Feb 25 2008 Karsten Hopp <karsten@redhat.com> 8.4-2
|
|
|
e5fd4a |
- fix debuginfo package (#434644)
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Wed Feb 20 2008 Karsten Hopp <karsten@redhat.com> 8.4-1
|
|
|
e5fd4a |
- version 8.4
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Tue Feb 19 2008 Karsten Hopp <karsten@redhat.com> 8.1-3
|
|
|
e5fd4a |
- upload 8.1 sources and rebuild
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 8.1-2
|
|
|
e5fd4a |
- Autorebuild for GCC 4.3
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Mon Feb 18 2008 Karsten Hopp <karsten@redhat.com> 8.1-1
|
|
|
e5fd4a |
- update to 8.1
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Fri Aug 24 2007 Karsten Hopp <karsten@redhat.com> 7.7-1
|
|
|
e5fd4a |
- update to 7.7
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Tue Jul 10 2007 Karsten Hopp <karsten@redhat.com> 7.6-1
|
|
|
e5fd4a |
- update to version 7.6
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Fri Feb 09 2007 Karsten Hopp <karsten@redhat.com> 6.9-3
|
|
|
e5fd4a |
- more review cleanups (#225882)
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Mon Feb 05 2007 Karsten Hopp <karsten@redhat.com> 6.9-2
|
|
|
e5fd4a |
- clean up spec file for merge review (#225882)
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Thu Jan 18 2007 Karsten Hopp <karsten@redhat.com> 6.9-1
|
|
|
e5fd4a |
- update to 6.9
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Mon Jul 17 2006 Karsten Hopp <karsten@redhat.de> 6.6-2
|
|
|
e5fd4a |
- test builds on ia64, ppc, ppc64
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 6.6-1.1
|
|
|
e5fd4a |
- rebuild
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Mon May 22 2006 Karsten Hopp <karsten@redhat.de> 6.3-3
|
|
|
e5fd4a |
- remove obsolute include patch
|
|
|
e5fd4a |
- disable idestruct patch, rebuild
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 6.3-2.2
|
|
|
e5fd4a |
- bump again for double-long bug on ppc(64)
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 6.3-2.1
|
|
|
e5fd4a |
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Tue Dec 20 2005 Karsten Hopp <karsten@redhat.de> 6.3-2
|
|
|
e5fd4a |
- use ExcludeArch, this allows building on archs we don't
|
|
|
e5fd4a |
ship such as Alpha (#175919)
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
e5fd4a |
- rebuilt
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Wed Nov 30 2005 Karsten Hopp <karsten@redhat.de> 6.3-1
|
|
|
e5fd4a |
- fix package URL
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Tue Oct 25 2005 Karsten Hopp <karsten@redhat.de> 6.3-1
|
|
|
e5fd4a |
- update to hdparm-6.3
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Wed Jun 08 2005 Karsten Hopp <karsten@redhat.de> 6.1-1
|
|
|
e5fd4a |
- update to 6.1 (BLKGETSIZE fixes)
|
|
|
e5fd4a |
- work around hdparm's usage of kernel headers, assume
|
|
|
e5fd4a |
that we run it on little-endian machines only
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Wed May 18 2005 Karsten Hopp <karsten@redhat.de> 5.9-3
|
|
|
e5fd4a |
- remove /etc/sysconfig/harddisks (#157673)
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Tue May 10 2005 Karsten Hopp <karsten@redhat.de> 5.9-2
|
|
|
e5fd4a |
- enable debuginfo
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Wed Mar 02 2005 Karsten Hopp <karsten@redhat.de> 5.9-1
|
|
|
e5fd4a |
- update to 5.9
|
|
|
e5fd4a |
- build with gcc-4
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Mon Jan 03 2005 Karsten Hopp <karsten@redhat.de> 5.8-2
|
|
|
e5fd4a |
- add --help option (#143916)
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Fri Nov 26 2004 Karsten Hopp <karsten@redhat.de> 5.8-1
|
|
|
e5fd4a |
- update
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Tue Sep 21 2004 Than Ngo <than@redhat.com> 5.7-2
|
|
|
e5fd4a |
- rebuilt
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Mon Sep 06 2004 Karsten Hopp <karsten@redhat.de> 5.7-1
|
|
|
e5fd4a |
- update to latest stable version
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
e5fd4a |
- rebuilt
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Thu Feb 19 2004 Karsten Hopp <karsten@redhat.de> 5.5-1
|
|
|
e5fd4a |
- update to latest stable version
|
|
|
e5fd4a |
- rename variable to avoid name clash with readahead function
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
e5fd4a |
- rebuilt
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
|
|
e5fd4a |
- rebuilt
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Wed Jun 04 2003 Karsten Hopp <karsten@redhat.de> 5.4-2
|
|
|
e5fd4a |
- rebuild
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Wed Jun 04 2003 Karsten Hopp <karsten@redhat.de> 5.4-1
|
|
|
e5fd4a |
- update
|
|
|
e5fd4a |
- #92057
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Wed Apr 23 2003 Karsten Hopp <karsten@redhat.de> 5.3-2
|
|
|
e5fd4a |
- rebuild
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Wed Apr 23 2003 Karsten Hopp <karsten@redhat.de> 5.3-1
|
|
|
e5fd4a |
- update to 5.3
|
|
|
e5fd4a |
- add comment to /etc/sysconfig/harddisks
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
|
|
e5fd4a |
- rebuilt
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Thu Dec 12 2002 Tim Powers <timp@redhat.com> 5.2-3
|
|
|
e5fd4a |
- rebuild on all arches
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Tue Nov 19 2002 Tim Powers <timp@redhat.com>
|
|
|
e5fd4a |
- rebuild on all arches
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Wed Jun 26 2002 Karsten Hopp <karsten@redhat.de>
|
|
|
e5fd4a |
- update to 5.2 with the following fixes:
|
|
|
e5fd4a |
- v5.2 compile fixes for 2.5.xx
|
|
|
e5fd4a |
- v5.1 fixed segfault in "-i" on older drives
|
|
|
e5fd4a |
- v5.0 lots of updates and new features
|
|
|
e5fd4a |
- v4.9 fixed compile error with 2.5.xx kernels
|
|
|
e5fd4a |
- v4.8 changed -Q to allow specifying queue depth
|
|
|
e5fd4a |
- v4.7 added -z, -Q, -M flags; expanded parm range for -p
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
|
|
e5fd4a |
- automated rebuild
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
|
|
e5fd4a |
- automated rebuild
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Fri Feb 22 2002 Karsten Hopp <karsten@redhat.de>
|
|
|
e5fd4a |
- bump version for 8.0
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Fri Feb 22 2002 Karsten Hopp <karsten@redhat.de>
|
|
|
e5fd4a |
- rebuild in new environment
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Wed Jan 23 2002 Karsten Hopp <karsten@redhat.de> (4.6-1)
|
|
|
e5fd4a |
- Update to 4.6
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Mon Oct 01 2001 Karsten Hopp <karsten@redhat.de>
|
|
|
e5fd4a |
- fix name of doc file (#54137)
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Fri Jul 20 2001 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
e5fd4a |
- exclude s390,s390x
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Mon Jun 25 2001 Karsten Hopp <karsten@redhat.de>
|
|
|
e5fd4a |
- update to version 4.1
|
|
|
e5fd4a |
- update URL
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Wed Jul 19 2000 Bernhard Rosenkränzer <bero@redhat.com>
|
|
|
e5fd4a |
- disable readahead (#14268)
|
|
|
e5fd4a |
- add comment in /etc/sysconfig/harddisks about possible extra parameters
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
|
|
|
e5fd4a |
- automatic rebuild
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Wed Jul 12 2000 Trond Eivind Glomsrød <teg@redhat.com>
|
|
|
e5fd4a |
- disable 32 bit interfacing (#13730)
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Tue Jun 27 2000 Trond Eivind Glomsrød <teg@redhat.com>
|
|
|
e5fd4a |
- use %%{_tmppath}
|
|
|
e5fd4a |
- add /etc/sysconfig/harddisks, a new file for hardisk
|
|
|
e5fd4a |
optimization parameters
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Mon Jun 19 2000 Bernhard Rosenkränzer <bero@redhat.com>
|
|
|
e5fd4a |
- FHSify
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Sun Apr 9 2000 Bernhard Rosenkränzer <bero@redhat.com>
|
|
|
e5fd4a |
- Fix compilation with kernel 2.3.*
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Thu Feb 17 2000 Bernhard Rosenkränzer <bero@redhat.com>
|
|
|
e5fd4a |
- 3.9
|
|
|
e5fd4a |
- handle RPM_OPT_FLAGS
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Thu Feb 17 2000 Bernhard Rosenkränzer <bero@redhat.com>
|
|
|
e5fd4a |
- Use O_NONBLOCK when opening devices so we can manipulate CD-ROM drives
|
|
|
e5fd4a |
with no media inserted, even when running a current kernel (Bug #6457)
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Sat Feb 5 2000 Bill Nottingham <notting@redhat.com>
|
|
|
e5fd4a |
- build as non-root user (#6458)
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Fri Feb 4 2000 Bernhard Rosenkränzer <bero@redhat.com>
|
|
|
e5fd4a |
- deal with RPM compressing man pages
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Fri Nov 19 1999 Bernhard Rosenkraenzer <bero@redhat.com>
|
|
|
e5fd4a |
- 3.6
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Thu Aug 12 1999 Cristian Gafton <gafton@redhat.com>
|
|
|
e5fd4a |
- version 3.5
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Wed Mar 24 1999 Cristian Gafton <gafton@redhat.com>
|
|
|
e5fd4a |
- added patches from UP
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
|
|
|
e5fd4a |
- auto rebuild in the new build environment (release 4)
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Tue Dec 29 1998 Cristian Gafton <gafton@redhat.com>
|
|
|
e5fd4a |
- build for 6.0
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Fri Apr 24 1998 Prospector System <bugs@redhat.com>
|
|
|
e5fd4a |
- translations modified for de, fr, tr
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Wed Apr 08 1998 Erik Troan <ewt@redhat.com>
|
|
|
e5fd4a |
- updated to 3.3
|
|
|
e5fd4a |
- build rooted
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Fri Oct 31 1997 Donnie Barnes <djb@redhat.com>
|
|
|
e5fd4a |
- fixed spelling error in summary
|
|
|
e5fd4a |
|
|
|
e5fd4a |
* Mon Jun 02 1997 Erik Troan <ewt@redhat.com>
|
|
|
e5fd4a |
- built against glibc
|
|
|
e5fd4a |
|