https://bugzilla.redhat.com/show_bug.cgi?id=1811177

Robert-AndrĂ© Mauchin <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]



--- Comment #2 from Robert-AndrĂ© Mauchin <[email protected]> ---
 - You seem to be confused about how conditionals work, please read
https://rpm.org/user_doc/conditional_builds.html

%bcond_with disables something by default whereas %bcond_without enables
something by default.

So write:

%bcond_without check

so enable checks.

 - Bump to 0.0.3

 - 
   There's a test error due to a change in *Go 1.14*, now URL are between
quotes. Report it upstream and patch it locally with sed in %prep for now.

--- FAIL: Test_doaction (0.00s)
    credential_test.go:182: 
                Error Trace:    credential_test.go:182
                Error:          Not equal: 
                                expected: "parse # #%gfdf: invalid URL escape
\"%gf\""
                                actual  : "parse \"# #%gfdf\": invalid URL
escape \"%gf\""

                                Diff:
                                --- Expected
                                +++ Actual
                                @@ -1 +1 @@
                                -parse # #%gfdf: invalid URL escape "%gf"
                                +parse "# #%gfdf": invalid URL escape "%gf"
                Test:           Test_doaction
FAIL

sed -i 's|parse # #%%gfdf:|parse "# #%%gfdf":|' credentials/credential_test.go


 - License ok
 - Builds in mock
 - No rpmlint errors
 - Conforms to Packaging Guidelines

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]

Reply via email to