Skip to content
Snippets Groups Projects
Commit 01129597 authored by Jakub Ružička's avatar Jakub Ružička
Browse files

rpm: use autosetup macro to apply patches

%autosetup macro takes care of applying patches without the need
for redundant %patch lines and their management.
parent a432cae8
No related branches found
No related tags found
1 merge request!1341rpm: use autosetup macro to apply patches
Pipeline #86431 passed
......@@ -145,8 +145,7 @@ mkdir --mode=700 ${GNUPGHOME}
gpg2 --import %{SOURCE100}
gpg2 --verify %{SOURCE1} %{SOURCE0}
%endif
%setup -q
%patch1 -p1
%autosetup -p1
%build
# disable debug code (causes unused warnings)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment