Automatically apply all patches during autosetup

Commit 7b18e1445d ("Update to 41.0.3") introduces a patch that was
applied behind a conditional. This is no longer the case, so revert back
to letting autosetup apply all patches.

[skip changelog]
This commit is contained in:
Jeremy Cline 2024-07-24 16:43:12 -04:00
commit 4dc6d7b0ba
No known key found for this signature in database

View file

@ -70,8 +70,7 @@ cryptography is a package designed to expose cryptographic primitives and
recipes to Python developers.
%prep
%autosetup -p1 -N -n %{srcname}-%{version}
%autopatch -p1 1
%autosetup -p1 -n %{srcname}-%{version}
%if 0%{?fedora}
%cargo_prep
rm src/rust/Cargo.lock