From 2f25faf0a986154b2a45cf4c7d609411d29197ac Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 23:38:56 +0800 Subject: [PATCH] delete -Sgit from %autosetup, and delete BuildRequires git (cherry picked from commit 7d62a7266ad34168b5deb9c013f023f2236a8603) --- tuned.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/tuned.spec b/tuned.spec index a2dd8f2..8b4d601 100644 --- a/tuned.spec +++ b/tuned.spec @@ -1,7 +1,7 @@ Summary: A system tuning service for Linux Name: tuned Version: 2.10.0 -Release: 9 +Release: 10 License: GPLv2+ Source0: https://github.com/redhat-performance/%{name}/archive/v%{version}%{?prerel2}.tar.gz#/%{name}-%{version}%{?prerel2}.tar.gz URL: http://www.tuned-project.org/ @@ -16,7 +16,7 @@ Requires(post): systemd, virt-what Requires(preun): systemd Requires(postun): systemd BuildRequires: %{_py}, %{_py}-devel -BuildRequires: git, systemd, desktop-file-utils +BuildRequires: systemd, desktop-file-utils Requires: python3-dbus, util-linux, systemtap Requires: virt-what, gawk, dbus, ethtool @@ -156,7 +156,7 @@ Man pages and other related documents for %{name} %prep -%autosetup -n %{name}-%{version} -p1 -Sgit +%autosetup -n %{name}-%{version} -p1 %build @@ -302,6 +302,9 @@ fi %{_mandir}/man7/%{name}-profiles-nfv-host.7* %changelog +* Fri Jul 30 2021 chenyanpanHW - 2.10.0-10 +- DESC: delete -Sgit from %autosetup, and delete BuildRequires git + * Fri Mar 05 2020 xinghe - 2.10.0-9 - powertop2tuned work with PowerTOP 2.13 and newer -- Gitee