summaryrefslogtreecommitdiffstats
path: root/scripts/compose_functions
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/compose_functions')
-rw-r--r--scripts/compose_functions26
1 files changed, 14 insertions, 12 deletions
diff --git a/scripts/compose_functions b/scripts/compose_functions
index 028a64a19..a6a8ed5b6 100644
--- a/scripts/compose_functions
+++ b/scripts/compose_functions
@@ -72,37 +72,39 @@ Usage()
printf "Usage: $0 [options] <target>\n\n"
printf " where <target> is one of the following:\n\n"
printf " srpm - copies a spec file from local source,\n"
- printf " generates a tarball from local source, "
- printf "and\n"
+ printf " generates a tarball from local source,\n"
+ printf " copies any relevant patches from the\n"
+ printf " local 'patches' directory, and\n"
printf " produces an SRPM\n"
printf " [suitable for use by 'mock']\n\n"
printf " rpms - copies a spec file from local source,\n"
- printf " generates a tarball from local source, "
- printf "and\n"
+ printf " generates a tarball from local source,\n"
+ printf " copies any relevant patches from the\n"
+ printf " local 'patches' directory, and\n"
printf " produces an SRPM and one or more RPMS\n"
printf " ${MESSAGE}\n\n"
printf " hybrid_srpm - copies a spec file from local source,\n"
printf " generates a tarball from local source,\n"
- printf " fetches patches from the spec's URL, "
- printf "and\n"
+ printf " fetches any relevant patches from the\n"
+ printf " spec's URL, and\n"
printf " produces an SRPM\n"
printf " [suitable for use by 'mock']\n\n"
printf " hybrid_rpms - copies a spec file from local source,\n"
printf " generates a tarball from local source,\n"
- printf " fetches all patches from the spec's URL,"
- printf " and\n"
+ printf " fetches any relevant patches from the\n"
+ printf " spec's URL, and\n"
printf " produces an SRPM and one or more RPMS\n"
printf " ${MESSAGE}\n\n"
printf " patched_srpm - copies a spec file from local source,\n"
printf " fetches a tarball from the spec's URL,\n"
- printf " fetches all patches from the spec's URL,"
- printf " and\n"
+ printf " fetches any relevant patches from the\n"
+ printf " spec's URL, and\n"
printf " produces an SRPM\n"
printf " [suitable for use by 'mock']\n\n"
printf " patched_rpms - copies a spec file from local source,\n"
printf " fetches a tarball from the spec's URL,\n"
- printf " fetches all patches from the spec's URL,"
- printf " and\n"
+ printf " fetches any relevant patches from the\n"
+ printf " spec's URL, and\n"
printf " produces an SRPM and one or more RPMS\n"
printf " ${MESSAGE}\n\n"
printf "Options:\n"