aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@netscape.net>2017-07-18 22:27:05 +0200
committerFrédéric Buclin <LpSolit@netscape.net>2017-07-18 22:27:05 +0200
commit224a72476a50a3d3408adf5b1ed1c01bc48a7701 (patch)
treeaec27605efc2df640896f1f606162cebc04b69d7
parentb7225900223daefcc73446c9e9d5aaabe843e3e4 (diff)
downloadbugs-224a72476a50a3d3408adf5b1ed1c01bc48a7701.tar
bugs-224a72476a50a3d3408adf5b1ed1c01bc48a7701.tar.gz
bugs-224a72476a50a3d3408adf5b1ed1c01bc48a7701.tar.bz2
bugs-224a72476a50a3d3408adf5b1ed1c01bc48a7701.tar.xz
bugs-224a72476a50a3d3408adf5b1ed1c01bc48a7701.zip
Improve the help text for the "Source RPM" field in the guided bug creation form (mga#10022)
-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>