From eb338bbc9c2e2e17466b43ab6999817b68352db3 Mon Sep 17 00:00:00 2001 From: Phil Knirsch Date: Tue, 3 Nov 2009 13:24:51 +0000 Subject: [PATCH] - 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) --- sources | 2 +- tuned.spec | 14 +++++++++----- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/sources b/sources index 728ae4e..f1330b5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -aa157f2c959a477eafdda8bc1cef588a tuned-0.2.5.tar.bz2 +2a60c3c0c6429c61660f7cffe726a255 tuned-0.2.5.tar.bz2 diff --git a/tuned.spec b/tuned.spec index 4b82846..c9cfb90 100644 --- a/tuned.spec +++ b/tuned.spec @@ -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á 0.2.5-0.4 -- add Requires: ethtool +* Tue Nov 03 2009 Phil Knirsch 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á 0.2.5-0.3 - new release