summaryrefslogtreecommitdiffstats
path: root/tools/export.py
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2012-10-30 17:18:16 -0500
committerSol Jerome <sol.jerome@gmail.com>2012-10-30 17:18:16 -0500
commit6a5cecf8f11d5c3e6308fba91ab6a584d2552d26 (patch)
tree3c757f01fd04bb6e509c8a933c6e7c85067a6581 /tools/export.py
parentf4d1becb6034183173e137eb338b69370b497026 (diff)
downloadbcfg2-6a5cecf8f11d5c3e6308fba91ab6a584d2552d26.tar.gz
bcfg2-6a5cecf8f11d5c3e6308fba91ab6a584d2552d26.tar.bz2
bcfg2-6a5cecf8f11d5c3e6308fba91ab6a584d2552d26.zip
export.py: Add bcfg2-selinux spec file for changelog
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'tools/export.py')
-rwxr-xr-xtools/export.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/export.py b/tools/export.py
index d8a534376..33c42d238 100755
--- a/tools/export.py
+++ b/tools/export.py
@@ -171,7 +171,7 @@ E.G. 1.2.0pre1 is a valid version.
"- New upstream release\n", "\n"]
# write out the new RPM changelog
- specs = ["misc/bcfg2.spec", "redhat/bcfg2.spec.in"]
+ specs = ["misc/bcfg2.spec", "misc/bcfg2-selinux.spec", "redhat/bcfg2.spec.in"]
if options.dryrun:
print("*** Add the following to the top of the %%changelog section in %s:\n%s\n"
% (rpmchangelog, " and ".join(specs)))