Resolves: #539949
This commit is contained in:
parent
5f36d5ae72
commit
0706a678e3
@ -1,7 +1,7 @@
|
||||
Summary: A dynamic adaptive system tuning daemon
|
||||
Name: tuned
|
||||
Version: 0.2.5
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: GPLv2+
|
||||
Group: System Environment/Daemons
|
||||
# The source for this package was pulled from upstream git. Use the
|
||||
@ -13,6 +13,7 @@ Group: System Environment/Daemons
|
||||
Source: tuned-%{version}.tar.bz2
|
||||
URL: https://fedorahosted.org/tuned/
|
||||
Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||
BuildRequires: python
|
||||
Requires: usermode ethtool
|
||||
Requires(post): chkconfig
|
||||
Requires(preun): chkconfig
|
||||
@ -101,6 +102,10 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Nov 26 2009 Petr Lautrbach <plautrba@redhat.com> 0.2.5-2
|
||||
- Added python into build requires
|
||||
- Resolves: #539949
|
||||
|
||||
* Tue Nov 03 2009 Phil Knirsch <pknirsch@redhat.com> 0.2.5-1
|
||||
- Moved from prerelease to normal
|
||||
- Added missing ethtool requires
|
||||
|
Loading…
Reference in New Issue
Block a user