diff options
author | Martin Sivak <msivak@redhat.com> | 2010-01-21 15:24:54 +0100 |
---|---|---|
committer | Martin Sivak <msivak@redhat.com> | 2010-01-21 15:42:54 +0100 |
commit | cf786a3d68647c5f89a545c61d6f79630cf51bf3 (patch) | |
tree | 05e71546d2a076b040b2193cdf0ec00e9cc0d70e | |
parent | 83ea9f7d4e2e852651f85982a999cd365eba207c (diff) | |
download | firstaidkit-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.spec | 5 | ||||
-rw-r--r-- | 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 @@ -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', |