summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Sivak <msivak@redhat.com>2010-01-21 15:24:54 +0100
committerMartin Sivak <msivak@redhat.com>2010-01-21 15:42:54 +0100
commitcf786a3d68647c5f89a545c61d6f79630cf51bf3 (patch)
tree05e71546d2a076b040b2193cdf0ec00e9cc0d70e
parent83ea9f7d4e2e852651f85982a999cd365eba207c (diff)
downloadfirstaidkit-cf786a3d68647c5f89a545c61d6f79630cf51bf3.tar.gz
firstaidkit-cf786a3d68647c5f89a545c61d6f79630cf51bf3.tar.xz
firstaidkit-cf786a3d68647c5f89a545c61d6f79630cf51bf3.zip
Make packages arch specific to enable ExcludeArchs macros and fix Url
-rw-r--r--firstaidkit.spec5
-rw-r--r--setup.py2
2 files changed, 3 insertions, 4 deletions
diff --git a/firstaidkit.spec b/firstaidkit.spec
index 3ef9648..8f43bcf 100644
--- a/firstaidkit.spec
+++ b/firstaidkit.spec
@@ -3,13 +3,13 @@
%define _unpackaged_files_terminate_build 0
Name: firstaidkit
-Version: 0.2.7
+Version: 0.2.8
Release: 1%{?dist}
Summary: System Rescue Tool
Group: Applications/System
License: GPLv2+
-Url: http://git.fedorahosted.org/git/?p=firstaidkit.git;a=snapshot;h=%{name}-%{version};sf=tgz
+Url: http://git.fedorahosted.org/git/?p=firstaidkit.git;a=snapshot;h=%{name}-%{version}-%{release};sf=tgz
Source0: %{name}-%{version}.tar.gz
Source3: %{name}.desktop
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -17,7 +17,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: desktop-file-utils
BuildRequires: python-devel
BuildRequires: python-setuptools-devel
-BuildArch: noarch
Requires: newt
%description
diff --git a/setup.py b/setup.py
index d40ab76..b1684be 100644
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
from setuptools import setup
setup(name='firstaidkit',
- version='0.2.7',
+ version='0.2.8',
description='System Rescue Tool',
author='Martin Sivak / Joel Andres Granados',
author_email='msivak@redhat.com / jgranado@redhat.com',