From 0116fc57b2ea316f890e17f2dc433858238bc809 Mon Sep 17 00:00:00 2001 From: Amit Shah Date: Aug 02 2023 15:03:00 +0000 Subject: DistTag: fix formatting for the newly-added section --- diff --git a/guidelines/modules/ROOT/pages/DistTag.adoc b/guidelines/modules/ROOT/pages/DistTag.adoc index f83174e..d4b737b 100644 --- a/guidelines/modules/ROOT/pages/DistTag.adoc +++ b/guidelines/modules/ROOT/pages/DistTag.adoc @@ -135,9 +135,13 @@ Without the extra 0, if `+%{rhel}+` is undefined, the `+%if+` conditional will c Fedora 37 onwards, a few helper macros are defined to help packagers write distribution-agnostic spec files: `+%{dist_vendor}+`: The vendor of the distribution. For Fedora, this is `+Fedora+`. + `+%{dist_name}+`: The name of the distribution. For Fedora, this is `+Fedora Linux+`. + `+%{dist_home_url}+`: The URL of the homepage of the distribution. For Fedora, this is `+https://fedoraproject.org/+` + `+%{dist_bug_report_url}+`: The URL for reporting bugs. For Fedora, this is `+https://bugzilla.redhat.com/+` + `+%{dist_debuginfod_url}+`: The URL where the debuginfod server runs (if any). This is used in elfutils.spec. For Fedora, this is `+https://debuginfod.fedoraproject.org/+`.