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:
parent
c388e2ab27
commit
9f1c58c0ab
@ -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=""
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user