- Moved from prerelease to normal

- Added missing ethtool requires
- Fixed 532209 - init priority wrong for ktune (Jan Vcelak)
- Fixed 530457 - [abrt] crash detected in tuned-0.2.5-0.1.fc12 (Jan Vcelak)
- Added detection of netcard supported speeds (Jan Vcelak)
- Fix ktune.sh script for stopping in regard to ALPM and CDROM polling
    (Phil Knirsch)
This commit is contained in:
Phil Knirsch 2009-11-03 13:24:51 +00:00
parent a30538cd3f
commit eb338bbc9c
2 changed files with 10 additions and 6 deletions

View File

@ -1 +1 @@
aa157f2c959a477eafdda8bc1cef588a tuned-0.2.5.tar.bz2
2a60c3c0c6429c61660f7cffe726a255 tuned-0.2.5.tar.bz2

View File

@ -1,7 +1,7 @@
Summary: A dynamic adaptive system tuning daemon
Name: tuned
Version: 0.2.5
Release: 0.4%{?dist}
Release: 1%{?dist}
License: GPLv2+
Group: System Environment/Daemons
# The source for this package was pulled from upstream git. Use the
@ -13,12 +13,11 @@ Group: System Environment/Daemons
Source: tuned-%{version}.tar.bz2
URL: https://fedorahosted.org/tuned/
Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
Requires: usermode
Requires: usermode ethtool
Requires(post): chkconfig
Requires(preun): chkconfig
Requires(preun): initscripts
Requires(postun): initscripts
Requires: ethtool
BuildArch: noarch
%description
@ -102,8 +101,13 @@ fi
%changelog
* Tue Oct 20 2009 Marcela Mašláňová <mmaslano@redhat.com> 0.2.5-0.4
- add Requires: ethtool
* Tue Nov 03 2009 Phil Knirsch <pknirsch@redhat.com> 0.2.5-1
- Moved from prerelease to normal
- Added missing ethtool requires
- Fixed 532209 - init priority wrong for ktune (Jan Vcelak)
- Fixed 530457 - [abrt] crash detected in tuned-0.2.5-0.1.fc12 (Jan Vcelak)
- Added detection of netcard supported speeds (Jan Vcelak)
- Fix ktune.sh script for stopping in regard to ALPM and CDROM polling (Phil Knirsch)
* Mon Oct 19 2009 Marcela Mašláňová <mmaslano@redhat.com> 0.2.5-0.3
- new release