aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--extensions/Mageia/template/en/default/bug/create/create-guided.html.tmpl7
1 files changed, 3 insertions, 4 deletions
diff --git a/extensions/Mageia/template/en/default/bug/create/create-guided.html.tmpl b/extensions/Mageia/template/en/default/bug/create/create-guided.html.tmpl
index 000dc1f2c..7f0f22ac8 100644
--- a/extensions/Mageia/template/en/default/bug/create/create-guided.html.tmpl
+++ b/extensions/Mageia/template/en/default/bug/create/create-guided.html.tmpl
@@ -137,14 +137,13 @@ function CheckDetails(e) {
this [% terms.bug %] report. For instance, if you know the problem you
are having is with the program <tt>mysqld</tt>, then execute
<tt>rpm -qif /usr/sbin/mysqld</tt>. This will tell you the name and version
- of the RPM package (i.e. mariadb-core-10.0.23-1.mga5) as well as other
+ of the RPM package (i.e. mariadb-core-10.1.24-1.mga6) as well as other
information. In particular, you are looking for the "Source RPM" field
- (i.e. mariadb-10.0.23-1.mga5.src.rpm) -- this is the information you should
+ (i.e. mariadb-10.1.24-1.mga6.src.rpm) -- this is the information you should
provide here. Alternatively, you may use
<tt>rpm -qf /usr/sbin/mysqld --qf '%{SOURCERPM}\n'</tt> to obtain the
information. If you do not know the location of the program in question,
- use <tt>rpm -qf `which mysqld`</tt> to obtain it. Please enter that
- information above.
+ use <tt>rpm -qif `which mysqld`</tt>. Please enter that information above.
</p>
</td>
</tr>