summaryrefslogtreecommitdiffstats
path: root/bin/insert-changelog
diff options
context:
space:
mode:
Diffstat (limited to 'bin/insert-changelog')
-rwxr-xr-xbin/insert-changelog3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/insert-changelog b/bin/insert-changelog
index 33045b1..3a7a8db 100755
--- a/bin/insert-changelog
+++ b/bin/insert-changelog
@@ -5,7 +5,6 @@
. "$(dirname $0)/fdp-functions"
-RPMINFO="rpm-info.xml"
OUTPUT="${1:-${PWD}/$RPMINFO.clog$$}"
echo -n "Change to [r]pm package or [d]ocument source? [r/D] "
@@ -62,5 +61,5 @@ ${XSLTPROC} --stringparam role "$ROLE" \
--stringparam date "$REVDATE" \
--stringparam detail "$DETAILS" \
../docs-common/packaging/insert-changelog.xsl "$RPMINFO" | \
- ${XMLFORMAT} > ${OUTPUT}
+ ${XMLFORMAT} ${XMLFOPTS} > ${OUTPUT}
echo "New $RPMINFO written to $OUTPUT"