Accepting request 203443 from home:sumski:hazard:to:your:stereo
Update to version 2.2.2 (built successfully, as i cheated, and built rpmlint in my branch) OBS-URL: https://build.opensuse.org/request/show/203443 OBS-URL: https://build.opensuse.org/package/show/Base:System/tuned?expand=0&rev=13
This commit is contained in:
parent
b0deb9a8bf
commit
a4b19407cf
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:29e3b74cb4bf7acdcb2cd1ae6086bbec21c733d5eb7e648a116be38d0e2b12af
|
||||
size 56677
|
3
tuned-2.2.2.tar.bz2
Normal file
3
tuned-2.2.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:22b7d2655a58440ee0bf7a3ed197414121a6851e8e71a82eb3290c9ffbdb26cc
|
||||
size 58138
|
@ -1,3 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 15 22:47:34 UTC 2013 - hrvoje.senjan@gmail.com
|
||||
|
||||
- Update to version 2.2.2:
|
||||
* cpu plugin: fixed cpupower workaround
|
||||
* cpu plugin: fixed crash if cpupower is installed
|
||||
- Changes since 2.2.1:
|
||||
* audio plugin: fixed error handling in _get_timeout
|
||||
* removed cpupower dependency, added sysfs fallback
|
||||
* powertop2tuned: fixed parser crash on binary garbage
|
||||
* cpu plugin: dropped multicore_powersave as kernel upstream
|
||||
already did
|
||||
* plugins: options manipulated by dynamic tuning are now
|
||||
correctly saved and restored
|
||||
* powertop2tuned: added alias -e for --enable option
|
||||
* powertop2tuned: new option -m, --merge-profile to select
|
||||
profile to merge
|
||||
* prefer transparent_hugepage over redhat_transparent_hugepage
|
||||
* recommend: use recommend.conf not autodetect.conf
|
||||
* tuned.service: switched to dbus type service
|
||||
* tuned: new option --pid, -P to write PID file
|
||||
* tuned, tuned-adm: added new option --version, -v to show version
|
||||
* disk plugin: use APM value 254 for cleanup / APM disable
|
||||
instead of 255
|
||||
* tuned: new option --log, -l to select log file
|
||||
* powertop2tuned: avoid circular deps in include
|
||||
(one level check only)
|
||||
* powertop2tuned: do not crash if powertop is not installed
|
||||
* net plugin: added support for wake_on_lan static tuning
|
||||
* loader: fixed error handling
|
||||
- Require dbus-1-python instead of dbus-python, so the package is
|
||||
made installable
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 8 11:47:58 UTC 2013 - p.drouand@gmail.com
|
||||
|
||||
|
15
tuned.spec
15
tuned.spec
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: tuned
|
||||
Version: 2.2.0
|
||||
Version: 2.2.2
|
||||
Release: 0
|
||||
Summary: A dynamic adaptive system tuning daemon
|
||||
License: GPL-2.0
|
||||
@ -32,11 +32,11 @@ Patch0: fix-allow-receive_sender-default.patch
|
||||
Patch1: fix-new-systemd-tmpfiles.d-path.patch
|
||||
BuildRequires: python
|
||||
BuildRequires: systemd
|
||||
Requires: dbus-python
|
||||
Requires: /usr/bin/cpupower
|
||||
Requires: dbus-1-python
|
||||
Requires: pygobject2
|
||||
Requires: python-configobj
|
||||
Requires: python-decorator
|
||||
Requires: /usr/bin/cpupower
|
||||
Requires: python-configobj
|
||||
%{?systemd_requires}
|
||||
BuildArch: noarch
|
||||
|
||||
@ -57,9 +57,10 @@ This package contains utilities that can help you to fine tune your
|
||||
system and manage tuned profiles.
|
||||
|
||||
%package utils-systemtap
|
||||
Summary: Disk and net statistic monitoring systemtap scripts
|
||||
Requires: %{name} = %{version}
|
||||
Requires: systemtap
|
||||
Summary: Disk and net statistic monitoring systemtap scripts
|
||||
Group: System/Base
|
||||
Requires: %{name} = %{version}
|
||||
Requires: systemtap
|
||||
|
||||
%description utils-systemtap
|
||||
This package contains several systemtap scripts to allow detailed
|
||||
|
Loading…
x
Reference in New Issue
Block a user