diff --git a/tuned.spec b/tuned.spec index a2dd8f260606217a51d9841379e33774cd1ccf0c..8b4d601240cc5a3c94fd0f5741c9d4257592f3da 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