From cd8d4b5488ff746fa21523a33281ead57f20da9f Mon Sep 17 00:00:00 2001 From: ♪ I'm a bot, bot, bot ♪ <_update_docs_trans@sundries01.phx2.fedoraproject.org> Date: Aug 02 2023 22:03:27 +0000 Subject: automatic update of pot/po files --- diff --git a/pot/master/pages/DistTag.pot b/pot/master/pages/DistTag.pot index df9e655..d8e532d 100644 --- a/pot/master/pages/DistTag.pot +++ b/pot/master/pages/DistTag.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2023-07-27 21:59+0000\n" +"POT-Creation-Date: 2023-08-02 21:56+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -365,20 +365,43 @@ msgid "" msgstr "" #. type: Plain text -#: ./pages/DistTag.adoc:143 +#: ./pages/DistTag.adoc:138 msgid "" "`+%{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/+` " +"`+Fedora+`." +msgstr "" + +#. type: Plain text +#: ./pages/DistTag.adoc:140 +msgid "" +"`+%{dist_name}+`: The name of the distribution. For Fedora, this is " +"`+Fedora Linux+`." +msgstr "" + +#. type: Plain text +#: ./pages/DistTag.adoc:142 +msgid "" +"`+%{dist_home_url}+`: The URL of the homepage of the distribution. For " +"Fedora, this is `+https://fedoraproject.org/+`" +msgstr "" + +#. type: Plain text +#: ./pages/DistTag.adoc:144 +msgid "" "`+%{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/+`." +"`+https://bugzilla.redhat.com/+`" +msgstr "" + +#. type: Plain text +#: ./pages/DistTag.adoc:147 +msgid "" +"`+%{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/+`." msgstr "" #. type: Plain text -#: ./pages/DistTag.adoc:146 +#: ./pages/DistTag.adoc:150 msgid "" "These values are configured via the `+fedora-release+` package. Downstream " "distributions of Fedora are expected to provide their distribution-specific " @@ -386,34 +409,34 @@ msgid "" msgstr "" #. type: Title === -#: ./pages/DistTag.adoc:147 +#: ./pages/DistTag.adoc:151 #, no-wrap msgid "Things that you cannot use +%{?dist}+ for" msgstr "" #. type: Plain text -#: ./pages/DistTag.adoc:150 +#: ./pages/DistTag.adoc:154 msgid "" "You must not override the variables for `+%{dist}+` (or any of the related " "variables)." msgstr "" #. type: Plain text -#: ./pages/DistTag.adoc:151 +#: ./pages/DistTag.adoc:155 msgid "" "You must not hardcode a value for `+%{dist}+` (or any of the related " "variables) in your spec." msgstr "" #. type: Plain text -#: ./pages/DistTag.adoc:152 +#: ./pages/DistTag.adoc:156 msgid "" "You must not hardcode a dist tag in the spec: *BAD:* Release: " "1.fc{CURRENTVER} *GOOD:* Release: 1%{?dist}" msgstr "" #. type: Plain text -#: ./pages/DistTag.adoc:153 +#: ./pages/DistTag.adoc:157 msgid "" "You cannot put any sort of \"tagging\" in `+%{dist}+` (or any of the related " "variables). `+%{dist}+` (and its related variables) exist ONLY to define the " @@ -421,27 +444,27 @@ msgid "" msgstr "" #. type: Plain text -#: ./pages/DistTag.adoc:154 +#: ./pages/DistTag.adoc:158 msgid "" "`+%{?dist}+` must never be used in the Name or Version fields, only Release, " "and only as documented above." msgstr "" #. type: Plain text -#: ./pages/DistTag.adoc:155 +#: ./pages/DistTag.adoc:159 msgid "" "`+%{fedora}+`, `+%{rhel}+`, `+%{rhl}+`, `+%{fc#}+`, `+%{el#}+` must never be " "used in the Name, Version, or Release fields." msgstr "" #. type: Title == -#: ./pages/DistTag.adoc:156 +#: ./pages/DistTag.adoc:160 #, no-wrap msgid "Common questions" msgstr "" #. type: Plain text -#: ./pages/DistTag.adoc:160 +#: ./pages/DistTag.adoc:164 msgid "" "Q: Why don't you just let the buildsystem (or packager) pass the value for " "dist to rpm, e.g. `+rpm --with dist el7+`? + A: Actually, we do. The Fedora " @@ -449,7 +472,7 @@ msgid "" msgstr "" #. type: Plain text -#: ./pages/DistTag.adoc:162 +#: ./pages/DistTag.adoc:166 msgid "" "Q: Why is use of `+%{?dist}+` mandatory? + A: There are very few packages " "which didn't use it, the primary very old reason for not using it (sharing "