diff options
author | astokes <astokes@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2008-12-18 18:26:21 +0000 |
---|---|---|
committer | astokes <astokes@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2008-12-18 18:26:21 +0000 |
commit | 689e6540f4e6f947ea31defee444267b76abc344 (patch) | |
tree | 90039731d17321034b889538521d70a72277ca76 /src/sos.spec | |
parent | e669079148fe78c92c366ffd53c83ac989d73123 (diff) | |
download | sos-689e6540f4e6f947ea31defee444267b76abc344.tar.gz |
attempting to clean up Makefile for proper building again
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@543 ef72aa8b-4018-0410-8976-d6e080ef94d8
Diffstat (limited to 'src/sos.spec')
-rw-r--r-- | src/sos.spec | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/sos.spec b/src/sos.spec index 36436750..f686e698 100644 --- a/src/sos.spec +++ b/src/sos.spec @@ -11,11 +11,7 @@ Name: %{name} Version: %{version} Release: %{release}%{?dist} Group: Application/Tools -# The source for this package was pulled from upstream's svn. Use the -# following commands to generate the tarball: -# svn --username guest export https://sos.108.redhat.com/svn/sos/tags/r1-7 sos-1.7 -# tar -czvf sos-1.7.tar.gz sos-1.7 -Source0: %{name}-%{version}.tar.gz +Source0: %{name}-%{version}.tar.bz2 Source1: rhsupport.pub License: GPL BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot |