Accepting request 814885 from Base:System

OBS-URL: https://build.opensuse.org/request/show/814885
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tuned?expand=0&rev=24
This commit is contained in:
Dominique Leuenberger 2020-06-16 11:46:49 +00:00 committed by Git OBS Bridge
commit 059798dbbd
5 changed files with 14 additions and 9 deletions

View File

@ -3,9 +3,9 @@
<param name="scm">git</param>
<param name="url">https://github.com/redhat-performance/tuned</param>
<!--
<param name="versionformat">2.22.0+git%cd.%h</param>
<param name="versionformat">2.13.0+git%cd.%h</param>
-->
<param name="versionformat">2.22.0</param>
<param name="versionformat">2.13.0</param>
<param name="changesgenerate">disable</param>
</service>
<service name="recompress" mode="disabled">

3
tuned-2.13.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:528b34ef0d2c219def11cea8bd8dbba83dce04adb78ab4b78ef65cf63885496d
size 193816

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d98068273d5b46e260b4ad700032f07505cf1fd9775219a14d42de43c25132cf
size 152756

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jun 11 14:34:09 UTC 2020 - Aaron Puchert <aaronpuchert@alice-dsl.net>
- Update to version 2.13.0. Note that the previous version was not
in fact 2.22.0, but commit 8c9df99, 28 commits before 2.13.0.
-------------------------------------------------------------------
Mon Feb 3 09:37:57 UTC 2020 - trenn@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package tuned
#
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -21,14 +21,13 @@
%define profile_dir %{_prefix}/lib/%{name}
Name: tuned
Version: 2.22.0
Version: 2.13.0
Release: 0
Summary: A dynamic adaptive system tuning daemon
License: GPL-2.0-or-later
Group: System/Base
URL: https://github.com/redhat-performance/tuned
#Source0: https://github.com/redhat-performance/tuned/archive/v%%{version}.tar.gz#/%%{name}-%%{version}.tar.gz
Source0: %{name}-%{version}.tar.xz
Source0: https://github.com/redhat-performance/tuned/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source1: tuned.rpmlintrc
# 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>