Make fedpkg prep faster

It is convenient to check unnecessary patches with `fedpkg prep`
and checking gpg in %prep phase make it slower.
It also reduce dependencies for running fedpkg prep
This commit is contained in:
Lukas Slebodnik 2020-01-22 11:41:03 +01:00
parent c388e2ab27
commit 9f1c58c0ab

View File

@ -58,10 +58,10 @@ Development libraries for python3-talloc
%endif
%prep
zcat %{SOURCE0} | gpgv2 --quiet --keyring %{SOURCE2} %{SOURCE1} -
%autosetup -n talloc-%{version} -p1
%build
zcat %{SOURCE0} | gpgv2 --quiet --keyring %{SOURCE2} %{SOURCE1} -
# workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1217376
export python_LDFLAGS=""