summaryrefslogtreecommitdiff
path: root/rdiff-backup/dist/makedist
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2003-01-27 04:55:37 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2003-01-27 04:55:37 +0000
commitdb5c9fe6e89c4b62e053ec2a678766ddc931f534 (patch)
tree197612824a38cda9368c72d4bea0338913e5d129 /rdiff-backup/dist/makedist
parenta1d32a5513e378c9b1e51f63690ac95d113c9803 (diff)
downloadrdiff-backup-db5c9fe6e89c4b62e053ec2a678766ddc931f534.tar.gz
RPM version number should be 2 from now on
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/branches/r0-10@271 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/dist/makedist')
-rwxr-xr-xrdiff-backup/dist/makedist2
1 files changed, 1 insertions, 1 deletions
diff --git a/rdiff-backup/dist/makedist b/rdiff-backup/dist/makedist
index 409bd99..9ed15f6 100755
--- a/rdiff-backup/dist/makedist
+++ b/rdiff-backup/dist/makedist
@@ -115,7 +115,7 @@ def MakeTar():
def MakeSpecFile():
"""Create spec file using spec template"""
- specfile = "rdiff-backup-%s-1.spec" % Version
+ specfile = "rdiff-backup-%s-2.spec" % Version
VersionedCopy(spec_template, specfile)
return specfile