Discussion:
[PATCH] rpm: added build dependency for desktop-file-install
Jiri Kastner
2014-07-29 12:50:17 UTC
Permalink
Signed-off-by: Jiri Kastner <jkastner at redhat.com>
---
rpm/SPECS/tuna.spec | 4 ++--
setup.py | 2 +-
tuna-cmd.py | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/rpm/SPECS/tuna.spec b/rpm/SPECS/tuna.spec
index 97d14f7..7c77fda 100644
--- a/rpm/SPECS/tuna.spec
+++ b/rpm/SPECS/tuna.spec
@@ -2,7 +2,7 @@
%{!?python_ver: %define python_ver %(%{__python} -c "import sys ; print sys.version[:3]")}

Name: tuna
-Version: 0.12
+Version: 0.12.1
Release: 1%{?dist}
License: GPLv2
Summary: Application tuning GUI & command line utility
@@ -10,7 +10,7 @@ Group: Applications/System
Source: http://userweb.kernel.org/~acme/tuna/%{name}-%{version}.tar.bz2
URL: http://userweb.kernel.org/~acme/tuna/
BuildArch: noarch
-BuildRequires: python-devel, gettext
+BuildRequires: python-devel, gettext, desktop-file-utils
Requires: python-ethtool
Requires: python-linux-procfs >= 0.4.5
Requires: python-schedutils >= 0.2
diff --git a/setup.py b/setup.py
index a8c1178..e31a488 100755
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@ if isfile("MANIFEST"):
PYTHONLIB = join(get_python_lib(standard_lib=1, prefix=''), 'site-packages')

setup(name="tuna",
- version = "0.12",
+ version = "0.12.1",
description = "Application tuning GUI",
author = "Arnaldo Carvalho de Melo",
author_email = "acme at redhat.com",
diff --git a/tuna-cmd.py b/tuna-cmd.py
index cc21656..ecd7807 100755
--- a/tuna-cmd.py
+++ b/tuna-cmd.py
@@ -37,7 +37,7 @@ except NameError:
nr_cpus = None
ps = None
irqs = None
-version = "0.12"
+version = "0.12.1"

def usage():
print _('Usage: tuna [OPTIONS]')
--
1.8.3.1

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 482 bytes
Desc: not available
URL: <https://lists.fedorahosted.org/pipermail/tuna-devel/attachments/20140729/58fc108d/attachment.sig>
Loading...