diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-06-17 04:40:22 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-18 02:03:08 +0100 |
commit | b3ba9d7a59f937847e4cc9bbfe095bdee93d8475 (patch) | |
tree | 21bfc5b52a8b4d98f6d51cc5e99f89bedce583d2 | |
parent | resolutions: document PKGREMOVED (diff) | |
download | bugzilla-b3ba9d7a59f937847e4cc9bbfe095bdee93d8475.tar.gz bugzilla-b3ba9d7a59f937847e4cc9bbfe095bdee93d8475.tar.bz2 bugzilla-b3ba9d7a59f937847e4cc9bbfe095bdee93d8475.zip |
resolutions: Add a note on readding packages
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | template/en/default/pages/fields.html.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/pages/fields.html.tmpl b/template/en/default/pages/fields.html.tmpl index 0c2c81d8c..849160044 100644 --- a/template/en/default/pages/fields.html.tmpl +++ b/template/en/default/pages/fields.html.tmpl @@ -228,7 +228,8 @@ </dt> <dd class="pkgremoved"> The [% terms.bug %] is no longer relevant because the affected - package was removed from the tree. + package was removed from the tree. However, it may become + relevant again if the package is reintroduced. </dd> [% Hook.process('resolution') %] |