updated to release 0.2.18
This commit is contained in:
parent
0ef33bce4f
commit
5725c96e53
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
/tuned-0.2.17.tar.bz2
|
/tuned-0.2.18.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
282340f82835ce587457777758769301 tuned-0.2.17.tar.bz2
|
eb8914ab36c7c519a679b2ba9950ad1e tuned-0.2.18.tar.bz2
|
||||||
|
19
tuned.spec
19
tuned.spec
@ -1,6 +1,8 @@
|
|||||||
|
%global uses_tmpfs (0%{?fedora} >= 15)
|
||||||
|
|
||||||
Summary: A dynamic adaptive system tuning daemon
|
Summary: A dynamic adaptive system tuning daemon
|
||||||
Name: tuned
|
Name: tuned
|
||||||
Version: 0.2.17
|
Version: 0.2.18
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -49,6 +51,10 @@ instead of fewer large ones).
|
|||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
make install DESTDIR=%{buildroot}
|
make install DESTDIR=%{buildroot}
|
||||||
|
|
||||||
|
%if !%uses_tmpfs
|
||||||
|
rm -rf %{buildroot}%{_sysconfdir}/tmpfiles.d
|
||||||
|
%endif
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
@ -92,8 +98,11 @@ fi
|
|||||||
%config(noreplace) %{_sysconfdir}/sysconfig/ktune
|
%config(noreplace) %{_sysconfdir}/sysconfig/ktune
|
||||||
%config(noreplace) %{_sysconfdir}/ktune.d/tunedadm.conf
|
%config(noreplace) %{_sysconfdir}/ktune.d/tunedadm.conf
|
||||||
%dir %{_sysconfdir}/ktune.d
|
%dir %{_sysconfdir}/ktune.d
|
||||||
%dir /var/log/tuned
|
%dir %{_localstatedir}/log/tuned
|
||||||
%dir /var/run/tuned
|
%dir %{_localstatedir}/run/tuned
|
||||||
|
%if %uses_tmpfs
|
||||||
|
%{_sysconfdir}/tmpfiles.d
|
||||||
|
%endif
|
||||||
|
|
||||||
%files utils
|
%files utils
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
@ -107,6 +116,10 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 29 2010 Jan Vcelak <jvcelak@redhat.com> 0.2.18-1
|
||||||
|
- fix hal-disable-polling if no CD drives present
|
||||||
|
- setup tmpfiles.d config to autocreate runtime directory on F15
|
||||||
|
|
||||||
* Wed Oct 06 2010 Jan Vcelak <jvcelak@redhat.com> 0.2.17-1
|
* Wed Oct 06 2010 Jan Vcelak <jvcelak@redhat.com> 0.2.17-1
|
||||||
- added 'enterprise-storage' profile
|
- added 'enterprise-storage' profile
|
||||||
- added support for architecture-specific configuration files
|
- added support for architecture-specific configuration files
|
||||||
|
Loading…
Reference in New Issue
Block a user