From cf786a3d68647c5f89a545c61d6f79630cf51bf3 Mon Sep 17 00:00:00 2001 From: Martin Sivak Date: Thu, 21 Jan 2010 15:24:54 +0100 Subject: Make packages arch specific to enable ExcludeArchs macros and fix Url --- firstaidkit.spec | 5 ++--- setup.py | 2 +- 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', -- cgit