From efd73ddb2e45baf3cb1d172a49e641c6a480c9dd Mon Sep 17 00:00:00 2001 From: jvcelak Date: Fri, 8 Jan 2010 16:37:54 +0000 Subject: [PATCH] New release. Added logging support. --- .cvsignore | 2 +- sources | 2 +- tuned.spec | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.cvsignore b/.cvsignore index 2e57b74..eef3f93 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -tuned-0.2.5.tar.bz2 +tuned-0.2.8.tar.bz2 diff --git a/sources b/sources index 23e3665..04602dc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f7ca10d6f4ff46d6063ed4094848a0d1 tuned-0.2.7.tar.bz2 +bee3350789bcb48604daef0634e47ece tuned-0.2.8.tar.bz2 diff --git a/tuned.spec b/tuned.spec index 2bdc97b..4c9b478 100644 --- a/tuned.spec +++ b/tuned.spec @@ -1,7 +1,7 @@ Summary: A dynamic adaptive system tuning daemon Name: tuned -Version: 0.2.7 -Release: 2%{?dist} +Version: 0.2.8 +Release: 1%{?dist} License: GPLv2+ Group: System Environment/Daemons # The source for this package was pulled from upstream git. Use the @@ -11,8 +11,6 @@ Group: System Environment/Daemons # git checkout v%{version} # make archive Source: tuned-%{version}.tar.bz2 -# bz 542305, git 94b46b4e38fa056e21e35087681c06a00ad9d0ff -Patch0: tuned-unsupported-ethernet-cards.patch URL: https://fedorahosted.org/tuned/ Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRequires: python @@ -44,7 +42,6 @@ instead of fewer large ones). %prep %setup -q -%patch0 -p1 %build @@ -105,6 +102,9 @@ fi %changelog +* Fri Jan 08 2010 Jan Vcelak 0.2.8-1 +- New release. Adds logging support. + * Mon Dec 21 2009 Jan Vcelak 0.2.7-2 - Fixed 542305 - [abrt] crash detected in tuned-0.2.5-2.fc12 Some ethernet cards are not supported by 'ethtool'.