- 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:
parent
a30538cd3f
commit
eb338bbc9c
2
sources
2
sources
@ -1 +1 @@
|
|||||||
aa157f2c959a477eafdda8bc1cef588a tuned-0.2.5.tar.bz2
|
2a60c3c0c6429c61660f7cffe726a255 tuned-0.2.5.tar.bz2
|
||||||
|
14
tuned.spec
14
tuned.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: A dynamic adaptive system tuning daemon
|
Summary: A dynamic adaptive system tuning daemon
|
||||||
Name: tuned
|
Name: tuned
|
||||||
Version: 0.2.5
|
Version: 0.2.5
|
||||||
Release: 0.4%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
# The source for this package was pulled from upstream git. Use the
|
# 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
|
Source: tuned-%{version}.tar.bz2
|
||||||
URL: https://fedorahosted.org/tuned/
|
URL: https://fedorahosted.org/tuned/
|
||||||
Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||||
Requires: usermode
|
Requires: usermode ethtool
|
||||||
Requires(post): chkconfig
|
Requires(post): chkconfig
|
||||||
Requires(preun): chkconfig
|
Requires(preun): chkconfig
|
||||||
Requires(preun): initscripts
|
Requires(preun): initscripts
|
||||||
Requires(postun): initscripts
|
Requires(postun): initscripts
|
||||||
Requires: ethtool
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -102,8 +101,13 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Oct 20 2009 Marcela Mašláňová <mmaslano@redhat.com> 0.2.5-0.4
|
* Tue Nov 03 2009 Phil Knirsch <pknirsch@redhat.com> 0.2.5-1
|
||||||
- add Requires: ethtool
|
- 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
|
* Mon Oct 19 2009 Marcela Mašláňová <mmaslano@redhat.com> 0.2.5-0.3
|
||||||
- new release
|
- new release
|
||||||
|
Loading…
Reference in New Issue
Block a user