From df10503785e00ce48a19c593e7b4efefd6810d16 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Tue, 5 Jan 2021 22:55:16 -0300 Subject: [PATCH] docs: nfpm extra and priority Signed-off-by: Carlos Alexandro Becker --- www/docs/customization/nfpm.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/www/docs/customization/nfpm.md b/www/docs/customization/nfpm.md index 824319885..afff1827d 100644 --- a/www/docs/customization/nfpm.md +++ b/www/docs/customization/nfpm.md @@ -108,6 +108,12 @@ nfpms: # Version Release. release: 1 + # Section. + section: default + + # Priority. + priority: extra + # Makes a meta package - an empty package that contains only supporting files and dependencies. # When set to `true`, the `builds` option is ignored. # Defaults to false.