BUG: RPM has no description

This commit is contained in:
tlimoncelli@stackexchange.com
2014-10-14 15:13:02 +00:00
parent ead4316693
commit 6ed02298f0

View File

@@ -63,6 +63,7 @@ cd "$OUTPUTDIR" && fpm -s dir -t rpm \
-n "${PACKAGENAME}" \ -n "${PACKAGENAME}" \
--version "${PKGVERSION}" \ --version "${PKGVERSION}" \
--iteration "${PKGRELEASE}" \ --iteration "${PKGRELEASE}" \
--description 'Safely store secrets in Git/Hg repos using GPG encryption' \
-C "$OUTPUTDIR/installroot" \ -C "$OUTPUTDIR/installroot" \
. .