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

Carl George 🤠 <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|needinfo?([email protected])  |



--- Comment #26 from Carl George 🤠 <[email protected]> ---
Indeed, in the current state the patches aren't being applied.  You can do this
with manually with the %patchX macro, but I recommend doing it automatically
with %autosetup instead.  GitHub and git default to creating patches with "a"
and "b" prefixes on the filenames, so you'll need to strip those out by passing
the `-p 1` flag.

 %prep
-%setup -q
+%autosetup -p 1


The last update introduced some tab characters, make sure to switch those to
spaces to avoid this rpmlint warning.

mod_auth_cas.spec:12: W: mixed-use-of-spaces-and-tabs (spaces: line 1, tab:
line 12)


-- 
You are receiving this mail because:
You are always notified about changes to this product and component
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2173751
_______________________________________________
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]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to