diff options
author | sconklin <sconklin@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2006-07-17 16:19:23 +0000 |
---|---|---|
committer | sconklin <sconklin@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2006-07-17 16:19:23 +0000 |
commit | d59b27c410d8b37b347c89a8ebd5f6ebb959e216 (patch) | |
tree | 03b24aeaea98c66a3d1d4e8a053ce6f0e4ec5f38 | |
parent | 7af260bf560597a7371404c19caf4ae47deefc11 (diff) | |
download | sos-d59b27c410d8b37b347c89a8ebd5f6ebb959e216.tar.gz |
Bumped version, fixed makefile for archive-create
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@20 ef72aa8b-4018-0410-8976-d6e080ef94d8
-rw-r--r-- | src/Makefile | 3 | ||||
-rw-r--r-- | src/setup.py | 2 | ||||
-rw-r--r-- | src/sos.spec | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/src/Makefile b/src/Makefile index 53e69d70..9fed99b4 100644 --- a/src/Makefile +++ b/src/Makefile @@ -17,10 +17,11 @@ all: @svn copy $(REPO)/trunk/src $(REPO)/tags/$(SVNTAG) \ -m "Tagging the $(SVNTAG) release of the sos project" @echo "$(SVNTAG)" + @svn update $(REPO)/tags tag-archive: ../../tags/$(SVNTAG) -create-archive: +create-archive: tag-archive @rm -rf /tmp/$(NAME) @svn export $(REPO)/tags/$(SVNTAG)/src /tmp/$(NAME) \ || echo GRRRrrrrr -- ignore [export aborted] diff --git a/src/setup.py b/src/setup.py index 41bb00ff..83361a0b 100644 --- a/src/setup.py +++ b/src/setup.py @@ -10,7 +10,7 @@ import sys,os,time # change release in spec file along with this version string setup( name = 'sos', - version = '0.1.7', + version = '0.1.8', description = 'System Support Tools', long_description = """Sos is a set of tools that gathers information about system hardware and configuration. The information can then be used for diff --git a/src/sos.spec b/src/sos.spec index af560082..3cc80732 100644 --- a/src/sos.spec +++ b/src/sos.spec @@ -5,7 +5,7 @@ %define name sos %define version 0.1 # change release in setup.py and this file -%define release 7 +%define release 8 Summary: System Support Tools Name: %{name} |