From 38f8e1b687b1d8618abaf7d9b9b152efa39ccccafb43210784fc85684a114856 Mon Sep 17 00:00:00 2001 From: Thomas Renninger Date: Tue, 16 Jun 2020 11:19:20 +0000 Subject: [PATCH] Accepting request 814152 from home:aaronpuchert:branches:Base:System - 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. OBS-URL: https://build.opensuse.org/request/show/814152 OBS-URL: https://build.opensuse.org/package/show/Base:System/tuned?expand=0&rev=73 --- _service | 4 ++-- tuned-2.13.0.tar.gz | 3 +++ tuned-2.22.0.tar.xz | 3 --- tuned.changes | 6 ++++++ tuned.spec | 7 +++---- 5 files changed, 14 insertions(+), 9 deletions(-) create mode 100644 tuned-2.13.0.tar.gz delete mode 100644 tuned-2.22.0.tar.xz diff --git a/_service b/_service index 1f3765d..008659f 100644 --- a/_service +++ b/_service @@ -3,9 +3,9 @@ git https://github.com/redhat-performance/tuned - 2.22.0 + 2.13.0 disable diff --git a/tuned-2.13.0.tar.gz b/tuned-2.13.0.tar.gz new file mode 100644 index 0000000..c8cc98f --- /dev/null +++ b/tuned-2.13.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:528b34ef0d2c219def11cea8bd8dbba83dce04adb78ab4b78ef65cf63885496d +size 193816 diff --git a/tuned-2.22.0.tar.xz b/tuned-2.22.0.tar.xz deleted file mode 100644 index 5673e80..0000000 --- a/tuned-2.22.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d98068273d5b46e260b4ad700032f07505cf1fd9775219a14d42de43c25132cf -size 152756 diff --git a/tuned.changes b/tuned.changes index 3aea17a..829e1a9 100644 --- a/tuned.changes +++ b/tuned.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jun 11 14:34:09 UTC 2020 - Aaron Puchert + +- 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 diff --git a/tuned.spec b/tuned.spec index 17225a2..c709538 100644 --- a/tuned.spec +++ b/tuned.spec @@ -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_* is normally # not needed as that is the default --