new-release
related: rhbz#1155052 - plugin_scheduler: work with nohz_full resolves: rhbz#1247184 - fixed realtime-virtual-guest/host profiles packaged twice resolves: rhbz#1249028 - fixed requirements of realtime and nfv profiles - fixed tuned-gui not starting - various other minor fixes
This commit is contained in:
parent
f7e7eeab6f
commit
4fb11a8757
2
sources
2
sources
@ -1 +1 @@
|
||||
dde5feeeb2c07b35f0cf12a3fd07a07d tuned-2.5.0.tar.bz2
|
||||
814d558f038558e21d9e48c9cac989ae tuned-2.5.1.tar.bz2
|
||||
|
17
tuned.spec
17
tuned.spec
@ -1,6 +1,6 @@
|
||||
Summary: A dynamic adaptive system tuning daemon
|
||||
Name: tuned
|
||||
Version: 2.5.0
|
||||
Version: 2.5.1
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Source: https://fedorahosted.org/releases/t/u/tuned/tuned-%{version}.tar.bz2
|
||||
@ -89,6 +89,7 @@ Additional tuned profile(s) targeted to Atomic host and guest.
|
||||
%package profiles-realtime
|
||||
Summary: Additional tuned profile(s) targeted to realtime
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: tuna
|
||||
|
||||
%description profiles-realtime
|
||||
Additional tuned profile(s) targeted to realtime.
|
||||
@ -96,6 +97,7 @@ Additional tuned profile(s) targeted to realtime.
|
||||
%package profiles-nfv
|
||||
Summary: Additional tuned profile(s) targeted to Network Function Virtualization (NFV)
|
||||
Requires: %{name} = %{version}-%{release}, %{name}-profiles-realtime = %{version}-%{release}
|
||||
Requires: tuna, qemu-kvm-tools-rhev
|
||||
|
||||
%description profiles-nfv
|
||||
Additional tuned profile(s) targeted to Network Function Virtualization (NFV).
|
||||
@ -194,6 +196,8 @@ fi
|
||||
%exclude %{_prefix}/lib/tuned/atomic-host
|
||||
%exclude %{_prefix}/lib/tuned/atomic-guest
|
||||
%exclude %{_prefix}/lib/tuned/realtime
|
||||
%exclude %{_prefix}/lib/tuned/realtime-virtual-guest
|
||||
%exclude %{_prefix}/lib/tuned/realtime-virtual-host
|
||||
%{_prefix}/lib/tuned
|
||||
%dir %{_sysconfdir}/tuned
|
||||
%dir %{_libexecdir}/tuned
|
||||
@ -286,6 +290,17 @@ fi
|
||||
%{_mandir}/man7/tuned-profiles-compat.7*
|
||||
|
||||
%changelog
|
||||
* Tue Aug 4 2015 Jaroslav Škarvada <jskarvad@redhat.com> - 2.5.1-1
|
||||
- new-release
|
||||
related: rhbz#1155052
|
||||
- plugin_scheduler: work with nohz_full
|
||||
resolves: rhbz#1247184
|
||||
- fixed realtime-virtual-guest/host profiles packaged twice
|
||||
resolves: rhbz#1249028
|
||||
- fixed requirements of realtime and nfv profiles
|
||||
- fixed tuned-gui not starting
|
||||
- various other minor fixes
|
||||
|
||||
* Sun Jul 5 2015 Jaroslav Škarvada <jskarvad@redhat.com> - 2.5.0-1
|
||||
- new-release
|
||||
resolves: rhbz#1155052
|
||||
|
Loading…
Reference in New Issue
Block a user