forked from pool/tuned
Accepting request 154905 from home:posophe:branches:Base:System
Update to 2.2.0 OBS-URL: https://build.opensuse.org/request/show/154905 OBS-URL: https://build.opensuse.org/package/show/Base:System/tuned?expand=0&rev=12
This commit is contained in:
parent
c914a2717f
commit
b0deb9a8bf
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a560fb54add4aa1215e0db48db247f26a1430d31ebb93ccf579f51991d952feb
|
||||
size 54090
|
3
tuned-2.2.0.tar.bz2
Normal file
3
tuned-2.2.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:29e3b74cb4bf7acdcb2cd1ae6086bbec21c733d5eb7e648a116be38d0e2b12af
|
||||
size 56677
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 8 11:47:58 UTC 2013 - p.drouand@gmail.com
|
||||
|
||||
- Update to version 2.2.0:
|
||||
* remove nobarrier from virtual-guest (data loss prevention)
|
||||
* devices enumeration via udev, instead of manual retrieval
|
||||
* support for dynamically inserted devices (currently disk plugin)
|
||||
* dropped rfkill plugins (bluetooth and wifi), the code didn't work
|
||||
- Add Requires:python-configobj tag needed for profiles configuration
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 24 19:59:52 UTC 2012 - p.drouand@gmail.com
|
||||
|
||||
|
13
tuned.spec
13
tuned.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package tuned
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,19 +17,13 @@
|
||||
|
||||
|
||||
Name: tuned
|
||||
Version: 2.1.1
|
||||
Version: 2.2.0
|
||||
Release: 0
|
||||
Summary: A dynamic adaptive system tuning daemon
|
||||
License: GPL-2.0
|
||||
Group: System/Base
|
||||
Url: https://fedorahosted.org/tuned/
|
||||
# The source for this package was pulled from upstream git. Use the
|
||||
# following commands to get the corresponding tarball:
|
||||
# git clone git://git.fedorahosted.org/git/tuned.git
|
||||
# cd tuned
|
||||
# git checkout v%%{version}
|
||||
# make archive
|
||||
Source: tuned-%{version}.tar.bz2
|
||||
Source: https://fedorahosted.org/releases/t/u/tuned/tuned-%{version}.tar.bz2
|
||||
# PATCH-FIX-OPENSUSE fix-allow-receive_sender-default.patch <allow receive_sender="com.redhat.com"/> allow receive_* is normally
|
||||
# not needed as that is the default --<p.drouand@gmail.com>
|
||||
Patch0: fix-allow-receive_sender-default.patch
|
||||
@ -42,6 +36,7 @@ Requires: dbus-python
|
||||
Requires: pygobject2
|
||||
Requires: python-decorator
|
||||
Requires: /usr/bin/cpupower
|
||||
Requires: python-configobj
|
||||
%{?systemd_requires}
|
||||
BuildArch: noarch
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user