summaryrefslogtreecommitdiff
path: root/rdiff-backup/dist
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2003-08-14 09:01:24 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2003-08-14 09:01:24 +0000
commiteec7d6faefadedb24629693691cb2eed0268602a (patch)
treed7670b2ba7c32c915401f5225804961ba80c56d6 /rdiff-backup/dist
parent8b4e4ecee0ac2808d95785d69aaa41e3796cb535 (diff)
downloadrdiff-backup-eec7d6faefadedb24629693691cb2eed0268602a.tar.gz
Specify socket type as SOCK_STREAM
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@395 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/dist')
-rwxr-xr-xrdiff-backup/dist/makerpm2
1 files changed, 1 insertions, 1 deletions
diff --git a/rdiff-backup/dist/makerpm b/rdiff-backup/dist/makerpm
index a09aec8..bf5fbee 100755
--- a/rdiff-backup/dist/makerpm
+++ b/rdiff-backup/dist/makerpm
@@ -14,7 +14,7 @@ else:
base = "rdiff-backup-%s" % (Version,)
tarfile = base + ".tar.gz"
-rpmbase = base + "-0.fdr.3" # Fedora suffix, with release number 1
+rpmbase = base + "-0.fdr.4" # Fedora suffix, with release number 4
i386_rpm = rpmbase + ".i386.rpm"
source_rpm = rpmbase + ".src.rpm"