diff --git a/man/en/rhnreg_ks.8 b/man/en/rhnreg_ks.8 index bf86eda910..f9e762b284 100644 --- a/man/en/rhnreg_ks.8 +++ b/man/en/rhnreg_ks.8 @@ -37,7 +37,7 @@ the system in Red Hat Satellite .IP "\fB--username\fP" The username to register the system with under Red Hat Satellite. This can be an existing Red Hat Satellite username, or a new username. .br -.IP "\fB--systemorgid"\fP" +.IP "\fB--systemorgid\fP" Specify an organizational id for this system .br .IP "\fB--password\fP" @@ -93,7 +93,7 @@ Specify a path to a SSL CA certificate to use. .IP "\fB--serverUrl\fP" Specify a URL to as the server. .br -.IP "\fB-v, --verbose"\fP" +.IP "\fB-v, --verbose\fP" Show additional output .br .IP "\fB-h, --help\fP" diff --git a/rhn-client-tools.spec b/rhn-client-tools.spec index 4288a2497f..63b63b8c2b 100644 --- a/rhn-client-tools.spec +++ b/rhn-client-tools.spec @@ -5,7 +5,7 @@ Source0: https://github.com/spacewalkproject/spacewalk/archive/%{name}-%{version URL: https://github.com/spacewalkproject/spacewalk Name: rhn-client-tools Version: 2.0.2 -Release: 20%{?dist} +Release: 21%{?dist} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch %if 0%{?suse_version} @@ -361,6 +361,10 @@ make -f Makefile.rhn-client-tools test %endif %changelog +* Fri Dec 08 2017 Tomas Kasparek 2.0.2-21 +- Resolves: #1430298 - fix warning: numeric expression expected (got ") + (pstudeni@redhat.com) + * Thu Oct 19 2017 Tomas Kasparek 2.0.2-20 - Resolves: #1502412 - upstream project has migrated to github (tkasparek@redhat.com)