summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/pyfedpkg/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pyfedpkg/__init__.py b/src/pyfedpkg/__init__.py
index c0f70e2..a90d35d 100644
--- a/src/pyfedpkg/__init__.py
+++ b/src/pyfedpkg/__init__.py
@@ -271,7 +271,7 @@ class PackageModule:
self.target = 'dist-olpc%s' % self.distval
# Need to do something about no branch here
elif self.branch == 'devel':
- self.distval = '13' # this is hardset for now, which is bad
+ self.distval = '14' # this is hardset for now, which is bad
self.distvar = 'fedora'
self.dist = '.fc%s' % self.distval
self.target = 'dist-f%s' % self.distval # will be dist-rawhide
@@ -824,4 +824,4 @@ class PackageModule:
continue
if file not in spec:
unused.append(file)
- return unused \ No newline at end of file
+ return unused