new upstream release
This commit is contained in:
parent
03c998c50f
commit
86d179b8f2
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/tuna-0.11.tar.bz2
|
||||
/tuna-0.11.1.tar.bz2
|
||||
/tuna-0.12.tar.xz
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
5c2727ea9b2a265862f63b6391cd69ef tuna-0.11.1.tar.bz2
|
||||
a27ee9c3b8ea432fad9b69f0552dc3e8 tuna-0.12.tar.xz
|
||||
|
||||
13
tuna.spec
13
tuna.spec
@ -2,14 +2,13 @@
|
||||
%{!?python_ver: %define python_ver %(%{__python} -c "import sys ; print sys.version[:3]")}
|
||||
|
||||
Name: tuna
|
||||
Version: 0.11.1
|
||||
Release: 3%{?dist}
|
||||
Version: 0.12
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2
|
||||
Summary: Application tuning GUI & command line utility
|
||||
Group: Applications/System
|
||||
Source: http://userweb.kernel.org/~acme/tuna/%{name}-%{version}.tar.bz2
|
||||
URL: http://userweb.kernel.org/~acme/tuna/
|
||||
Patch0: 0001-CLI-fix-ps_show_thread-call-with-bad-args-count.patch
|
||||
Source: https://www.kernel.org/pub/software/utils/%{name}/%{name}-%{version}.tar.xz
|
||||
URL: https://rt.wiki.kernel.org/index.php/Tuna
|
||||
BuildArch: noarch
|
||||
BuildRequires: python-devel, gettext
|
||||
Requires: python-ethtool
|
||||
@ -46,7 +45,6 @@ priority is changed, be it using tuna or plain chrt & taskset.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%{__python} setup.py build
|
||||
@ -99,6 +97,9 @@ rm -rf %{buildroot}
|
||||
%doc docs/oscilloscope+tuna.pdf
|
||||
|
||||
%changelog
|
||||
* Fri Oct 10 2014 Jiri Kastner <jkastner@redhat.com> - 0.12-1
|
||||
- new upstream release
|
||||
|
||||
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user