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

Peter Lemenkov <lemen...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lemen...@gmail.com



--- Comment #4 from Peter Lemenkov <lemen...@gmail.com> ---
(In reply to Rob Clark from comment #3)
> (In reply to Christopher Meng from comment #2)
> > It's not ok to use git am
> 
> oh.. I just cargo-cult'd that over from Bastien's original .spec file. 
> There aren't actually any patches applied in the package, so I guess I can
> just delete that line?

Yes, delete the entire block

==========
git init
if [ -z "$GIT_COMMITTER_NAME" ]; then
    git config user.email "xorg-x11-drv-freedreno-ow...@fedoraproject.org"
    git config user.name "Fedora xorg-x11-drv-freedreno maintainers"
fi
git add .
git commit -a -q -m "%{version} baseline."

git am -p1 %{patches} < /dev/null
==========

Looks like there were some patches some time, but they're gone.

-- 
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
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to