From dd70c82e3a2067314e518f65f531cefe70efecbb Mon Sep 17 00:00:00 2001 From: Randy Barlow Date: Dec 12 2017 21:56:39 +0000 Subject: Fix bodhi-client's help text for multi-build updates (#1515766). Signed-off-by: Randy Barlow --- diff --git a/0003-Correct-the-help-text-to-remove-spaces-betwen-builds.patch b/0003-Correct-the-help-text-to-remove-spaces-betwen-builds.patch new file mode 100644 index 0000000..2a7c894 --- /dev/null +++ b/0003-Correct-the-help-text-to-remove-spaces-betwen-builds.patch @@ -0,0 +1,28 @@ +From bab45bd7649cfc2d516f0b7a7653d0217021e201 Mon Sep 17 00:00:00 2001 +From: Randy Barlow +Date: Tue, 12 Dec 2017 16:36:50 -0500 +Subject: [PATCH] Correct the help text to remove spaces betwen builds. + +fixes #2071 + +Signed-off-by: Randy Barlow +--- + bodhi/client/__init__.py | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/bodhi/client/__init__.py b/bodhi/client/__init__.py +index 0e8cf66..110dc8d 100644 +--- a/bodhi/client/__init__.py ++++ b/bodhi/client/__init__.py +@@ -183,7 +183,7 @@ def new(user, password, url, **kwargs): + Create a new update. + + BUILDS: a comma separated list of Builds to be added to the update +- (e.g. 0ad-0.0.21-4.fc26, 2ping-3.2.1-4.fc26) ++ (e.g. 0ad-0.0.21-4.fc26,2ping-3.2.1-4.fc26) + """ + + # Developer Docs +-- +2.9.5 + diff --git a/bodhi.spec b/bodhi.spec index 28e9e68..f0a8fd8 100644 --- a/bodhi.spec +++ b/bodhi.spec @@ -1,6 +1,6 @@ Name: bodhi Version: 2.12.2 -Release: 2%{?dist} +Release: 3%{?dist} BuildArch: noarch License: GPLv2+ @@ -14,6 +14,7 @@ Patch0: 0000-Patch-the-tests-for-CVE-2017-1002152-to-pass-with-bl.patch %endif Patch1: 0001-Retry-auth-in-the-bindings-upon-captcha-key-errors.patch Patch2: 0002-Use-FAS_USERNAME-instead-of-USERNAME-for-determining.patch +Patch3: 0003-Correct-the-help-text-to-remove-spaces-betwen-builds.patch BuildRequires: createrepo_c BuildRequires: fedmsg @@ -367,6 +368,10 @@ virtualenv --system-site-packages --no-pip --never-download .test-virtualenv %changelog +* Tue Dec 12 2017 Randy Barlow - 2.12.2-3 +- Correct bodhi-client's help text to show the correct syntax for multi-build + updates (#1515766). + * Thu Nov 02 2017 Randy Barlow - 2.12.2-2 - Use FAS_USERNAME instead of USERNAME to pick the user's FAS (#1509094).