From 224a72476a50a3d3408adf5b1ed1c01bc48a7701 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Buclin?= Date: Tue, 18 Jul 2017 22:27:05 +0200 Subject: Improve the help text for the "Source RPM" field in the guided bug creation form (mga#10022) --- .../Mageia/template/en/default/bug/create/create-guided.html.tmpl | 7 +++---- 1 file 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 mysqld, then execute rpm -qif /usr/sbin/mysqld. 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 rpm -qf /usr/sbin/mysqld --qf '%{SOURCERPM}\n' to obtain the information. If you do not know the location of the program in question, - use rpm -qf `which mysqld` to obtain it. Please enter that - information above. + use rpm -qif `which mysqld`. Please enter that information above.

-- cgit v1.2.1