From 8326e7f3b9f8a0dd4bf84cb96cc77652d03eed4c Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 10 Apr 2023 21:04:35 +0300 Subject: Add append/prepend support to pkg-bindist --fedora-dist-tag --- bpkg/pkg-bindist.cli | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'bpkg/pkg-bindist.cli') diff --git a/bpkg/pkg-bindist.cli b/bpkg/pkg-bindist.cli index 65fbeae..1b86cbe 100644 --- a/bpkg/pkg-bindist.cli +++ b/bpkg/pkg-bindist.cli @@ -443,11 +443,13 @@ namespace bpkg string --fedora-dist-tag { "", - "Alternative distribution tag to use in the binary package release. If - empty value is specified, then no distribution tag is included. The - default is a value that identifies the distribution being used to build - the package, for example, \cb{fc35} for Fedora 35 or \cb{el8} for RHEL - 8." + "Alternative or additional distribution tag to use in the binary package + release. If the specified value starts/ends with \cb{+} then the value + (with \cb{+} removed) is added after/before the default distribution + tag. Otherwise it is used as is instead of the default tag. If empty + value is specified, then no distribution tag is included. The default + is a value that identifies the distribution being used to build the + package, for example, \cb{fc35} for Fedora 35 or \cb{el8} for RHEL 8." } string --fedora-packager -- cgit v1.1