aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 60e30a8..7b72358 100755
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,8 @@ setup(name="repsys",
data_files = [
("/usr/share/repsys/",
["default.chlog",
- "revno.chlog",
+ "revno.chlog",
+ "oldstyle.chlog",
"create-srpm",
"rebrand-mdk"]),
("/etc/", ["repsys.conf"])]