aboutsummaryrefslogtreecommitdiffstats
path: root/RepSys/commands/rpmlog.py
diff options
context:
space:
mode:
Diffstat (limited to 'RepSys/commands/rpmlog.py')
-rw-r--r--RepSys/commands/rpmlog.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/RepSys/commands/rpmlog.py b/RepSys/commands/rpmlog.py
index 561b0fd..3cdcc02 100644
--- a/RepSys/commands/rpmlog.py
+++ b/RepSys/commands/rpmlog.py
@@ -53,6 +53,7 @@ def rpmlog(pkgdirurl, revision, size, template, oldlog, usespec, sort):
if usespec:
svn = SVN()
pkgname = RepSysTree.pkgname(pkgdirurl)
+ #FIXME don't hardcode current/, it may already be in the URL
specurl = os.path.join(pkgdirurl, "current/SPECS", pkgname +
".spec")
rawspec = svn.cat(specurl, rev=revision)