From 6ed02298f0869639f401c687066036e4f417060f Mon Sep 17 00:00:00 2001 From: "tlimoncelli@stackexchange.com" Date: Tue, 14 Oct 2014 15:13:02 +0000 Subject: [PATCH] BUG: RPM has no description --- tools/build_rpm.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/build_rpm.sh b/tools/build_rpm.sh index cdf3d13..9aa1f59 100755 --- a/tools/build_rpm.sh +++ b/tools/build_rpm.sh @@ -63,6 +63,7 @@ cd "$OUTPUTDIR" && fpm -s dir -t rpm \ -n "${PACKAGENAME}" \ --version "${PKGVERSION}" \ --iteration "${PKGRELEASE}" \ + --description 'Safely store secrets in Git/Hg repos using GPG encryption' \ -C "$OUTPUTDIR/installroot" \ .