Accepting request 257382 from Base:System
1 OBS-URL: https://build.opensuse.org/request/show/257382 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tuned?expand=0&rev=6
This commit is contained in:
commit
f2e1a59e84
@ -1,14 +0,0 @@
|
||||
diff --git a/org.tuned.gui.policy b/org.tuned.gui.policy
|
||||
index 58b6209..68b15d8 100644
|
||||
--- a/org.tuned.gui.policy
|
||||
+++ b/org.tuned.gui.policy
|
||||
@@ -10,7 +10,7 @@
|
||||
<allow_inactive>auth_admin</allow_inactive>
|
||||
<allow_active>auth_admin</allow_active>
|
||||
</defaults>
|
||||
- <annotate key="org.freedesktop.policykit.exec.path">/usr/bin/tuned-gui</annotate>
|
||||
+ <annotate key="org.freedesktop.policykit.exec.path">/usr/sbin/tuned-gui</annotate>
|
||||
<annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
|
||||
</action>
|
||||
</policyconfig>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a6d2a2c5fc8a805031dc4aa7113a62049993535f2635c3a286123c1cecc36193
|
||||
size 81014
|
3
tuned-2.4.1.tar.bz2
Normal file
3
tuned-2.4.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fd2514ec269387c7c555b5d12534ce258ecdb021cd66f64c5678eea7dcbda54f
|
||||
size 81052
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 17 12:45:21 UTC 2014 - oholecek@suse.com
|
||||
|
||||
- Update to version 2.4.1
|
||||
+ plugin_disk: set_spindown and set_APM made independent (rhbz#976725)
|
||||
+ plugin_bootloader: added check for grub2 (rhbz#1150047)
|
||||
+ tuned-adm: fixed traceback on "tuned-adm list" (rhbz#1149162)
|
||||
+ plugin_bootloader: 00_tuned do not return error if there is no cmdline (rhbz#1151768, bsc#901180)
|
||||
+ fixed polkit configuration
|
||||
|
||||
- Remove tuned-2.4.0-polkit-tuned-gui-path.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 11 15:24:56 UTC 2014 - p.drouand@gmail.com
|
||||
|
||||
|
@ -15,10 +15,11 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%{!?_tmpfilesdir:%global _tmpfilesdir /usr/lib/tmpfiles.d}
|
||||
|
||||
Name: tuned
|
||||
Version: 2.4.0
|
||||
Version: 2.4.1
|
||||
Release: 0
|
||||
Summary: A dynamic adaptive system tuning daemon
|
||||
License: GPL-2.0+
|
||||
@ -30,9 +31,6 @@ Source: https://fedorahosted.org/releases/t/u/tuned/tuned-%{version}.tar
|
||||
Patch0: fix-allow-receive_sender-default.patch
|
||||
# PATCH-FIX-OPENSUSE tuned-2.4.0-use_cpupower_for_intel_perf_bias.patch --use cpupower instead of energy class
|
||||
Patch2: tuned-2.4.0-use_cpupower_for_intel_perf_bias.patch
|
||||
# PATCH-FIX-UPSTREAM tuned-2.4.0-polkit-tuned-gui-path.patch --fix tuned-gui path
|
||||
# in polkit policy rule file
|
||||
Patch3: tuned-2.4.0-polkit-tuned-gui-path.patch
|
||||
BuildRequires: python
|
||||
BuildRequires: systemd
|
||||
# Do not own standard directories
|
||||
@ -62,8 +60,8 @@ network and ATA harddisk devices are implemented.
|
||||
Summary: Disk and net statistic monitoring systemtap scripts - GTK GUI
|
||||
Group: System/Base
|
||||
Requires: %{name} = %{version}
|
||||
Requires: powertop
|
||||
Requires: polkit
|
||||
Requires: powertop
|
||||
|
||||
%description gtk
|
||||
GTK GUI that can control tuned and provide simple profile editor.
|
||||
@ -119,7 +117,6 @@ instead of fewer large ones).
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
|
||||
%build
|
||||
#The tuned daemon is written in pure Python. Nothing requires to be built.
|
||||
|
Loading…
x
Reference in New Issue
Block a user