diff options
-rw-r--r-- | RepSys/commands/rpmlog.py | 1 |
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) |