delete -Sgit from %autosetup, and delete BuildRequires git
(cherry picked from commit 7d62a7266ad34168b5deb9c013f023f2236a8603)
This commit is contained in:
parent
b8a9c583c8
commit
082d1c3f20
@ -1,7 +1,7 @@
|
|||||||
Summary: A system tuning service for Linux
|
Summary: A system tuning service for Linux
|
||||||
Name: tuned
|
Name: tuned
|
||||||
Version: 2.10.0
|
Version: 2.10.0
|
||||||
Release: 9
|
Release: 10
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Source0: https://github.com/redhat-performance/%{name}/archive/v%{version}%{?prerel2}.tar.gz#/%{name}-%{version}%{?prerel2}.tar.gz
|
Source0: https://github.com/redhat-performance/%{name}/archive/v%{version}%{?prerel2}.tar.gz#/%{name}-%{version}%{?prerel2}.tar.gz
|
||||||
URL: http://www.tuned-project.org/
|
URL: http://www.tuned-project.org/
|
||||||
@ -16,7 +16,7 @@ Requires(post): systemd, virt-what
|
|||||||
Requires(preun): systemd
|
Requires(preun): systemd
|
||||||
Requires(postun): systemd
|
Requires(postun): systemd
|
||||||
BuildRequires: %{_py}, %{_py}-devel
|
BuildRequires: %{_py}, %{_py}-devel
|
||||||
BuildRequires: git, systemd, desktop-file-utils
|
BuildRequires: systemd, desktop-file-utils
|
||||||
|
|
||||||
Requires: python3-dbus, util-linux, systemtap
|
Requires: python3-dbus, util-linux, systemtap
|
||||||
Requires: virt-what, gawk, dbus, ethtool
|
Requires: virt-what, gawk, dbus, ethtool
|
||||||
@ -156,7 +156,7 @@ Man pages and other related documents for %{name}
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{name}-%{version} -p1 -Sgit
|
%autosetup -n %{name}-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -302,6 +302,9 @@ fi
|
|||||||
%{_mandir}/man7/%{name}-profiles-nfv-host.7*
|
%{_mandir}/man7/%{name}-profiles-nfv-host.7*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 2.10.0-10
|
||||||
|
- DESC: delete -Sgit from %autosetup, and delete BuildRequires git
|
||||||
|
|
||||||
* Fri Mar 05 2020 xinghe <xinghe1@huawei.com> - 2.10.0-9
|
* Fri Mar 05 2020 xinghe <xinghe1@huawei.com> - 2.10.0-9
|
||||||
- powertop2tuned work with PowerTOP 2.13 and newer
|
- powertop2tuned work with PowerTOP 2.13 and newer
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user