diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-06-17 04:40:22 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-06-17 04:40:22 +0200 |
commit | ac4a1c2b915c7544f3f10efd2f686302466476d8 (patch) | |
tree | 21bfc5b52a8b4d98f6d51cc5e99f89bedce583d2 | |
parent | resolutions: document PKGREMOVED (diff) | |
download | bugzilla-ac4a1c2b915c7544f3f10efd2f686302466476d8.tar.gz bugzilla-ac4a1c2b915c7544f3f10efd2f686302466476d8.tar.bz2 bugzilla-ac4a1c2b915c7544f3f10efd2f686302466476d8.zip |
resolutions: Add a note on readding packagesgentoo-5.0.6.26
Signed-off-by: Michał Górny <mgorny@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') %] |